.analytics-consent {
  position: fixed;
  z-index: 1200;
  right: 18px;
  bottom: 18px;
  width: min(520px, calc(100% - 36px));
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
  border: 1px solid #c7d2ca;
  border-radius: 8px;
  background: #fff;
  color: #1d2922;
  box-shadow: 0 20px 58px rgba(15, 38, 31, .2);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.analytics-consent p { margin: 0; font-size: .78rem; line-height: 1.55; }
.analytics-consent a { color: #183c32; font-weight: 750; }
.analytics-consent div { flex: 0 0 auto; display: flex; gap: 8px; }
.analytics-consent button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid #aebbb1;
  border-radius: 6px;
  background: #fff;
  color: #1d2922;
  font: inherit;
  font-size: .72rem;
  font-weight: 780;
  cursor: pointer;
}
.analytics-consent [data-analytics-accept] { border-color: #183c32; background: #183c32; color: #fff; }
.analytics-consent button:focus-visible { outline: 3px solid rgba(24, 60, 50, .28); outline-offset: 2px; }
@media (max-width: 620px) {
  .analytics-consent { left: 12px; right: 12px; bottom: 12px; width: auto; align-items: stretch; flex-direction: column; gap: 12px; }
  .analytics-consent div { width: 100%; }
  .analytics-consent button { flex: 1; }
}
