.analytics-consent {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 1000;
  max-width: 460px;
  padding: 24px;
  border: 1px solid #c8c2e5;
  border-radius: 16px;
  background: #fff;
  color: #171348;
  box-shadow: 0 12px 50px #14104426;
  font:
    16px/1.5 Arial,
    sans-serif;
}
.analytics-consent[hidden] {
  display: none;
}
.analytics-consent h2 {
  font-size: 22px;
  margin: 0 0 12px;
}
.analytics-consent p {
  margin: 0 0 12px;
}
.analytics-consent a {
  color: #342773;
  text-decoration: underline;
}
.analytics-consent > div {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
.analytics-consent button {
  flex: 1;
  border: 1px solid #8880ba;
  border-radius: 8px;
  padding: 11px;
  background: #efedf8;
  color: #171348;
  cursor: pointer;
  font: inherit;
}
.analytics-settings {
  display: block;
  margin: 20px auto;
  background: transparent;
  color: inherit;
  border: 0;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
}
@media (max-width: 550px) {
  .analytics-consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 20px;
    max-height: 85vh;
    overflow: auto;
  }
}
