.analytics-consent { position: fixed; z-index: 10000; right: 18px; bottom: 18px; left: 18px; color: #20312b; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.analytics-consent--settings { inset: 0; display: grid; padding: 20px; place-items: center; background: rgba(8, 25, 20, .34); }
.analytics-consent__panel { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; width: min(920px, 100%); margin: 0 auto; padding: 24px; border: 1px solid rgba(184, 145, 82, .45); border-radius: 8px; background: #fbf8f1; box-shadow: 0 18px 56px rgba(8, 25, 20, .2); }
.analytics-consent__panel > div:first-child { max-width: 610px; }
.analytics-consent__eyebrow { margin: 0 0 6px !important; color: #8d6d31; font-size: 12px !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.analytics-consent h2 { margin: 0 0 8px; color: #17362f; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 500; letter-spacing: 0; }
.analytics-consent p { margin: 0 0 8px; font-size: 14px; line-height: 1.55; }
.analytics-consent a { color: #315e50; font-size: 14px; font-weight: 700; text-underline-offset: 3px; }
.analytics-consent__actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.analytics-consent button { min-height: 44px; padding: 0 16px; border: 1px solid rgba(23, 54, 47, .35); border-radius: 6px; color: #17362f; background: transparent; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.analytics-consent button:hover { border-color: #315e50; background: rgba(49, 94, 80, .07); }
.analytics-consent button:focus-visible, .launch-footer__settings:focus-visible { outline: 3px solid #d8b76d; outline-offset: 3px; }
.analytics-consent .analytics-consent__accept { border-color: #315e50; color: #fff; background: #315e50; }
.analytics-consent .analytics-consent__accept:hover { background: #244a3f; }
.analytics-consent__close { flex-basis: 100%; }
.launch-footer__settings { padding: 0; border: 0; color: #fff; background: transparent; font: inherit; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
@media (max-width: 720px) {
  .analytics-consent { right: 10px; bottom: 10px; left: 10px; }
  .analytics-consent__panel { display: block; max-height: calc(100vh - 20px); padding: 20px; overflow: auto; }
  .analytics-consent__actions { display: grid; grid-template-columns: 1fr; margin-top: 18px; }
  .analytics-consent__close { grid-column: auto; }
}
