.legal-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.35;
    text-align: left;
}

.legal-checkbox input {
    flex: 0 0 auto;
    margin-top: 3px;
}

.legal-checkbox a {
    color: inherit;
    text-decoration: underline;
}

button.legal-disabled,
button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.cookie-banner {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 10000;
    width: min(420px, calc(100vw - 32px));
    padding: 18px 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
    color: #1f2933;
    font-size: 14px;
    line-height: 1.45;
}

.cookie-banner__text {
    margin: 0 0 14px;
}

.cookie-banner__text a {
    color: #008dd2;
    text-decoration: underline;
}

.cookie-banner__button {
    min-width: 104px;
    border: 0;
    border-radius: 6px;
    padding: 10px 18px;
    background: #0099dd;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.cookie-banner__button:hover {
    background: #087db1;
}

@media (max-width: 575px) {
    .cookie-banner {
        right: 12px;
        bottom: 12px;
        width: calc(100vw - 24px);
        padding: 16px;
    }
}
