.sliding-popup-bottom {
    background-color: #0f2b46;
    text-align: left;
    width: 100%;
}
.fv-cc-categories-list {
    color: var(--white);
}
.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(--white);
    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-save-preferences-button {
    display: block;
    width: 100%;
}
.fv-cc-content .agree-button,
.fv-cc-content .decline-button,
.fv-cc-content .eu-cookie-compliance-save-preferences-button {
    font-size: 1.8rem;
    padding: 10px 20px;
}
.fv-cc-content .find-more-button {
    background: none;
    border: 0;
    color: #fff;
    margin-top: 10px;
    text-decoration: underline;
}
.fv-cc-content .agree-button {
    background-color: var(--link-color);
    border: 1px solid var(--link-color);
    color: var(--white);
    margin-top: 10px;
}
.fv-cc-content .decline-button,
.fv-cc-content .eu-cookie-compliance-save-preferences-button {
    background-color: transparent;
    border: 1px solid var(--link-color);
    color: var(--link-color);
    margin-top: 20px;
}
.fv-cc-opt-in .fv-cc-content .decline-button {
    margin-top: 10px;
}

@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-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 .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-save-preferences-button {
        font-size: 1.6rem;
        margin-left: 10px;
    }
}
