/* Featured Posts Widget — frontend */

.fpw-featured-posts-widget,
.fpw-featured-posts-widget *,
.fpw-featured-posts-widget .fpw-title-link,
.fpw-featured-posts-widget .fpw-date,
.fpw-featured-posts-widget .fpw-excerpt {
	color: #000000 !important;
}

.fpw-featured-posts-widget a,
.fpw-featured-posts-widget a:link,
.fpw-featured-posts-widget a:visited,
.fpw-featured-posts-widget a:hover,
.fpw-featured-posts-widget a:focus,
.fpw-featured-posts-widget a:active {
	color: #000000 !important;
}

.fpw-featured-posts-widget .fpw-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fpw-featured-posts-widget .fpw-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin: 0 0 14px;
	padding: 0;
}

.fpw-featured-posts-widget .fpw-item:last-child {
	margin-bottom: 0;
}

.fpw-featured-posts-widget .fpw-thumb-link {
	flex: 0 0 auto;
	display: block;
	line-height: 0;
}

.fpw-featured-posts-widget .fpw-thumb {
	display: block;
	width: 120px;
	aspect-ratio: 17 / 10;
	height: auto;
	object-fit: cover;
}

.fpw-featured-posts-widget .fpw-body {
	flex: 1 1 auto;
	min-width: 0;
}

.fpw-featured-posts-widget .fpw-title-link {
	display: block;
	font-size: 1.15em !important;
	font-weight: 700 !important;
	text-decoration: none;
	line-height: 1.3;
	margin-bottom: 4px;
}

.fpw-featured-posts-widget .fpw-title-link:hover,
.fpw-featured-posts-widget .fpw-title-link:focus {
	text-decoration: underline;
}

.fpw-featured-posts-widget .fpw-date {
	font-size: 0.85em;
	margin-bottom: 4px;
}

.fpw-featured-posts-widget .fpw-excerpt {
	font-size: 0.9em;
	line-height: 1.45;
}
