.calendly-inline-embed {
  min-width: 320px;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.modal-card.is-calendly {
  width: min(720px, 96vw);
  max-height: 92vh;
  overflow: auto;
}

.modal-calendly-copy {
  margin: 0 0 12px;
  color: var(--muted, #64748b);
  font-size: 0.95rem;
  line-height: 1.45;
}
