.lvt-landing-hotel-booking .lvt-hotel-booking-main {
	min-height: 60vh;
}

.lvt-hotel-booking-steps .nav-link {
	font-size: 0.8125rem;
	font-weight: 500;
	border-radius: 2rem;
	padding: 0.35rem 0.85rem;
	color: var(--bs-secondary);
	background: var(--bs-light);
	margin-right: 0.35rem;
	margin-bottom: 0.35rem;
}

.lvt-hotel-booking-steps .nav-link.active {
	background: var(--lvt-hotel-accent, var(--bs-primary));
	color: #fff;
}

.lvt-hotel-booking-steps .nav-link.disabled {
	opacity: 0.55;
	pointer-events: none;
}

.lvt-hotel-booking-room__img {
	height: 140px;
	object-fit: cover;
}

.lvt-hotel-booking-room__placeholder {
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-light);
	border-radius: var(--bs-border-radius);
	color: var(--bs-secondary);
	font-size: 2rem;
}

.lvt-hotel-booking-summary__dl dt {
	font-weight: 500;
}

@media (max-width: 991.98px) {
	.lvt-hotel-booking-summary.sticky-top {
		position: static !important;
	}
}
