/**
 * Réservation — compléments front (formulaire + messages)
 * Le calendrier admin est dans assets/css/admin/booking-calendar.css
 *
 * @package TheSistersOffroad
 */

.booking-error {
	max-width: 100%;
	word-break: break-word;
}

.booking-success-message.is-visible {
	display: block;
}

/* Mobile: bouton confirmer pleine largeur sur petits écrans */
@media (max-width: 600px) {
	.booking-form .btn-submit,
	.booking-form .btn-next {
		width: 100%;
		justify-content: center;
	}
}
