.analytics-consent {
  box-sizing: border-box;
  max-width: 64rem;
  margin: 1rem auto;
  padding: 1rem 1.25rem;
  border: 1px solid #2f684b;
  border-radius: .5rem;
  background: #fffdf6;
  color: #183f2d;
}
.analytics-consent[hidden] { display: none; }
.analytics-consent h2 { margin: 0 0 .5rem; font-size: 1.25rem; }
.analytics-consent p { margin: .5rem 0; }
.analytics-consent a { color: #24573e; text-decoration: underline; }
.analytics-consent__choices { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: .75rem; }
.analytics-consent__choices button {
  flex: 1 1 10rem;
  min-height: 2.75rem;
  padding: .65rem 1rem;
  border: 2px solid #2f684b;
  border-radius: .35rem;
  background: #fffdf6;
  color: #183f2d;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.analytics-consent__choices button:hover { background: #e9f0e7; }
.analytics-consent :focus-visible, [data-analytics-preferences]:focus-visible { outline: 3px solid #183f2d; outline-offset: 3px; }
.analytics-consent__status:empty { display: none; }
@media (max-width: 66rem) { .analytics-consent { margin: 1rem; } }
