/* ==========================================================================
   Third-party embed overrides. Only linked on pages that actually embed a
   widget. Every rule here must be scoped under an .embed-* wrapper — never
   target the embed's internal markup unscoped, and never !important-fight it.
   ========================================================================== */

/* ── Base wrapper: every embed gets this, regardless of vendor ── */
.embed {
  max-width: 100%;
}

/* ── GoHighLevel booking calendar (lead magnet, homepage) ── */
.embed-ghl-booking {
  margin-bottom: var(--space-2xs);
}
