.analytics-consent {
  position: fixed;
  z-index: 50;
  right: 20px;
  bottom: 20px;
  width: min(410px, calc(100% - 40px));
  padding: 18px 20px;
  border: 1px solid #76634d;
  border-radius: 8px;
  background: #29232c;
  color: #f8f1e8;
  box-shadow: 0 18px 55px #211b2399;
}
.analytics-consent[hidden] { display: none; }
.analytics-consent p { margin: 0 0 13px; }
.analytics-consent > div { display: flex; align-items: center; gap: 16px; }
.analytics-consent .consent-decline { color: #f8f1e8; text-decoration: underline; text-underline-offset: 3px; }
