.analytics-consent {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
  max-width: 31rem;
  border: 1px solid #d1d5db;
  border-radius: 1rem;
  background: #fff;
  padding: 1rem 1.125rem;
  color: #374151;
  box-shadow: 0 15px 35px rgb(0 0 0 / 15%);
  font-size: .875rem;
  line-height: 1.45;
}
.analytics-consent p { margin: 0; }
.analytics-consent a { color: #4338ca; font-weight: 600; }
.analytics-consent-actions { display: flex; flex-wrap: wrap; gap: .625rem; margin-top: .875rem; }
.analytics-consent button { border: 1px solid #4f46e5; border-radius: .5rem; background: #4f46e5; color: #fff; padding: .45rem .75rem; font-weight: 600; }
.analytics-consent button[data-analytics-consent="denied"] { background: #fff; color: #374151; border-color: #9ca3af; }
@media (max-width: 40rem) { .analytics-consent { right: .75rem; bottom: .75rem; left: .75rem; max-width: none; } }
