/* Generated from ui/styles/privacy-consent.css. Edit the source, then npm run build:styles. */
.privacy-choice {
  position: fixed;
  inset: auto 16px 16px;
  width: min(560px, calc(100% - 32px));
  max-height: 80vh;
  overflow: auto;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #777;
  border-radius: 16px;
  background: #fff;
  color: #151515;
  z-index: 10000;
  font: inherit;
}
.privacy-choice h2 { font-size: 20px; margin: 0 0 12px; }
.privacy-choice p { font-size: 14px; line-height: 1.5; }
.privacy-choice div { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.privacy-choice button { min-height: 44px; padding: 8px 16px; border: 1px solid #777; border-radius: 8px; background: #fff; color: #151515; font: inherit; cursor: pointer; }
.privacy-settings { display: block; min-height: 44px; margin: 16px auto; padding: 8px 16px; border: 0; background: transparent; color: inherit; font: inherit; font-size: 13px; cursor: pointer; }

.privacy-choice a { color: #174acc; }

.privacy-settings--inline { margin: 0; padding-inline: 0; }
