.cookie-consent {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1100;
    margin: auto;
    max-width: 760px;
    color: #fff;
    background: #17202a;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: .5rem;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .35);
}

.cookie-consent-content {
    padding: 1rem;
}

.cookie-consent h2 {
    margin: 0 0 .5rem;
    color: #fff;
    font-size: 1.15rem;
}

.cookie-consent p {
    margin-bottom: .75rem;
    font-size: .9rem;
}

.cookie-consent a,
.cookie-consent .btn-link {
    color: #fff;
}

.cookie-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.cookie-consent-preferences {
    display: grid;
    gap: .5rem;
    margin-bottom: .75rem;
    padding-top: .25rem;
}

.cookie-consent-preferences label {
    display: flex;
    gap: .5rem;
    font-size: .85rem;
}

.cookie-consent-preferences input {
    margin-top: .25rem;
}

.cookie-consent-hidden {
    display: none !important;
}

.cookie-preferences-link {
    padding: 0;
    color: #607f65;
    background: transparent;
    border: 0;
    font: inherit;
    text-decoration: none;
}
