.trendy-post-section-header {
	--fs-flex-direction: column;
	--fs-justify-content: center;
	--fs-height: 420px;

	position: relative;
	min-height: var(--fs-height);
	padding-block: var(--fs-blocks-spacing-xl);
	overflow: hidden;
	background: linear-gradient(135deg, #21170f 0%, #6d5138 48%, #a77845 100%);
}

.trendy-post-section-header > .fs-block-section__background,
.trendy-post-section-header > .trendy-post-section-header__background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	overflow: hidden;
	pointer-events: none;
	border-radius: inherit;
	corner-shape: inherit;
}

.trendy-post-section-header > .fs-block-section__background .fs-block-image__media,
.trendy-post-section-header > .fs-block-section__background .fs-block-image__img,
.trendy-post-section-header > .fs-block-section__background .fs-block-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	corner-shape: inherit;
}

.trendy-post-section-header > .fs-block-section__background .fs-block-image__img {
	object-fit: cover;
	object-position: var(--focal-point, 50% 50%);
}

.trendy-post-section-header.has-placeholder-background > .trendy-post-section-header__background {
	background:
		radial-gradient(circle at 72% 18%, rgba(255, 217, 153, .38), transparent 26%),
		linear-gradient(135deg, #20160f 0%, #6b4f36 48%, #a77845 100%);
}

.trendy-post-section-header.has-post-thumbnail-background > .trendy-post-section-header__background {
	background-position: var(--focal-point, 50% 50%);
	background-size: cover;
}

.trendy-post-section-header__overlay {
	position: absolute;
	inset: 0;
	display: block;
	z-index: 1;
}

.trendy-post-section-header > *:not(.fs-block-section__background, .fs-border-overlay, .fs-shape-divider) {
	position: relative;
	z-index: 2;
}

:where(.trendy-post-section-header > *:not(.alignfull, .fs-border-overlay, .fs-shape-divider, .fs-block-section__background)) {
	width: 100%;
}

.trendy-post-section-header > .fs-shape-divider,
.trendy-post-section-header > .fs-border-overlay {
	max-width: none;
	margin: 0;
	z-index: 3;
}

.trendy-post-section-header > .fs-border-overlay {
	margin: var(--margin) !important;
}

.trendy-post-section-header.fs-background:where(.is-layout-flow) > .has-global-padding,
.trendy-post-section-header.fs-background:where(.is-layout-constrained) > .has-global-padding:where(.alignfull) {
	width: auto;
	margin-right: calc(var(--fs-background-padding-inline) * -1);
	margin-left: calc(var(--fs-background-padding-inline) * -1);
}

.fs-block-section + .trendy-post-section-header,
.trendy-post-section-header + .fs-block-section,
.trendy-post-section-header + .trendy-post-section-header {
	margin-block-start: 0;
}
