.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #947A6A !important;
    border-color: #947A6A !important;
    border-radius: 5px;
}

.cookie-consent-content-container {
    --cc-content-container-width: 95% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.cookie-consent-button-container {
    width: fit-content !important;
}

.cookie-consent-button-container button, .cookie-preferences-modal-button-group button, .cookie-preferences-modal-save button {
    background-color: #947a6a !important;
}

.cookie-toggle input:checked + .cookie-toggle-slider {
    background-color: #947a6a !important;
}

.cookie-toggle input:disabled + .cookie-toggle-slider {
    background-color: #88817c !important;
}

.cookie-consent-button-container button {
    color: #fff !important;
}

.custom-arrow-icon {
    display: inline-block !important;
    margin-right: 5px !important;
    font-size: 0.8rem !important;
    cursor: pointer !important;
}






