.lsrr-consent-banner,
.lsrr-consent-modal {
    --consent-accent: #eb5361;
    --consent-ink: #201f1d;
    --consent-line: rgba(32,31,29,.14);
    font-family: "Manrope", Arial, sans-serif;
}

.lsrr-consent-banner {
    position: fixed;
    z-index: 100000;
    right: 22px;
    bottom: 22px;
    left: 22px;
    max-width: 1180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 0 auto;
    padding: 1.15rem 1.25rem;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 14px;
    background: rgba(25,24,22,.97);
    box-shadow: 0 24px 70px rgba(0,0,0,.3);
    color: #fff;
    backdrop-filter: blur(18px);
}

.lsrr-consent-copy { max-width: 650px; }
.lsrr-consent-copy > span { color: #ff9da5; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.lsrr-consent-copy p { margin: .35rem 0 .45rem; color: rgba(255,255,255,.76); font-size: .8rem; line-height: 1.55; }
.lsrr-consent-copy div { display: flex; gap: 1rem; }
.lsrr-consent-copy a,
.lsrr-consent-links a { color: inherit; font-size: .7rem; font-weight: 750; text-underline-offset: 3px; }
.lsrr-consent-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .55rem; }
.lsrr-consent-actions button {
    min-height: 42px;
    padding: .7rem .95rem;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: .72rem;
    font-weight: 800;
    cursor: pointer;
}
.lsrr-consent-actions button:hover { border-color: #fff; }
.lsrr-consent-actions .is-primary { border-color: var(--consent-accent); background: var(--consent-accent); color: #fff; }

.lsrr-consent-modal {
    position: fixed;
    z-index: 100001;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(14,13,12,.68);
    color: var(--consent-ink);
    backdrop-filter: blur(8px);
}
.lsrr-consent-dialog { position: relative; width: min(100%, 590px); max-height: min(760px, calc(100vh - 40px)); overflow: auto; padding: 1.7rem; border-radius: 14px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.lsrr-consent-close { position: absolute; top: .8rem; right: .8rem; width: 38px; height: 38px; border: 1px solid var(--consent-line); border-radius: 50%; background: #fff; color: var(--consent-ink); font-size: 1.35rem; cursor: pointer; }
.lsrr-consent-kicker { color: var(--consent-accent); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lsrr-consent-dialog h2 { margin: .6rem 2.5rem .6rem 0 !important; color: var(--consent-ink) !important; font-size: clamp(1.5rem,4vw,2.1rem) !important; line-height: 1.08 !important; }
.lsrr-consent-dialog > p { margin: 0 0 1.25rem; color: #6e6862; font-size: .82rem; line-height: 1.65; }
.lsrr-consent-option { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--consent-line); cursor: pointer; }
.lsrr-consent-option div { display: grid; gap: .2rem; }
.lsrr-consent-option strong { font-size: .86rem; }
.lsrr-consent-option small { color: #77706a; font-size: .7rem; line-height: 1.45; }
.lsrr-consent-option > span { color: #77706a; font-size: .68rem; font-weight: 750; white-space: nowrap; }
.lsrr-consent-option input { width: 20px; height: 20px; accent-color: var(--consent-accent); }
.lsrr-consent-links { display: flex; gap: 1rem; margin: .85rem 0 1.15rem; color: #574f49; }
.lsrr-consent-dialog .lsrr-consent-actions { color: var(--consent-ink); }
.lsrr-consent-dialog .lsrr-consent-actions button { border-color: var(--consent-line); }
.lsrr-consent-dialog .lsrr-consent-actions .is-primary { border-color: var(--consent-accent); color: #fff; }

.footer-legal-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .6rem 1rem; align-items: center; margin-top: -.55rem; }
.footer-legal-links a,
.footer-legal-links button { padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.58); font: inherit; font-size: .7rem; text-decoration: none; cursor: pointer; }
.footer-legal-links a:hover,
.footer-legal-links button:hover { color: #fff; }

@media (max-width: 760px) {
    .lsrr-consent-banner { right: 12px; bottom: 12px; left: 12px; display: grid; gap: .9rem; padding: 1rem; }
    .lsrr-consent-actions { justify-content: stretch; }
    .lsrr-consent-actions button { flex: 1 1 auto; }
    .lsrr-consent-dialog { padding: 1.35rem; }
}

@media (max-width: 430px) {
    .lsrr-consent-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
    .lsrr-consent-copy p { font-size: .76rem; }
}
