#analytics-consent-banner {
  position: fixed;
  z-index: 2147483647;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  max-width: 48rem;
  margin: 0 auto;
  padding: 1.25rem;
  color: #fff;
  background: #1d1d1b;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3);
  font: 16px/1.45 Arial, sans-serif;
}

#analytics-consent-banner p { margin: 0 0 1rem; }
#analytics-consent-banner a { color: #fff; text-decoration: underline; }
#analytics-consent-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
#analytics-consent-actions button,
#analytics-consent-settings {
  padding: 0.65rem 1rem;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
#analytics-consent-actions button:first-child { background: #fff; color: #1d1d1b; }
#analytics-consent-settings {
  position: fixed;
  z-index: 2147483646;
  right: 1rem;
  bottom: 1rem;
  display: none;
  border-color: #1d1d1b;
  color: #1d1d1b;
  background: #fff;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
#analytics-consent-settings.is-visible { display: block; }
