/* Client feedback round 2: booking/gallery layout refinements. */

/* With the FAQ removed, let the price table use the full available width. */
.bbb-booking-secondary {
	grid-template-columns: minmax(0, 1fr) !important;
	margin: 0 0 1.5rem;
}

.bbb-booking-secondary > * {
	min-width: 0;
}

@media (max-width: 820px) {
	/* Mobile gallery has one clear presentation mode; the toggle only adds noise. */
	.bbb-gallery-switch {
		display: none !important;
	}

	/* Keep the gallery heading balanced after the view switch disappears. */
	.bbb-section-heading.bbb-section-heading--inline:has(+ .bbb-gallery) {
		grid-template-columns: 1fr;
	}
}
