.analytics-consent { position: fixed; z-index: 20; right: 16px; bottom: 16px; margin: 0; padding: 20px; border: 1px solid #cdd9d3; border-radius: 18px; background: #fff; width: min(26rem, calc(100vw - 32px)); box-sizing: border-box; box-shadow: 0 8px 32px #14251b14; }
.analytics-consent[hidden] { display: none; }
.analytics-consent h2 { font-size: 1rem; margin: 0 0 8px; }
.analytics-consent p { font-size: .875rem; line-height: 1.5; color: #435e55; margin: 0 0 12px; }
.analytics-consent a { color: #247b70; }
.analytics-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.analytics-actions button { font: inherit; font-size: .875rem; padding: 10px 16px; min-height: 44px; border: 1px solid #247b70; border-radius: 10px; background: #fff; color: #15584f; cursor: pointer; }
.analytics-actions button:focus-visible, #analytics-settings:focus-visible { outline: 3px solid #247b70; outline-offset: 3px; }
.analytics-consent #analytics-status:empty { display: none; }
#analytics-settings { font: inherit; color: inherit; border: 0; background: none; padding: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
