.ftg-booking-card,
.ctc-booking-card {
	background: #fff;
	border: 1px solid rgba(12, 60, 94, 0.15);
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.ftg-booking-card h3,
.ctc-booking-card h3 {
	margin-top: 0;
	font-family: 'Playfair Display', Georgia, serif;
	color: #0c3c5e;
}

.ftg-booking-cta,
.ctc-booking-cta {
	display: inline-block;
	margin-top: 10px;
	background: #ff6f61;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.04em;
	padding: 12px 24px;
	border-radius: 6px;
	text-decoration: none;
}

.ftg-booking-cta:hover,
.ctc-booking-cta:hover {
	background: #e85a4d;
	color: #fff;
}

.ftg-property-sidebar,
.ctc-property-sidebar {
	position: sticky;
	top: 100px;
}

@media (max-width: 900px) {
	.ftg-property-sidebar,
	.ctc-property-sidebar {
		position: static;
	}
}
