.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.custom-spacer,
.custom-spacer-30 {
    margin-top:30px !important;
}


#footer .footer-block {
    vertical-align: bottom !important;
}
#W-footer {
    filter: drop-shadow(0px 0px 24px #ccc);
}



/* employees block*/
.employee-list article {
    padding-top: 15px;
    margin: 0px 7% 0px 7% !important;
    padding-bottom: 6px !important;
    max-height: 185px !important;
}
.employee-list .employee-info {
    /* max-height: 105px !important; */
    /* margin-top: 13px; */
    /* margin-bottom: 13px; */
    /* padding: 0px !important; */
    /* border-top: 1px solid #0088ba !important; */
}
.employee-list article .image {
    display: none !important;
}


/* employee not-block */
.real_plugin_type_employee #container-list .outercol {
    max-width: 90% !important;
    min-width: 350px !important;
    max-height: 180px !important;
    min-height: 180px !important;
    margin: auto !important;
}
.real_plugin_type_employee #container-list .innercol {
    padding: 20px !important;
    width: 100% !important;
}
.real_plugin_type_employee #container-list .media-wrapper {
    display: none !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;
}