/* Let's Talk — Calendar Embed Page */

.lets-talk-hero {
  background: var(--bg-deep);
}

.lets-talk-calendar {
  background: var(--bg-deep);
}

/* Override GHL calendar iframe background for dark theme */
.lets-talk-calendar iframe {
  background: #fff;
  border-radius: 8px;
}
