.nou-featured-posts__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.nou-featured-posts__header .nou-page-eyebrow {
	margin: 0;
}

.nou-featured-posts__nav {
	display: flex;
	gap: 8px;
}

.nou-featured-posts__button {
	width: 42px;
	height: 42px;
	border: 1px solid #d8e3ff;
	border-radius: 50%;
	background: #fff;
	color: #2544ff;
	cursor: pointer;
	font-size: 18px;
	transition: 180ms ease;
}

.nou-featured-posts__button:hover,
.nou-featured-posts__button:focus-visible {
	border-color: #2544ff;
	background: #2544ff;
	color: #fff;
}

.nou-featured-post {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
	gap: clamp(28px, 5vw, 64px);
	padding: clamp(20px, 3vw, 32px);
	border: 1px solid #d8e3ff;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 64px rgba(37, 68, 255, 0.08);
}

.nou-featured-post[hidden] {
	display: none;
}

.nou-featured-post__image {
	display: block;
	overflow: hidden;
	border-radius: 14px;
	background: #eef3ff;
}

.nou-featured-post__image img,
.nou-featured-post__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 300px;
	object-fit: cover;
}

.nou-featured-post__placeholder {
	background:
		linear-gradient(rgba(37, 68, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(37, 68, 255, 0.08) 1px, transparent 1px),
		linear-gradient(135deg, #eef3ff, #dce7ff);
	background-size: 56px 56px, 56px 56px, auto;
}

.nou-featured-post__content {
	align-self: center;
}

.nou-featured-post__badge {
	display: inline-flex;
	margin: 0;
	padding: 7px 12px;
	border-radius: 999px;
	background: #2544ff;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nou-featured-post__meta {
	margin: 20px 0 0;
	color: #8490a7;
	font-size: 14px;
}

.nou-featured-post__meta a {
	color: #52627c;
	text-decoration: none;
}

.nou-featured-post__title {
	margin: 12px 0 0;
	font-size: clamp(28px, 3vw, 42px);
	letter-spacing: -0.055em;
	line-height: 1.06;
}

.nou-featured-post__title a {
	color: #080d21;
	text-decoration: none;
}

.nou-featured-post__excerpt {
	margin-top: 16px;
	color: #52627c;
	line-height: 1.65;
}

.nou-featured-post__excerpt p {
	margin: 0;
}

.nou-featured-post__link {
	display: inline-flex;
	margin-top: 20px;
	color: #2544ff;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 781px) {
	.nou-featured-post {
		grid-template-columns: 1fr;
	}

	.nou-featured-post__image img,
	.nou-featured-post__placeholder {
		min-height: 220px;
	}
}
