.mvc-search-results-room-note {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 8px 0 12px;
	padding: 8px 10px;
	border: 1px solid #c8d8ec;
	border-radius: 6px;
	background: #f4f8fd;
	color: #365f8d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.mvc-search-results-room-note::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #6f9bc9;
	flex: 0 0 auto;
}

.mvc-search-results-room-note.is-warning {
	border-color: #e5c66f;
	background: #fff9e7;
	color: #7a5a0b;
}

.mvc-search-results-room-note.is-warning::before {
	background: #d6a900;
}

.mphb-book-button.mvc-search-results-disabled-booking,
.mphb-book-button.mvc-search-results-disabled-booking:hover {
	cursor: not-allowed;
	opacity: 0.55;
}
