.analytics-consent {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 50;
    display: grid;
    gap: 1rem;
    width: min(42rem, calc(100vw - 2rem));
    padding: 1rem;
    border: 1px solid rgb(148 163 184 / 35%);
    border-radius: 1rem;
    background: rgb(255 255 255 / 96%);
    box-shadow: 0 1rem 3rem rgb(15 23 42 / 18%);
    color: #0f172a;
}

.analytics-consent[hidden],
.analytics-consent__preferences[hidden] { display: none; }
.analytics-consent__copy { display: grid; gap: .35rem; }
.analytics-consent__copy p { margin: 0; font-size: .875rem; line-height: 1.5; }
.analytics-consent__copy a { width: fit-content; font-size: .8rem; text-decoration: underline; }
.analytics-consent__actions,
.analytics-consent__preferences { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.analytics-consent__preferences { padding-top: .25rem; border-top: 1px solid rgb(148 163 184 / 25%); font-size: .875rem; }
.analytics-consent__preferences label { display: flex; gap: .5rem; align-items: center; flex: 1 1 15rem; }

html[data-theme="dark"] .analytics-consent { border-color: rgb(148 163 184 / 30%); background: #111827; color: #e5e7eb; }

@media (max-width: 640px) {
    .analytics-consent { right: .5rem; bottom: .5rem; width: calc(100vw - 1rem); }
    .analytics-consent__actions .button { flex: 1 1 100%; }
}
