#analytics-consent {
  position: fixed;
  z-index: 10000;
  color: #171c17;
  background: #fff;
  border: 1px solid #566456;
  border-radius: 12px;
  font: 14px/1.5 system-ui, sans-serif;
  box-shadow: 0 4px 20px #0002;
}
#analytics-consent {
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-width: 420px;
  padding: 16px;
  max-height: calc(100dvh - 100px);
  overflow-y: auto;
  cursor: pointer;
}
#analytics-consent[hidden], #analytics-consent [hidden] { display: none; }
#analytics-consent h2 { margin: 0 0 6px; font: 700 18px/1.3 system-ui, sans-serif; }
#analytics-consent p { margin: 0 0 12px; }
#analytics-consent button {
  padding: 8px 12px;
  min-height: 40px;
  cursor: pointer;
  border: 1px solid #566456;
  border-radius: 8px;
  background: #fff;
  color: #171c17;
  font: 600 14px/1.5 system-ui, sans-serif;
}
#analytics-consent button:focus-visible {
  outline: 3px solid #255c25;
  outline-offset: 3px;
}
