.b5-floating-booking-cart {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 99999;
	display: flex;
	align-items: center;
	gap: 1rem;
	max-width: calc(100vw - 2.5rem);
	padding: 1rem 1.25rem;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.b5-floating-booking-cart > div,
.b5-booking-cart-heading {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.b5-floating-booking-cart .button,
.b5-book-more-button,
.b5-cart-checkout-button {
	margin: 0;
}

.b5-book-more-button {
	background: #ff6e00 !important;
	border-color: #ff6e00 !important;
	color: #fff !important;
}

.b5-room-in-cart .mphb-rooms-reservation-message-wrapper {
	display: block;
}

.b5-cart-error {
	color: #b32d2e;
}

.b5-booking-cart-summary {
	margin-bottom: 2rem;
	padding: 1.5rem;
	border: 1px solid #ddd;
	background: #fff;
}

.b5-booking-cart-heading {
	justify-content: space-between;
}

.b5-booking-cart-heading h2 {
	margin: 0;
}

.b5-booking-cart-items {
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
}

.b5-booking-cart-items li {
	display: flex;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1rem 0;
	border-top: 1px solid #e5e5e5;
}

.b5-booking-cart-items li > div {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.b5-booking-services {
	margin-top: 0.75rem;
	padding: 0.75rem;
	border: 1px solid #e5e5e5;
}

.b5-booking-services legend {
	padding: 0 0.35rem;
	font-weight: 700;
}

.b5-booking-service-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin: 0.5rem 0;
}

.b5-booking-service-row label:first-child {
	margin-right: auto;
}

.b5-services-updating {
	opacity: 0.6;
	pointer-events: none;
}

.b5-booking-cart-items li > div:last-child {
	align-items: flex-end;
}

.b5-remove-booking-item {
	padding: 0;
	border: 0;
	background: transparent;
	color: #b32d2e;
	text-decoration: underline;
	cursor: pointer;
}

.b5-bundle-checkout .woocommerce-form-coupon-toggle,
.b5-bundle-checkout .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}

@media (max-width: 768px) {
	.b5-floating-booking-cart {
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
		flex-direction: column;
		align-items: stretch;
	}

	.b5-floating-booking-cart > div,
	.b5-booking-cart-heading {
		flex-wrap: wrap;
	}

	.b5-booking-cart-items li {
		flex-direction: column;
	}

	.b5-booking-cart-items li > div:last-child {
		align-items: flex-start;
	}
}
