.ga4-choice {
  box-sizing: border-box;
  position: fixed;
  z-index: 2147483000;
  inset: auto 16px 16px auto;
  width: min(480px, calc(100vw - 32px));
  max-height: min(420px, 65dvh);
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #ccd5dc;
  border-radius: 16px;
  background: #fff;
  color: #173b55;
  box-shadow: 0 4px 24px rgb(15 35 50 / 18%);
  font: 400 15px/1.55 system-ui, sans-serif;
  text-align: left;
}
.ga4-choice[hidden] { display: none !important; }
.ga4-choice p { margin: 0 0 14px; font: inherit; color: inherit; }
.ga4-choice a { color: inherit; text-decoration: underline; }
.ga4-choice__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ga4-choice button {
  appearance: none;
  flex: 1;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #496275;
  border-radius: 8px;
  background: #f3f6f8;
  color: #173b55;
  font: 600 15px/1.4 system-ui, sans-serif;
  cursor: pointer;
}
.ga4-choice button:active { background: #e2eaf0; }
.ga4-choice :focus-visible, .ga4-settings:focus-visible { outline: 3px solid #0074a8; outline-offset: 3px; }
.ga4-settings {
  display: block;
  min-height: 44px;
  margin: 8px auto;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 480px) {
  .ga4-choice { inset: auto 12px 12px; width: auto; padding: 16px; }
}
