.lae-cookie-banner {
    position: fixed;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 100000;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #fff;
    background: #101b0d;
    border: 1px solid rgba(201, 168, 76, .5);
    border-radius: 16px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .38);
    font-family: Inter, Arial, sans-serif;
}

.lae-cookie-copy {
    max-width: 650px;
}

.lae-cookie-copy strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.05rem;
}

.lae-cookie-copy p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .85);
}

.lae-cookie-copy a,
.lae-legal-links a,
.lae-legal-links button {
    color: #d9bb63;
}

.lae-cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    min-width: 250px;
}

.lae-cookie-actions button {
    min-height: 44px;
    padding: 10px 18px;
    color: #14220f;
    background: #d9bb63;
    border: 2px solid #d9bb63;
    border-radius: 999px;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.lae-cookie-actions button:focus-visible,
.lae-legal-links a:focus-visible,
.lae-legal-links button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.lae-legal-links {
    width: 100%;
    margin: 0 auto;
    padding: 22px 5%;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    box-sizing: border-box;
    background: #081005;
    font: 600 .88rem/1.4 Inter, Arial, sans-serif;
}

.lae-legal-links button {
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.lae-privacy-consent {
    width: 100%;
    margin: 16px 0;
    padding: 14px;
    box-sizing: border-box;
    border: 1px solid rgba(10, 58, 28, .2);
    border-radius: 10px;
    background: rgba(10, 58, 28, .05);
    color: #263128;
    font: 500 .9rem/1.5 Inter, Arial, sans-serif;
}

.lae-privacy-consent label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.lae-privacy-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex: 0 0 auto;
}

.lae-privacy-consent a {
    color: #0a5c2b;
    text-decoration: underline;
}

@media (max-width: 760px) {
    .lae-cookie-banner {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .lae-cookie-actions {
        min-width: 0;
    }
}
