#orator-privacy-root {
  color: #153b4b;
  font: 16px/1.5 system-ui, sans-serif;
}
#orator-privacy-root, #orator-privacy-root * {
  box-sizing: border-box;
}
#orator-privacy-root [hidden] {
  display: none !important;
}
#orator-privacy-root h2 {
  font: 750 22px/1.3 system-ui, sans-serif;
  margin: 0 0 10px;
  color: #153b4b;
}
#orator-privacy-root p {
  margin: 10px 0;
}
#orator-privacy-root button {
  font: 650 15px/1.4 system-ui, sans-serif;
  white-space: normal;
  cursor: pointer;
  color: #153b4b;
  background: #e0f4f5;
  border: 1px solid #80b8c2;
  padding: 11px 16px;
  border-radius: 10px;
  min-height: 44px;
}
#orator-privacy-root button:focus-visible, #orator-privacy-root a:focus-visible, #orator-privacy-root input:focus-visible {
  outline: 3px solid #007c8a;
  outline-offset: 3px;
}
#orator-privacy-root a {
  color: #006977;
  text-decoration: underline;
}
#orator-privacy-root input {
  width: 20px;
  height: 20px;
  accent-color: #007c8a;
  vertical-align: middle;
}
#orator-privacy-root label {
  display: block;
  font-weight: 700;
  margin: 20px 0 8px;
}
#orator-privacy-root .orator-consent-actions, #orator-privacy-root .orator-consent-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
#orator-privacy-root .orator-consent-links {
  gap: 20px;
  font-size: 14px;
}
#orator-privacy-root .orator-consent-error {
  color: #a12525;
}
#orator-privacy-root #orator-consent-banner {
  position: fixed;
  z-index: 10050;
  left: 20px;
  bottom: 20px;
  width: min(640px, 100vw - 40px);
  max-height: calc(100dvh - 40px);
  overflow: auto;
  background: #f4fbfc;
  border: 1px solid #9fc9d2;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(16, 44, 77, 0.3333333333);
}
#orator-privacy-root #orator-privacy-launcher {
  position: fixed;
  z-index: 10000;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  padding: 6px 10px;
  min-height: 34px;
}
#orator-privacy-root dialog {
  width: min(560px, 100vw - 32px);
  max-height: calc(100dvh - 32px);
  overflow: auto;
  background: #f4fbfc;
  border: 1px solid #9fc9d2;
  color: #153b4b;
  border-radius: 18px;
  padding: 26px;
}
#orator-privacy-root dialog::backdrop {
  background: rgba(16, 40, 60, 0.6);
}
@media (max-width: 480px) {
  #orator-privacy-root #orator-consent-banner {
    left: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    padding: 18px;
  }
  #orator-privacy-root .orator-consent-actions button {
    flex: 1 1 120px;
  }
}

@media (max-width: 1180px) {
  body:has(.public-mobile-tabbar) #orator-privacy-root #orator-privacy-launcher {
    bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  }
}

/*# sourceMappingURL=orator-privacy.css.map */
/*# sourceMappingURL=orator-privacy.css.map */
