@container ( min-width: 728px ) {
	.fw-related-news__item {
		flex: 0 0 calc( 33.333% - var( --wp--style--block-gap, 24px ) );
	}

	.fw-related-news__list--1 .fw-related-news__item {
		flex: 0 0 100%;
	}

	.fw-related-news__list--2 .fw-related-news__item {
		flex: 0 0 calc( 50% - var( --wp--style--block-gap, 24px ) / 2 );
	}

	.fw-related-news__item:nth-child( 3 ) ~ .fw-related-news__item {
		border-top: 1px solid var( --wp--preset--color--primary, currentColor );
		padding-top: var( --wp--style--block-gap, 24px );
	}

}

.fw-related-news__item:nth-child( 3 ) ~ .fw-related-news__item .fw-related-news__image {
	display: none;
}

.fw-related-news__image {
	height: 200px;
}

.fw-related-news__image img {
	border: 1px solid rgba( 0, 0, 0, .1 );
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	width: 100%;
}

.fw-related-news__heading {
	font-weight: 600;
}

.fw-related-news__byline {
	font-family: var( --wp--preset--font-family--heading, inherit );
	font-size: var( --wp--preset--font-size--medium, 14px );
}

.fw-related-news__more {
	align-self: flex-end;
	font-family: var( --wp--preset--font-family--heading, inherit );
	text-align: right;
}
.fw-related-news__more a {
	border-bottom: 3px solid var( --wp--preset--color--primary, currentColor );
	display: inline-block;
	padding-bottom: 1px;
	text-decoration: none;
}
