

/* -------------------- Consent banner styles @egt [UWS-7399] ------------------------ */
/* @egt [UWS-7399] */
div#truste-consent-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* @egt [UWS-7399] */
#consent-banner button#truste-consent-button {
    order: 1;
    background: #2d62dc !important;
    border-color: #2d62dc !important;
    color: white;
    margin-top: 0 !important;
}

/* @egt [UWS-7399] */
#consent-banner button#truste-show-consent {
    order: 2;
    margin-top: 0 !important;
}

/* @egt [UWS-7399] */
#consent-banner button#truste-consent-required {
    order: 3;
    background: #2d62dc !important;
    border-color: #2d62dc !important;
    margin-top: 0 !important;
}

/* @egt [UWS-7399] */
a#truste-consent-close {
    display: none;
}

/* @egt [UWS-7399] */
.uv-overmenu-ext.uv-only-mob.uv-flex ul {
    gap: 0;
}

/* @egt [UWS-7399] */
body:has(div#teconsent:empty) a.uv-preferences-mirror {
    display: none;
}

/* @egt [UWS-7399] */
/* a.uv-preferences-mirror {
    display: none;
} */
/* -------------------- end of Consent banner styles @egt [UWS-7399] ------------------------ */