.cookie-consent-root.consent-layout-bar {
    background: #ea8801;
    border-radius: 10px;
    margin-inline: 20px;
    margin-bottom: 10px;
    border: 2px solid #ffffff;
}

.cookie-consent-content-title {
    display: none
}

.cookie-consent-content-container {
    flex-direction: row !important;
    padding: 6px;
}

.cookie-consent-button-container {
    width: 65% !important
}

.cookie-consent-button-action button,
.cookie-consent-button-action a,
.cookie-preferences-modal-button-group button {
    font-size: 13px;
    padding-inline: 1rem
}

.read-more-btn {
    padding: .5rem 0.5rem;
    color: white;
    font-size: 15px !important;
}

.cookie-consent-button-action button {
    background: white;
    color: #ea8801;
}

.cookie-preferences-modal-footer button {
    background: #ea8801;
    color: white;
}

.cookie-preferences-modal-footer button:hover {
    background: #ea8801;
    color: white;
    opacity: 0.8;
}

.cookie-consent-content-description p {
    color: white;
    font-size: 13px;
    line-height: 20px;
}

.cookie-consent-content-description a {
    color: blue;
    font-size: 12px;
}

.cookie-preferences-modal-content {
    width: 94% !important;
    max-width: 1140px;
    max-height: 70vh;
    border: 2px solid orange;
}

.cookie-preferences-modal-footer {
    justify-content: flex-end;
    padding: 8px 20px;
}

.cookie-preferences-modal-close {
    width: 100%;
    max-width: 85px;
    padding: 0;
}

.cookie-preferences-intro {
    display: none
}

.cookie-category-header h3 {
    font-size: 14px;
    font-weight: 600;
}

.cookie-preferences-modal p {
    font-size: 12px;
    line-height: 1.4;
    opacity: 1;
}

.cookie-category-header {
    margin-bottom: 6px
}

.cookie-category {
    padding: 10px
}

.cookie-categories {
    gap: 4px
}

@media (max-width: 576.98px) {
    .cookie-consent-content-container {
        flex-direction: column !important;
    }

    .cookie-consent-button-container button {
        height: 35px;
        padding-inline: 0.75rem;
    }

    .read-more-btn {
        padding: .5rem 0.5rem !important;
        font-size: 13px !important;
        min-width: 85px;
    }

    .cookie-consent-button-action {
        gap: 6px;
    }
}