:root {
    --cookie-consent-primary: var(--e-global-color-primary);
    --cookie-consent-background: var(--e-global-color-f931161);
}

.consent-content-config-wrapper, .consent-content-config-wrapper > p, .consent-content-wrapper, .consent-button-secondary, .consent-button-back, .cookie-desc-text {
    background-color: var(--e-global-color-f931161) !important;
}

.consent-content-config-wrapper > p, .consent-modal-title, .cookie-header-description, .consent-button-secondary, .consent-button-back, .consent-footer > .col > a, .cookie-desc-text {
    color: white !important;
}

.consent-content-config-wrapper > div > p:not(.cookie-desc-text) {
    color: white !important;
    font-weight: 700;
}

.switch-disabled {
    background-color: var(--e-global-color-secondary) !important;
}

input:checked + .selection-slider {
    background-color: var(--e-global-color-primary);
}

.consent-button-primary:hover {
    background-color: var(--e-global-color-secondary) !important;
}
