.vcm-booking-card {
	padding: 0;
	overflow: hidden;
}

.vcm-booking-search {
	display: grid;
	gap: 16px;
	padding: 20px;
}

.vcm-booking-heading strong {
	display: block;
	margin: 4px 0;
	color: #ed2649;
	font-size: 40px;
	line-height: 1;
}

.vcm-booking-heading span,
.vcm-booking-heading p {
	color: #526070;
	font-weight: 800;
}

.vcm-booking-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.vcm-booking-fields label,
.vcm-child-ages label {
	display: grid;
	gap: 6px;
	color: #253349;
	font-size: 13px;
	font-weight: 800;
}

.vcm-booking-fields input,
.vcm-booking-fields select,
.vcm-child-ages select {
	width: 100%;
	min-height: 42px;
	border: 1px solid #ccd5e3;
	border-radius: 6px;
	background: #fff;
	color: #142033;
	padding: 0 10px;
}

.vcm-child-ages {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.vcm-toggle-row,
.vcm-match-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 14px 0 22px;
	color: #34415a;
	font-weight: 800;
}

.vcm-toggle-row input,
.vcm-match-toggle input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #ed2649;
	flex: 0 0 auto;
}

.vcm-toggle-row span,
.vcm-match-toggle span {
	line-height: 1.25;
}

.vcm-booking-message {
	min-height: 20px;
	color: #0f6b3d;
	font-size: 13px;
	font-weight: 800;
}

.vcm-booking-message.is-error {
	color: #c81d3b;
}

.vcm-booking-submit,
.vcm-booking-search .vcm-button-secondary {
	width: 100%;
}

.vcm-rate-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(140px, auto) minmax(120px, auto) minmax(128px, auto);
	gap: 18px;
	align-items: center;
	padding: 16px 18px;
}

.vcm-rate-main {
	min-width: 0;
}

.vcm-rate-title,
.vcm-rate-main h3 {
	display: block;
	max-width: 100%;
	margin: 0;
	color: #142033;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
	white-space: normal;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.vcm-selected-rate {
	background: rgba(237, 38, 73, .1) !important;
	color: #c81d3b !important;
}

.vcm-rate-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 10px;
	max-width: 100%;
}

.vcm-rate-badges span {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: #eaf1ff;
	color: #2448a8;
	font-size: 11px;
	font-weight: 900;
	padding: 5px 8px;
	white-space: nowrap;
}

.vcm-rate-card.is-mismatch .vcm-rate-badges span[data-vcm-match-badge] {
	background: #fff5e5;
	color: #8a5200;
}

.vcm-rate-price {
	min-width: 140px;
	text-align: right;
}

.vcm-rate-price strong {
	display: block;
	color: #ed2649;
	font-size: 24px;
	line-height: 1.1;
}

.vcm-rate-price del,
.vcm-rate-price span {
	display: block;
	margin-top: 4px;
	border-radius: 0;
	background: transparent;
	padding: 0;
	color: #0f6b3d;
	font-size: 12px;
	font-weight: 800;
}

.vcm-rate-stock {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
	width: max-content;
	max-width: 170px;
	border-radius: 0;
	background: transparent;
	padding: 0;
	line-height: 1.25;
}

.vcm-rate-stock strong {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border-radius: 999px;
	background: #e7f7ee;
	color: #0f6b3d;
	font-size: 12px;
	font-weight: 900;
	padding: 5px 9px;
	white-space: nowrap;
}

.vcm-rate-stock.is-sold strong {
	background: #f2f4f7;
	color: #667085;
}

.vcm-rate-stock small {
	display: block;
	color: #667085;
	font-size: 12px;
	font-weight: 700;
}

.vcm-rate-calculation,
.vcm-rate-price small {
	display: block;
	margin-top: 6px;
	color: #536075;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	text-align: right;
	white-space: normal;
	position: static;
}

.vcm-booking-rates .vcm-book-now {
	justify-self: end;
	align-self: center;
	white-space: nowrap;
}

.vcm-book-now.is-disabled {
	opacity: .55;
	cursor: not-allowed;
}

.vcm-book-now.is-loading {
	pointer-events: none;
	opacity: .75;
}

@media (max-width: 980px) {
	.vcm-booking-card {
		position: static;
	}

	.vcm-rate-card {
		grid-template-columns: minmax(0, 1fr) minmax(140px, auto);
	}

	.vcm-rate-stock,
	.vcm-booking-rates .vcm-book-now {
		justify-self: start;
	}
}

@media (max-width: 780px) {
	.vcm-rate-card {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.vcm-rate-price {
		min-width: 0;
		text-align: left;
	}

	.vcm-rate-calculation,
	.vcm-rate-price small {
		text-align: left;
	}

	.vcm-rate-stock {
		width: auto;
		max-width: 100%;
	}

	.vcm-booking-rates .vcm-book-now,
	.vcm-rate-card .vcm-btn {
		width: 100%;
		justify-self: stretch;
	}
}

@media (max-width: 560px) {
	.vcm-booking-fields,
	.vcm-child-ages {
		grid-template-columns: 1fr;
	}
}
.vcm-rate-card.is-selected-from-finder {
	border-color: #ED2649;
	box-shadow: 0 0 0 3px rgba(237, 38, 73, .14), 0 16px 38px rgba(23, 25, 35, .12);
}
