.analytics-consent {
    position: fixed;
    z-index: 80;
    right: 20px;
    bottom: 20px;
    width: min(420px, calc(100vw - 32px));
    padding: 18px;
    border: 1px solid rgba(19, 42, 49, .18);
    border-radius: 6px;
    background: #fff;
    color: #132a31;
    box-shadow: 0 18px 48px rgba(19, 42, 49, .18);
    font: 15px/1.45 system-ui, sans-serif;
}

.analytics-consent[hidden] { display: none; }
.analytics-consent p { margin: 0 0 14px; }
.analytics-consent a { color: #0d5c5b; }
.analytics-consent__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.analytics-consent button {
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid #0d5c5b;
    border-radius: 4px;
    background: #fff;
    color: #0d5c5b;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}
.analytics-consent button[data-analytics-accept] { background: #0d5c5b; color: #fff; }

@media (max-width: 540px) {
    .analytics-consent { right: 16px; bottom: 16px; }
    .analytics-consent__actions { display: grid; grid-template-columns: 1fr; }
}
