.bws-secondary-hero {
	align-items: center;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.22)), url("http://www.moonsail.com.tr/wp-content/uploads/2026/06/destination-placeholder.png") center/cover no-repeat;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	margin-block-start: 0 !important;
	margin-top: 0 !important;
	min-height: clamp(260px, 34vh, 380px);
	overflow: hidden;
	position: relative;
}

.wp-site-blocks > .wp-block-template-part:first-child + .bws-secondary-hero {
	margin-block-start: 0 !important;
	margin-top: 0 !important;
}

.bws-secondary-hero__content {
	color: #fff;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding: calc(96px + 26px) clamp(24px, 5vw, 72px) 34px;
	text-align: left !important;
	width: 100%;
}

.bws-secondary-hero__title {
	color: #fff;
	font-size: clamp(28px, 3.4vw, 48px);
	font-weight: 300;
	line-height: 1.05;
	margin: 0;
	text-align: left !important;
	width: 100%;
}

.bws-secondary-hero__title a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.post-type-archive-msc_boat .bws-secondary-hero,
.post-type-archive-msc_destination .bws-secondary-hero {
	align-items: flex-end;
	min-height: clamp(460px, 60svh, 820px);
}

.post-type-archive-msc_boat .bws-secondary-hero__content,
.post-type-archive-msc_destination .bws-secondary-hero__content {
	padding-bottom: clamp(34px, 5vh, 64px);
}

@media (max-width: 700px) {
	.bws-secondary-hero {
		min-height: clamp(220px, 30vh, 300px);
	}

	.bws-secondary-hero__content {
		padding: calc(78px + 22px) 22px 30px;
		text-align: center !important;
	}

	.bws-secondary-hero__title {
		font-size: clamp(24px, 7.4vw, 34px);
		text-align: center !important;
	}

	.post-type-archive-msc_boat .bws-secondary-hero,
	.post-type-archive-msc_destination .bws-secondary-hero {
		align-items: flex-end;
		min-height: clamp(420px, 60svh, 600px);
	}

	.post-type-archive-msc_boat .bws-secondary-hero__content,
	.post-type-archive-msc_destination .bws-secondary-hero__content {
		padding: calc(78px + 22px) 22px 28px;
		text-align: left !important;
	}

	.post-type-archive-msc_boat .bws-secondary-hero__title,
	.post-type-archive-msc_destination .bws-secondary-hero__title {
		text-align: left !important;
	}
}
