.wp-block-fusio-nesc-section-link {
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #f8f9fa;
	border-radius: 0.75rem;
	max-width: 900px;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

a.wp-block-fusio-nesc-section-link:hover,
a.wp-block-fusio-nesc-section-link:focus {
	background: #eaf6f9;
	box-shadow: 0 2px 8px rgba(0, 30, 60, 0.08);
	text-decoration: none;
	color: inherit;
}

.nesc-section-link__icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	background: #012155;
	color: #fff;
}

.nesc-section-link__icon svg {
	display: block;
	width: 36px;
	height: 36px;
}

.nesc-section-link__content {
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.15rem;
	min-width: 0;
	padding: 1rem 1.25rem;
}

.nesc-section-link__heading {
	font-family: "Roboto", sans-serif;
	font-size: 0.95rem;
	font-weight: 400;
	color: #555;
	line-height: 1.3;
}

.nesc-section-link__subtext {
	font-family: "Roboto", sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #012155;
	line-height: 1.4;
}

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

@media (max-width: 600px) {
	.nesc-section-link__icon {
		width: 56px;
	}

	.nesc-section-link__icon svg {
		width: 28px;
		height: 28px;
	}

	.nesc-section-link__content {
		padding: 0.75rem 1rem;
	}
}
