.cbc-booking-content .ccb-booking-form {
	max-width: 100%;
}

/*
 * Keep the enhanced calendar's accessible fallback select visually hidden.
 * The booking form's general full-width field rule is more specific than the
 * calendar rule and otherwise expands this absolutely positioned control to
 * the viewport width on phones, creating horizontal page scroll.
 */
.cbc-booking-content .ccb-calendar-enhanced .ccb-date-fallback {
	width: 1px !important;
	max-width: 1px !important;
	min-width: 1px !important;
}

.cbc-booking-content .ccb-primary-button,
.cbc-booking-content .ccb-secondary-button {
	min-height: 44px;
}

.cbc-booking-content :focus-visible {
	outline: 3px solid #de6900;
	outline-offset: 2px;
}

/* Booking logic, availability, pricing, payment and caching are deliberately not altered here. */
