/* Booking wizard filter chips */
#booking-wizard-root .bwchip {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0 !important;
	padding: 4px 10px !important;
	border-radius: 9999px !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	cursor: pointer !important;
	background-color: #fef9f9 !important;
	color: #b05050 !important;
	border: 1px solid #fde8e8 !important;
}

#booking-wizard-root .bwchip:hover {
	background-color: #fde8e8 !important;
	color: #8f3535 !important;
	text-decoration: none !important;
}
