.e-n-accordion details[open] .e-n-accordion-item-title-text, .e-n-accordion details:hover .e-n-accordion-item-title-text {
  color: var(--n-accordion-title-active-color);
}

.ug-gallery-wrapper .ug-thumb-wrapper.ug-tile .ug-textpanel {
    opacity: 0;
}
.gl-hovering-item .ug-textpanel{
    opacity: 1 !important;
    height: 100% !important;
    transition: opacity 0.3s ease-in-out !important;

    .ug-textpanel-textwrapper{
        height: 100% !important;
    }
    .ug-textpanel-bg {
        height: 100% !important;
        background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 50%) !important;
    }
    .ug-textpanel-title  {
        top: unset !important;
        bottom: 20px !important;
    }
}