.analytics-consent {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  width: min(calc(100% - 2rem), 56rem);
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border: 1px solid rgb(15 95 50 / 18%);
  border-radius: 1rem;
  margin-inline: auto;
  background: #fff;
  box-shadow: 0 1.25rem 3rem rgb(20 45 30 / 18%);
  padding: 1rem 1.1rem;
  color: #183225;
  font: 500 0.92rem/1.45 system-ui, sans-serif;
}
.analytics-consent strong { display: block; margin-bottom: 0.2rem; color: #103d25; font-size: 1rem; }
.analytics-consent p { margin: 0; }
.analytics-consent a { color: #0f5f32; font-weight: 700; }
.analytics-consent__actions { display: flex; flex: none; gap: 0.6rem; }
.analytics-consent button {
  border: 1px solid #0f5f32;
  border-radius: 999px;
  background: #fff;
  padding: 0.7rem 0.9rem;
  color: #0f5f32;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
}
.analytics-consent button[data-analytics-consent="granted"] { background: #0f5f32; color: #fff; }
.analytics-consent button:focus-visible { outline: 3px solid rgb(15 95 50 / 30%); outline-offset: 2px; }
@media (max-width: 40rem) {
  .analytics-consent { align-items: stretch; flex-direction: column; gap: 0.9rem; }
  .analytics-consent__actions { justify-content: flex-end; flex-wrap: wrap; }
}
