.fw-featured-news__list {
	align-self: stretch;
}

.fw-featured-news__list > .fw-featured-news__item {
	flex: 0 0 calc( 66.666% - var( --wp--style--block-gap, 24px ) );
}

.fw-featured-news__list:not( :has( .fw-featured-news__sidebar ) )  > .fw-featured-news__item {
	flex: 0 0 100%;
}

.fw-featured-news__list > .fw-featured-news__item + * {
	flex: 0 0 33.333%;
}

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

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

.fw-featured-news__image {
	display: block;
}

.fw-featured-news__image a {
	display: block;
	width: 100%;
	height: 100%;
}

.fw-featured-news__image img {
	aspect-ratio: 16 / 9;
	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%;
}

@media (min-width: 728px) {
	.fw-featured-news__image img {
		aspect-ratio: 1 / 1;
	}

	.fw-featured-news__item--large img {
		aspect-ratio: auto;
	}
}


.fw-featured-news__list > :first-chi;d > :first-child {
	aspect-ratio: auto;
}

@media (min-width: 728px) {
	.fw-featured-news__image {
		flex: 0 0 100px;
		height: 100px;
		width: 100px;
	}

	.fw-featured-news__list > .fw-featured-news__item .fw-featured-news__image {
		height: 400px;
		width: auto;
	}

	.fw-featured-news__list:not( :has( .fw-featured-news__sidebar ) ) > .fw-featured-news__item .fw-featured-news__image {
		height: 600px;
		width: 100%;
	}
}

