.cookie-consent-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1080;
    background: #1e3a8a;
    color: #ffffff;
    padding: 1rem 1.5rem;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.25);
}

.cookie-consent-banner__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1152px;
    margin: 0 auto;
}

.cookie-consent-banner__text {
    margin: 0;
    flex: 1 1 400px;
    font-size: 0.875rem;
    line-height: 1.5;
}

.cookie-consent-banner__text a {
    color: #bfdbfe;
}

.cookie-consent-banner__actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.cookie-consent-settings {
    max-width: 1152px;
    margin: 1rem auto 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cookie-consent-settings__row {
    margin-bottom: 0.5rem;
}
