.b5-multi-room-date-help {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	line-height: 1.5;
}

.mphb-booking-form.b5-dates-loading input.mphb-datepick {
	cursor: progress;
	opacity: 0.72;
}

.b5-inline-booking-calendar .mphb-selectable-date--check-in,
.b5-inline-booking-calendar .mphb-selectable-date--check-out {
	cursor: pointer;
}

.b5-inline-calendar-form input.mphb-datepick[readonly] {
	cursor: default;
}

/* Suppress only the secondary popup triggered from the paired read-only fields. */
.b5-secondary-datepick-suppressed .datepick-popup {
	display: none !important;
}

@media (max-width: 768px) {
	.b5-inline-booking-calendar .datepick-multi {
		max-width: 100%;
	}
}
