.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-dummy-btn {
	color: #fff;
	padding: 8px 16px;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

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

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

.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;
}
