.otwl-tour-booking {
	margin-top: 26px;
	position: sticky;
	top: 24px;
}

.otwl-tour-booking-card,
.otwl-tour-card {
	background: #fff;
	border: 1px solid #e6e8ee;
	border-radius: 16px;
	box-shadow: 0 20px 46px rgba(23, 38, 64, .09);
}

.otwl-tour-booking-card {
	padding: 22px;
}

.otwl-tour-booking-kicker {
	color: #172640;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .05em;
	margin: 0 0 18px;
}

.otwl-tour-booking-button,
.otwl-tour-card-cta {
	align-items: center;
	background: #f7f8fb;
	border: 1px solid #dfe3eb;
	border-radius: 12px;
	color: #172640;
	display: flex;
	font: 800 16px/1.1 inherit;
	justify-content: center;
	margin: 12px 0;
	min-height: 54px;
	padding: 16px 18px;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.otwl-tour-booking-button:hover,
.otwl-tour-card-cta:hover {
	background: #eef1f6;
	border-color: #cfd6e2;
	transform: translateY(-1px);
}

.otwl-tour-booking-button.is-primary,
.otwl-tour-card-cta {
	background: var(--otwl-accent);
	border-color: var(--otwl-accent);
	color: #fff;
}

.otwl-tour-booking-button.is-primary:hover,
.otwl-tour-card-cta:hover {
	background: var(--otwl-accent-dark);
	border-color: var(--otwl-accent-dark);
}

.otwl-tour-card-cta {
	background: #eef1f4;
	border-color: #eef1f4;
	border-radius: 10px;
	color: #172640;
	font-size: 14px;
	font-weight: 700;
	min-height: 44px;
	padding: 13px 16px;
}

.otwl-tour-card-cta:hover {
	background: #e3e7ec;
	border-color: #e3e7ec;
	color: #172640;
}

.otwl-tour-booking-card small {
	border-top: 1px solid #edf0f4;
	color: #687082;
	display: block;
	line-height: 1.5;
	margin-top: 16px;
	padding-top: 16px;
}

@media (max-width: 840px) {
	.otwl-tour-booking {
		margin-top: 0;
		order: -1;
		position: static;
	}
}
