.scheduling-embed {
  width: 100%;
  min-height: 700px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-card);
}
.scheduling-embed iframe {
  width: 100%;
  height: 700px;
  border: 0;
  display: block;
}
.scheduling-note {
  text-align: center;
  color: var(--text-subtle);
  font-size: var(--fs-small);
  margin-top: 1rem;
}
