.cookie-consent {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1080;
    max-width: 980px;
    margin: 0 auto;
    background: #ffffff;
    color: #212529;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 1rem;
    padding: 1rem;
}

.cookie-consent__content {
    max-width: 900px;
}

@media (max-width: 576px) {
    .cookie-consent {
        left: .5rem;
        right: .5rem;
        bottom: .5rem;
        padding: .875rem;
    }
}
