/*
.w_design_1 .w_header .w_logo {
    overflow: hidden;
}

.w_design_1 .w_header .w_logo > a > img {
    max-height: 75px !important;
}
*/
/**/

.custom-noheight {
    max-height: 1px !important;
}
.custom-spacer-30 {
    margin-top: 30px !important;
}
.custom-spacer-40 {
    margin-top: 40px !important;
}
.custom-spacer-50 {
    margin-top: 50px !important;
}




/* Consent */
.v2-form section.consent-header * {
    background-color: var(--modal-dialog-background-color, #fff) !important;
}
div.consent-dialog-inner button {
    margin-bottom: 15px;
}
div.consent-dialog-inner {
    --dialog-row-gap: 0em !important;
}
div.consent-dialog-inner h2 {
    margin-top:22px !important;
    font-size:19px !important;
}
div.consent-dialog-inner h3 {
    margin-bottom: 15px !important;
    font-size:18px !important;
}
div.consent-dialog-inner p,
div.consent-dialog-inner .show-more-button {
    margin-bottom: 5px !important;
    font-size:14px !important;
}
.w_developer button span {
    color:var(--footer-surface-color) !important;
}