/* ─── Card shell ─────────────────────────────── */

.wp-block-fusio-nesc-spotlight-link {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	border-radius: 0.75rem;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 2px 8px rgba(0, 20, 60, 0.07);
	transition: box-shadow 0.2s ease;
}

a.wp-block-fusio-nesc-spotlight-link:hover,
a.wp-block-fusio-nesc-spotlight-link:focus {
	box-shadow: 0 4px 16px rgba(0, 20, 60, 0.13);
	text-decoration: none;
	color: inherit;
}

/* ─── Image area ─────────────────────────────── */

.nesc-spotlight__image {
	width: 100%;
	min-height: 280px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.nesc-spotlight__image--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eef1f4;
	color: #999;
	font-family: "Roboto", sans-serif;
	font-size: 0.85rem;
	font-style: italic;
}

/* ─── Text area ──────────────────────────────── */

.nesc-spotlight__text {
	padding: 1.5rem 1.5rem;
}

.nesc-spotlight__title {
	font-family: "Figtree", "Roboto", sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	color: #012155;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
	margin: 0 0 0.6rem;
	line-height: 1.3;
}

a.wp-block-fusio-nesc-spotlight-link:hover .nesc-spotlight__title {
	color: #19bade;
}

.nesc-spotlight__subtitle {
	font-family: "Roboto", sans-serif;
	font-size: 0.95rem;
	font-weight: 400;
	color: #444;
	line-height: 1.55;
	margin: 0;
}

/* ─── Responsive ─────────────────────────────── */

@media (max-width: 600px) {
	.nesc-spotlight__image {
		min-height: 200px;
	}

	.nesc-spotlight__text {
		padding: 1.5rem 1.5rem;
	}
}
