.eiz9r-consent-dock,
.eiz9r-consent-backdrop {
  position: fixed;
  inset: auto 0 0;
  z-index: 2147483600;
  display: grid;
  place-items: center;
  padding: 16px;
  color: #17243b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.eiz9r-consent-backdrop {
  inset: 0;
  background: rgba(12, 23, 39, .58);
  backdrop-filter: blur(7px);
}
.eiz9r-consent-panel {
  width: min(760px, 100%);
  max-height: min(720px, calc(100vh - 32px));
  overflow: auto;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid rgba(102, 126, 160, .28);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(12, 23, 39, .28);
}
.eiz9r-consent-panel .eyebrow {
  margin: 0 0 7px;
  color: #315fdd;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.eiz9r-consent-panel h2 {
  margin: 0 0 10px;
  color: #17243b;
  font-size: clamp(22px, 4vw, 34px);
  line-height: 1.08;
}
.eiz9r-consent-panel p {
  margin: 0 0 10px;
  color: #58677c;
  font-size: 14px;
  line-height: 1.6;
}
.eiz9r-consent-links a {
  color: #2449ab;
  font-weight: 800;
}
.eiz9r-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 19px;
}
.eiz9r-consent-actions button {
  min-height: 43px;
  padding: 10px 15px;
  border: 1px solid #cbd5e1;
  border-radius: 11px;
  color: #25344b;
  background: #f8fafc;
  font: 850 13px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  cursor: pointer;
}
.eiz9r-consent-actions .eiz9r-consent-primary {
  border-color: #315fdd;
  color: #fff;
  background: #315fdd;
}
.eiz9r-consent-actions .eiz9r-consent-close {
  margin-left: auto;
  border-color: transparent;
  background: transparent;
}
@media (max-width: 560px) {
  .eiz9r-consent-dock,
  .eiz9r-consent-backdrop {
    padding: 9px;
  }
  .eiz9r-consent-panel {
    border-radius: 17px;
  }
  .eiz9r-consent-actions {
    display: grid;
  }
  .eiz9r-consent-actions .eiz9r-consent-close {
    margin-left: 0;
  }
}
