.bmbh-hidden {
	display: none;
}

.bmbh-darwin-booking-form {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
}

.bmbh-booking-step {
	margin-bottom: 30px;
}

.bmbh-form-row {
	margin-bottom: 15px;
}

.bmbh-form-label {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}

.bmbh-form-input,
.bmbh-form-select,
.bmbh-form-textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
}

.bmbh-selected-room-display,
.bmbh-booking-cart {
	background: #f8f9fa;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.bmbh-room-card {
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	background: #fff;
}

.bmbh-room-card-sold-out {
	border-color: #ccc;
	background: #f5f5f5;
	opacity: 0.8;
}

.bmbh-room-type {
	margin: 0 0 10px;
}

.bmbh-room-type-sold-out {
	color: #999;
}

.bmbh-room-availability {
	margin: 5px 0;
	color: #666;
}

.bmbh-room-price {
	margin: 5px 0;
	font-weight: 700;
}

.bmbh-room-actions {
	margin-top: 10px;
}

.bmbh-add-to-cart-btn,
.bmbh-waitlist-open-btn {
	color: #fff;
	padding: 8px 16px;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

.bmbh-add-to-cart-btn {
	background: #0073aa;
}

.bmbh-waitlist-open-btn {
	background: #6c757d;
}

.bmbh-waitlist-section {
	margin-top: 20px;
	padding: 18px;
	background: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
}

.bmbh-waitlist-section-text {
	margin: 0 0 14px;
	color: #555;
}

.bmbh-no-rooms-text {
	margin: 0 0 16px;
	color: #666;
}

.bmbh-waitlist-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.bmbh-waitlist-modal.bmbh-hidden {
	display: none;
}

.bmbh-waitlist-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.bmbh-waitlist-modal-content {
	position: relative;
	background: #fff;
	border-radius: 6px;
	max-width: 520px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	padding: 24px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.bmbh-waitlist-close {
	position: absolute;
	top: 10px;
	right: 14px;
	background: transparent;
	border: 0;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #666;
}

.bmbh-waitlist-intro {
	margin: 0 0 16px;
	color: #555;
}

.bmbh-waitlist-checkbox-row {
	margin-top: 10px;
}

.bmbh-waitlist-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-weight: 400;
	cursor: pointer;
}

.bmbh-waitlist-checkbox-label input {
	margin-top: 3px;
}

.bmbh-waitlist-actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 20px;
}

.bmbh-waitlist-cancel-btn,
.bmbh-waitlist-submit-btn {
	padding: 10px 18px;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}

.bmbh-waitlist-cancel-btn {
	background: #e9ecef;
	color: #333;
}

.bmbh-waitlist-submit-btn {
	background: #0073aa;
	color: #fff;
}

.bmbh-waitlist-submit-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.bmbh-waitlist-message {
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 4px;
}

.bmbh-waitlist-success {
	background: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
}

.bmbh-waitlist-error {
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
}

.bmbh-room-added-to-booking {
	color: green;
}

.bmbh-cart-total {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
	font-weight: 700;
	font-size: 18px;
}

.bmbh-clear-cart-btn {
	background: #dc3545;
	color: #fff;
	padding: 8px 16px;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 10px;
}

.bmbh-cart-item {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.bmbh-cart-item-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bmbh-cart-item-controls {
	display: flex;
	align-items: center;
	gap: 10px;
}

.bmbh-cart-quantity-input {
	width: 60px;
	padding: 5px;
}

.bmbh-remove-cart-item-btn {
	background: #dc3545;
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: 5px 8px;
	cursor: pointer;
}

.bmbh-booking-action {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.bmbh-booking-total,
.bmbh-room-count {
	font-weight: 700;
}

.bmbh-book-now-btn {
	background: #28a745;
	color: #fff;
	padding: 12px 24px;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}
