.analytics-consent {
  display:block;
  box-sizing:border-box;
  position:fixed;
  right:16px;
  bottom:max(16px,env(safe-area-inset-bottom));
  z-index:100;
  width:min(440px,calc(100% - 32px));
  max-height:calc(100dvh - 32px);
  overflow:auto;
  padding:16px;
  border:1px solid #dce0e2;
  border-radius:8px;
  background:#fff;
  color:#242b30;
  box-shadow:0 6px 24px #2023271f;
  font:14px/1.45 Arial,sans-serif;
}
.analytics-consent[hidden],.analytics-settings[hidden] {
  display:none;
}
.analytics-consent strong {
  display:block;
  margin:0 0 4px;
  font-size:14px;
}
.analytics-consent p {
  margin:0;
  color:#555e64;
  line-height:1.45;
}
.analytics-consent a {
  color:#39434b;
  text-decoration:underline;
  text-underline-offset:3px;
}
.analytics-consent-actions {
  display:flex;
  flex-wrap:nowrap;
  gap:8px;
  margin-top:12px;
}
.analytics-consent-actions button {
  white-space:normal;
  flex:1;
  min-width:0;
  min-height:44px;
  padding:9px 12px;
  border:1px solid #aeb5ba;
  border-radius:4px;
  background:#fff;
  color:#242b30;
  font:inherit;
  font-weight:600;
  cursor:pointer;
}
.analytics-consent-actions [data-analytics-accept] {
  background:#242b30;
  color:#fff;
  border-color:#242b30;
}
.analytics-consent-actions button:hover {
  border-color:#242b30;
}
.analytics-consent :focus-visible,.analytics-settings:focus-visible {
  outline:2px solid #14786f;
  outline-offset:3px;
}
.analytics-preferences {
  padding:8px 16px;
  text-align:center;
}
.legal-footer .analytics-preferences {
  padding:0;
}
.analytics-settings {
  position:static;
  min-height:32px;
  padding:4px 0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#555e64;
  box-shadow:none;
  font:13px/1.5 Arial,sans-serif;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}
@media(max-width:480px) {
  .analytics-consent {
    right:12px;
    bottom:max(12px,env(safe-area-inset-bottom));
    width:calc(100% - 24px);
    padding:14px;
  }
  .analytics-consent-actions button {
    padding-inline:8px;
  }
}
