.analytics-consent-banner {
    position: fixed;
    z-index: 2147483646;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    max-width: 760px;
    margin: 0 auto;
    padding: 1.1rem;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 16px;
    background: #1f2a54;
    color: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .32);
    font: 400 16px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.analytics-consent-banner h2 {
    margin: 0 0 .35rem;
    color: #fff;
    font: 700 1.15rem/1.3 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.analytics-consent-banner p {
    margin: 0;
    color: #fff;
}

.analytics-consent-banner a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.analytics-consent-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1rem;
}

.analytics-consent-banner button {
    min-height: 44px;
    padding: .65rem 1rem;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #fff;
    color: #1f2a54;
    font: 700 .95rem/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    cursor: pointer;
}

.analytics-consent-banner button:focus-visible,
.analytics-consent-settings:focus-visible {
    outline: 3px solid #f0a097;
    outline-offset: 3px;
}

.analytics-consent-settings {
    margin-left: .7rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

@media (max-width: 540px) {
    .analytics-consent-banner {
        right: .65rem;
        bottom: .65rem;
        left: .65rem;
        padding: 1rem;
    }

    .analytics-consent-banner__actions {
        display: grid;
    }

    .analytics-consent-banner button {
        width: 100%;
    }
}
