/* Handover-blocked days — subtle gray, same feel as other unavailable days */
.pika-single .pika-button.hbhd-handover-blocked {
	background: #e4e4e4 !important;
	color: #b0b0b0 !important;
	cursor: default !important;
	pointer-events: none !important;
	opacity: 1 !important;
	font-weight: 400 !important;
}

.pika-single .pika-button.hbhd-handover-blocked:hover {
	background: #e4e4e4 !important;
	color: #b0b0b0 !important;
}
