/**
 * Boat-page image presentation.
 */

.cbc-boat-photo {
	margin-top: 20px;
	margin-bottom: 34px;
}

.cbc-boat-photo img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #b8ccd5;
	border-radius: 10px;
	box-shadow: 0 5px 16px rgba(11, 82, 111, 0.16);
}

.cbc-boat-photo figcaption {
	margin-top: 10px;
	color: #0b526f;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.cbc-boat-heading {
	margin-top: 30px;
}

.cbc-boat-heading:first-child {
	margin-top: 0;
}

@media (max-width: 560px) {
	.cbc-boat-photo {
		margin-bottom: 28px;
	}
}
