:root {
    --cookie-banner-background: #0f2b46;
    --cookie-banner-text-color: #fff;
    --cookie-banner-primary-button-background: var(--link-color);
    --cookie-banner-primary-button-border: var(--link-color);
    --cookie-banner-primary-button-text-color: #fff;
    --cookie-banner-secondary-button-background: transparent;
    --cookie-banner-secondary-button-border: var(--link-color);
    --cookie-banner-secondary-button-text-color: var(--link-color);
}

.sliding-popup-bottom {
    background-color: var(--cookie-banner-background);
    text-align: left;
    width: 100%;
}
.fv-cc-categories-list {
    color: var(--cookie-banner-text-color);
}
.fv-cc-content {
    padding: 20px 30px;
}
.fv-cc-content:before {
    content: ' ';
    display: table;
}
.fv-cc-content:after {
    clear: both;
    content: ' ';
    display: table;
}
.fv-cc-info {
    color: var(--cookie-banner-text-color);
    margin-bottom: 20px;
}
.fv-cc-content .find-more-button,
.fv-cc-content .agree-button,
.fv-cc-content .decline-button,
.fv-cc-content .eu-cookie-compliance-configure,
.fv-cc-content .eu-cookie-compliance-save-preferences-button {
    display: block;
    width: 100%;
}
.fv-cc-content .agree-button,
.fv-cc-content .decline-button,
.fv-cc-content .eu-cookie-compliance-configure,
.fv-cc-content .eu-cookie-compliance-save-preferences-button {
    font-size: 1.13rem;
    padding: 10px 20px;
}
.fv-cc-content .find-more-button {
    background: none;
    border: 0;
    color: var(--cookie-banner-text-color);
    margin-top: 10px;
    text-decoration: underline;
}
.fv-cc-content .agree-button,
.fv-cc-content .decline-button {
    background-color: var(--cookie-banner-primary-button-background);
    border: 1px solid var(--cookie-banner-primary-button-border);
    color: var(--cookie-banner-primary-button-text-color);
    margin-top: 10px;
}
.fv-cc-content .eu-cookie-compliance-configure,
.fv-cc-content .eu-cookie-compliance-save-preferences-button {
    background-color: var(--cookie-banner-secondary-button-background);
    border: 1px solid var(--cookie-banner-secondary-button-border);
    color: var(--cookie-banner-secondary-button-text-color);
    margin-top: 20px;
}

@media (min-width: 768px) {
    .fv-cc-category {
        display: inline-block;
        margin-right: 10px;
    }
    .fv-cc-content .agree-button,
    .fv-cc-content .decline-button,
    .fv-cc-content .eu-cookie-compliance-configure,
    .fv-cc-content .eu-cookie-compliance-save-preferences-button {
        display: inline-block;
        margin-top: 20px;
        width: calc(50% - 5px);
    }
}

@media (min-width: 992px) {
    .fv-cc-info {
        margin-bottom: 10px;
    }
    .fv-cc-categories-list {
        float: left;
        margin-top: 15px;
    }
    .fv-cc-buttons {
        float: right;
    }
    .fv-cc-content .find-more-button {
        display: inline-block;
        width: auto;
    }
    .fv-cc-content .group-buttons {
        display: inline-block;
    }
    .fv-cc-content .agree-button, .fv-cc-content .eu-cookie-compliance-save-preferences-button, .fv-cc-content .eu-cookie-compliance-configure, .fv-cc-content .decline-button {
        margin: 0;
        width: auto;
    }
    .fv-cc-content .find-more-button, .fv-cc-content .agree-button, .fv-cc-content .decline-button, .fv-cc-content .eu-cookie-compliance-configure, .fv-cc-content .eu-cookie-compliance-save-preferences-button {
        font-size: 1rem;
        margin-left: 10px;
    }
}
