/* Calendly inline widget wrapper — Contact page (components/calendly/calendly.php) */

/* Smooth-scroll the "Book an appointment" jump, and offset for the sticky header. */
html:has(.calendly-section) { scroll-behavior: smooth; }
.calendly-section { scroll-margin-top: calc(var(--header-sticky-h) + 24px); }
/* Tighter gaps to the cards above and the social card below. */
.calendly-section { padding-block: 24px; }

.calendly {
	max-width: var(--content-narrow);
	margin-inline: auto;
}
.calendly .calendly-inline-widget {
	border-radius: var(--radius-card);
	overflow: hidden;
}
