.featured-posts-wrapper-09e5f59e {
	display: flex;
	flex-direction: column;
	font-family: inherit;
}

.fp-header-09e5f59e {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.fp-header-left-09e5f59e {
	/* The actual text styling is now handled by the user's .fu-prose h2 classes,
       but we keep the wrapper structure clean */
}

/* Adjustments for the new HTML structure for the accent line */
.fu-prose #h2 {
	position: relative;
	padding-top: 20px;
	margin: 0;
}

.fu-prose #h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 8px;
	border-radius: 4px;
}

.fu-prose #h2 h2 {
	margin: 0;
	line-height: 1.2;
}


.fp-header-right-09e5f59e {
	font-size: 11px;
	text-decoration: none;
	color: #333;
	font-weight: 600;
	letter-spacing: 1px;
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
}

.fp-content-09e5f59e {
	display: grid;
	grid-template-columns: 1.8fr 1fr;
	gap: 40px;
}

@media (max-width: 992px) {
	.fp-content-09e5f59e {
		grid-template-columns: 1fr;
	}
}

/* Main Post */
.fp-main-post-09e5f59e {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
}

.fp-main-post-09e5f59e:hover .fp-main-title-09e5f59e {
	opacity: 0.8;
}

.fp-main-post-09e5f59e img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	aspect-ratio: 16/9;
	object-fit: cover;
	margin-bottom: 20px;
}

.fp-placeholder-img-09e5f59e {
	width: 100%;
	background-color: #222;
	border-radius: 16px;
	aspect-ratio: 16/9;
	margin-bottom: 20px;
}

.fp-main-meta-09e5f59e {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
	font-weight: 600;
}

.fp-main-title-09e5f59e {
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	transition: opacity 0.3s ease;
}

.fp-main-excerpt-09e5f59e {
	font-size: 16px;
	color: #444;
	line-height: 1.6;
}

/* Secondary Posts */
.fp-secondary-posts-09e5f59e {
	display: flex;
	flex-direction: column;
}

.fp-secondary-item-09e5f59e {
	display: flex;
	gap: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.3s ease;
}

.fp-secondary-item-09e5f59e:hover {
	opacity: 0.8;
}

.fp-secondary-item-09e5f59e:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.fp-secondary-img-09e5f59e {
	width: 110px;
	height: 110px;
	flex-shrink: 0;
}

.fp-secondary-img-09e5f59e img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.fp-secondary-img-09e5f59e .fp-placeholder-img-09e5f59e {
	aspect-ratio: 1/1;
	border-radius: 12px;
	margin-bottom: 0;
}

.fp-secondary-content-09e5f59e {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fp-sec-meta-09e5f59e {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
	font-weight: 600;
}

.fp-sec-title-09e5f59e {
	font-size: 16px;
	font-weight: 800;
	margin: 0 0 10px 0;
	line-height: 1.3;
}

.fp-sec-date-wrapper-09e5f59e {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 11px;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
