#analytics-consent {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  max-width: 34rem;
  margin: auto;
  padding: 1rem;
  border: 1px solid #bbb;
  border-radius: .75rem;
  background: #fff;
  color: #17191c;
  box-shadow: 0 8px 30px #0003;
  font: 1rem/1.5 system-ui, sans-serif;
  max-width: min(34rem, calc(100vw - 2rem));
  overflow: hidden;
}
#analytics-consent p { margin: 0 0 .8rem; overflow-wrap: anywhere; }
#analytics-consent a { color: inherit; font-weight: 700; }
#analytics-consent div { display: flex; gap: .5rem; }
#analytics-consent button {
  flex: 1;
  min-width: 0;
  padding: .65rem;
  border: 1px solid #17191c;
  border-radius: .4rem;
  background: #fff;
  color: #17191c;
  font: inherit;
  cursor: pointer;
}
#analytics-consent button:last-child { background: #17191c; color: #fff; }
.analytics-settings {
  display: block;
  margin-top: 1rem;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}
