.cbc-sidebar {
	width: 100%;
	min-width: 0;
}

.cbc-sidebar > * + * {
	margin-block-start: 20px;
}

.cbc-sidebar img {
	display: block;
	max-width: 100%;
	height: auto;
}

.cbc-book-now-image {
	margin: 0;
}

.cbc-book-now-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(300px, 100%);
	height: 82px;
	margin: 0;
	background: #167faa;
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 38px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 8px;
}

.cbc-book-now-button--down {
	padding-bottom: 14px;
	clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
}

.cbc-book-now-button--up {
	padding-top: 14px;
	clip-path: polygon(0 28%, 50% 0, 100% 28%, 100% 100%, 0 100%);
}

.cbc-book-now-button:hover {
	background: #126d92;
	color: #fff;
}

.cbc-book-now-button:focus-visible {
	outline: 3px solid #de6900;
	outline-offset: 3px;
}

.cbc-booking-months-part,
.cbc-booking-months {
	margin-block-start: 20px;
}

.cbc-booking-months h3,
.cbc-sidebar h3 {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.3;
	text-transform: uppercase;
}

.cbc-booking-months-list {
	margin: 0;
	padding-left: 1.1em;
}

.cbc-booking-months-list li + li {
	margin-block-start: 2px;
}

.cbc-booking-months-part + .cbc-book-now-image,
.cbc-booking-months + .cbc-book-now-image,
.cbc-booking-months-part + .cbc-book-now-button,
.cbc-booking-months + .cbc-book-now-button {
	margin-block-start: 20px;
}

.cbc-facebook-placeholder {
	padding: 12px;
	background: #f5f5f5;
	border-left: 4px solid #de6900;
}
