.featured-post .wp-block-columns {
	gap: 0px;
	align-items: center;
}

.featured-post .wp-block-columns>.wp-block-column {
	flex-basis: 0;
	flex-grow: 1;
}

.featured-post figure {
	height: 100%;
	aspect-ratio: 539/410;
	position: relative;
}

.featured-post img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Date Overlay */
.featured-post .post-date-overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	background: var(--wp--preset--color--green);
	color: white;
	padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;

	@media (max-width: 781px) {
		display: none;
	}
}

.featured-post .post-date-overlay .date-month {
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 2px;
}

.featured-post .post-date-overlay .date-day {
	display: block;
	font-size: 30px;
	font-weight: 800;
}

.featured-post .wp-block-post-date {
	font-style: italic;
	opacity: 0.8;
}

.acf-block-placeholder {
	padding: 20px;
	background: #f0f0f0;
	border: 1px dashed #ccc;
	text-align: center;
	border-radius: 4px;
}

.acf-block-placeholder h4 {
	margin: 0 0 10px;
	color: #666;
}

.acf-block-placeholder p {
	margin: 0;
	color: #666;
	font-style: italic;
}

@media (max-width: 781px) {
	.featured-post .wp-block-columns {
		flex-direction: column;
	}

	.featured-post .mobile-padding-bottom-40 {
		padding-bottom: 40px;
	}

	.featured-post .post-card .wp-block-columns {
		flex-direction: row !important;
		gap: var(--wp--preset--spacing--20) !important;
	}

	.featured-post .post-card .wp-block-column:first-child {
		flex-basis: 100% !important;
	}
}

/* Category Filter */
.featured-post .category-filter {
	margin-bottom: var(--wp--preset--spacing--40);
}

.featured-post .category-buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.featured-post .category-btn {
	background: #f8f8f8;
	border: 2px solid #ddd;
	border-radius: 25px;
	padding: 8px 20px;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: 500;
	transition: all 0.2s ease;
	color: #666;
}

.featured-post .category-btn:hover {
	background: var(--wp--preset--color--green);
	border-color: var(--wp--preset--color--green);
	color: white;
}

.featured-post .category-btn.active {
	background: var(--wp--preset--color--green);
	border-color: var(--wp--preset--color--green);
	color: white;
}

/* Category Selector (Nice Select) */
.featured-post .selector-container {
	margin-bottom: var(--wp--preset--spacing--40);
	margin-left: auto;
	margin-right: 0;
	height: 48px;
	border-bottom: 2px solid #e0e0e0;
	display: flex;
	justify-content: flex-end;
}

.featured-post .selector-container .nice-select {
	max-width: 300px;
	width: 100%;
	border: none;
	border-radius: 25px;
	background: white;
	font-weight: 700;
	height: 48px;
	line-height: 44px;
	padding-left: 20px;
	padding-right: 50px;
	color: var(--wp--preset--color--green);
	font-size: 18px;
}

.featured-post .selector-container .nice-select:hover {
	border-color: transparent;
}

.featured-post .selector-container .nice-select:focus,
.featured-post .selector-container .nice-select.open {
	border-color: transparent;
	box-shadow: none;
}

.featured-post .selector-container .nice-select:after {
	border-color: var(--wp--preset--color--green);
	right: 20px;
	bottom: 25px;
}

.featured-post .selector-container .nice-select .list {
	border-radius: 0px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	margin-top: 8px;
}

.featured-post .selector-container .nice-select .option {
	padding-left: 20px;
	font-weight: 400;
	transition: all 0.2s ease;
	color: var(--wp--preset--color--blue-3);
	font-size: 15px;
	line-height: 3em;
}

.featured-post .selector-container .nice-select .option.selected {
	font-weight: 600;
}

/* Additional Posts Section */
.featured-post .additional-posts-section {
	padding-top: var(--wp--preset--spacing--60);
}

.featured-post .post-card {
	padding-bottom: var(--wp--preset--spacing--30);
}

.featured-post .post-card:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.featured-post .post-card h3 {
	line-height: 1.3;
	font-weight: 600;
	color: #113049;
}

.featured-post .post-card h3 a:hover {
	color: var(--wp--preset--color--green) !important;
}

.featured-post .post-card .wp-block-post-date {
	font-style: normal;
	opacity: 0.7;
}

.featured-post .load-more-wrapper button:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	transition: all 0.2s ease;
}

.featured-post .load-more-wrapper button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Featured Article Styles */
.featured-post .text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: var(--wp--preset--spacing--60);
}

.featured-post .wp-block-heading.has-green-color {
	margin-bottom: var(--wp--preset--spacing--10);
}

.featured-post .wp-block-post-title {
	margin-bottom: var(--wp--preset--spacing--10);
	color: var(--wp--preset--color--blue-3);
	font-weight: 600;
}

.featured-post .wp-block-post-date.has-text-color {
	margin-bottom: var(--wp--preset--spacing--20);
	margin-top: var(--wp--preset--spacing--10);
	font-weight: 500;
	color: var(--wp--preset--color--blue-3);
	display: block;
}

.featured-post .featured-excerpt {
	margin-bottom: var(--wp--preset--spacing--30);
	color: var(--wp--preset--color--blue-3);
}

.featured-post .wp-block-buttons.is-layout-flex {
	margin-top: var(--wp--preset--spacing--10);
}

/* Additional Posts Section Layout */
.featured-post .additional-posts-section {
	margin-top: var(--wp--preset--spacing--140);
}

.featured-post .category-filter {
	margin-bottom: var(--wp--preset--spacing--40);
	text-align: center;
}

/* Post Card Specific Styles */
.featured-post .post-card {
	margin-bottom: var(--wp--preset--spacing--40);
}

.featured-post .post-card .wp-block-columns.is-layout-flex {
	gap: var(--wp--preset--spacing--40);
	align-items: flex-start;
}

.featured-post .post-card .wp-block-column.image-column {
	flex-basis: 364px;
	flex-grow: 0;
	flex-shrink: 0;
}

.featured-post .post-card .wp-block-column.content-column {
	flex-grow: 1;
}

.featured-post .post-card .wp-block-post-featured-image {
	aspect-ratio: 4/3;
	margin: 0;
}

.featured-post .post-card .wp-block-post-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-post .post-card h3 {
	margin-bottom: 0;
}

.featured-post .post-card h3 a {
	text-decoration: none;
	color: inherit;
}

.featured-post .post-card .wp-block-post-date {
	color: var(--wp--preset--color--blue-3);
	font-weight: 500;
	font-style: italic;
	display: block;
	margin-bottom: var(--wp--preset--spacing--10);
	margin-top: 0;
}

.featured-post .post-card .post-excerpt {
	margin-bottom: var(--wp--preset--spacing--20);
	color: var(--wp--preset--color--blue-3);
}

.featured-post .post-card .wp-block-buttons {
	margin-top: var(--wp--preset--spacing--10);

	.wp-block-button__link {
		background-color: #ffffff00;
		font-style: normal;
		font-weight: 500;
		border: 1px solid #113049;
		color: #113049;
		padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
	}
}

/* Load More Button */
.featured-post .load-more-wrapper {
	text-align: center;
	margin-top: var(--wp--preset--spacing--40);
}