.as-cookie-banner {
    position: fixed;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 1080;
    pointer-events: none;
}

.as-cookie-banner__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .16);
    color: #111827;
    pointer-events: auto;
}

.as-cookie-banner__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.as-cookie-banner__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
}

.as-cookie-banner__link {
    color: #1f4f9a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
}

.as-cookie-banner__button {
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid #1f2937;
    border-radius: 6px;
    background: #1f2937;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.as-cookie-banner__button:focus-visible,
.as-cookie-banner__link:focus-visible {
    outline: 3px solid rgba(31, 79, 154, .25);
    outline-offset: 2px;
}

@media (max-width: 767.98px) {
    .as-cookie-banner {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .as-cookie-banner__content {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding: 14px;
    }

    .as-cookie-banner__actions {
        justify-content: space-between;
        gap: 10px;
    }
}
