.cookie-consent-root {
    background-color: #0f1c42 !important;
    backdrop-filter: blur(45px) !important;
    color: #fff !important;
    border: 1px solid #ffffff5e;
    right: 1rem !important;
    left: auto !important;
}

.cookie-consent-content-title {
    color: #fff;
}

.cookie-consent-content-description {
    color: #fff;
}

.cookie-consent-button-container button {
    background-color: #fc3310 !important;
    color: #fff !important;
}

.cookie-consent-button-container button.preferences-btn {
    background-color: #fff !important;
    color: #0f1c42 !important;
}