.analytics-settings-link { color: inherit; background: none; border: 0; padding: 0; font: inherit; text-decoration: underline; cursor: pointer; }
.analytics-consent { position: fixed; z-index: 10020; inset: auto 20px 20px auto; width: min(590px, calc(100% - 40px)); max-height: calc(100dvh - 40px); overflow: auto; padding: 24px; border: 1px solid #d9c6af; border-radius: 20px; background: #fffdf8; color: #493729; box-shadow: 0 12px 45px #34281b33; font-size: 15px; line-height: 1.5; text-align: left; }
.analytics-consent[hidden], .analytics-consent [hidden], .analytics-settings-link[hidden] { display: none !important; }
.analytics-consent h2 { margin: 0 0 10px; color: inherit; font-size: 22px; line-height: 1.3; font-weight: 600; }
.analytics-consent p { margin: 10px 0; font-size: inherit; color: inherit; line-height: inherit; }
.analytics-consent a { color: #745132; text-decoration: underline; }
.analytics-consent summary { cursor: pointer; text-decoration: underline; }
.analytics-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.analytics-consent-actions button { flex: 1 1 180px; border: 1px solid #9e7f60; border-radius: 10px; padding: 12px 16px; color: #493729; background: #f6eddf; font: inherit; font-weight: 600; cursor: pointer; }
.analytics-consent button:focus-visible, .analytics-settings-link:focus-visible { outline: 3px solid #c76f30; outline-offset: 3px; }
@media (max-width: 600px) { .analytics-consent { inset: auto 12px 12px; width: auto; padding: 18px; max-height: calc(100dvh - 24px); } }
