.analytics-consent {
  position: fixed;
  z-index: 10000;
  inset: auto 1rem 1rem;
  max-width: 760px;
  margin-inline: auto;
  padding: 1rem 1.1rem;
  color: #173326;
  background: #fff;
  border: 1px solid #b9cfc2;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgb(0 0 0 / 18%);
  font: 14px/1.65 system-ui, -apple-system, "Yu Gothic", sans-serif;
}
.analytics-consent p { margin: 0 0 .75rem; }
.analytics-consent a { color: #075126; }
.analytics-consent__actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.analytics-consent button {
  min-height: 44px;
  padding: .65rem 1rem;
  border: 1px solid #075126;
  border-radius: 6px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.analytics-consent [data-analytics-accept] { color: #fff; background: #075126; }
.analytics-consent [data-analytics-decline] { color: #075126; background: #fff; }
.analytics-consent button:focus-visible { outline: 3px solid #f2a23a; outline-offset: 2px; }
@media (min-width: 800px) {
  .analytics-consent { left: 50%; right: auto; transform: translateX(-50%); width: calc(100% - 2rem); }
}
