.hpwh-analytics-consent {
  position: fixed;
  z-index: 99999;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  max-width: 70rem;
  margin: 0 auto;
  padding: 1rem 1.125rem;
  color: #102a23;
  background: #fff;
  border: 1px solid #b9d4ca;
  border-radius: .9rem;
  box-shadow: 0 .75rem 2.5rem rgba(16, 42, 35, .22);
}

.hpwh-analytics-consent h2 {
  margin: 0 0 .25rem;
  font-size: 1.05rem;
  line-height: 1.25;
}

.hpwh-analytics-consent p { margin: 0; font-size: .9rem; line-height: 1.45; }
.hpwh-analytics-consent a { text-decoration: underline; text-underline-offset: .15em; }
.hpwh-analytics-consent__controls { display: flex; flex: 0 0 auto; gap: .55rem; }
.hpwh-analytics-consent button { min-width: 8.5rem; min-height: 2.75rem; padding: .65rem .9rem; border-radius: .55rem; font: inherit; font-weight: 700; cursor: pointer; }
.hpwh-analytics-consent__allow { color: #fff; background: #17694f; border: 2px solid #17694f; }
.hpwh-analytics-consent__decline { color: #173f34; background: #fff; border: 2px solid #8db5a8; }
.hpwh-analytics-consent button:focus-visible { outline: 3px solid #f3b73f; outline-offset: 3px; }
.hpwh-analytics-settings { margin: .75rem 0 0; padding: .35rem .55rem; border: 1px solid #8db5a8; border-radius: .35rem; color: #173f34; background: transparent; font: inherit; font-size: .82rem; cursor: pointer; }
.hpwh-analytics-settings:focus-visible { outline: 3px solid #f3b73f; outline-offset: 3px; }

@media (max-width: 42rem) {
  .hpwh-analytics-consent { align-items: stretch; flex-direction: column; }
  .hpwh-analytics-consent__controls { width: 100%; }
  .hpwh-analytics-consent button { flex: 1 1 50%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hpwh-analytics-consent, .hpwh-analytics-consent * { scroll-behavior: auto !important; transition: none !important; }
}
