/**
 * Hub massages — 2 colonnes, calendrier qui défile avec la page (défaut).
 * Neutralise les thèmes qui forcent position:sticky sur [class*="sticky"].
 * Le mode calendrier fixe utilise .fgby-massage-hub--sticky-calendar (shortcode sticky_calendar="1").
 */

html body .fgby-massage-hub:not(.fgby-massage-hub--sticky-calendar) .fgby-massage-hub__col--calendar,
html body .fgby-massage-hub:not(.fgby-massage-hub--sticky-calendar) .fgby-massage-hub__calendar-panel,
html body .fgby-massage-hub:not(.fgby-massage-hub--sticky-calendar) .fgby-booking-form--hub,
html body .fgby-massage-hub:not(.fgby-massage-hub--sticky-calendar) .fgby-step-calendar,
html body .fgby-massage-hub:not(.fgby-massage-hub--sticky-calendar) .fgby-calendar,
html body .fgby-massage-hub:not(.fgby-massage-hub--sticky-calendar) .fgby-day-slots {
	position: static !important;
	top: auto !important;
	bottom: auto !important;
	inset: auto !important;
	max-height: none !important;
	overflow: visible !important;
}
