/* The original featured image remains the only visual in each home news card.
 * This covers the short CDN/cache transition before the historical MU module
 * is retired by the controlled admin action. */
.home .nsi-post-card.nsi-home-news-card > .nsi-home-card-media {
	display: none !important;
}

/* The legacy MU stylesheet once owned this section.  Keep its visual role in
 * the editorial component, but make the two technology groups static and
 * responsive rather than allowing a wide marquee to stretch the home grid. */
.nsi-tech-section .nx-tech-groups {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.nsi-tech-section .nx-tech-block {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	padding: 42px 0;
	overflow: hidden;
	border-top: 1px solid rgba(87, 214, 210, .18);
}

.nsi-tech-section .nx-tech-block + .nx-tech-block { border-bottom: 1px solid rgba(87, 214, 210, .18); }

.nsi-tech-section .nsi-tech-head {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto 24px;
}

.nsi-tech-section .nsi-tech-head > p:empty { display: none; }

.nsi-tech-section .nsi-tech-head h3 {
	max-width: 720px;
	margin: 8px 0 0;
	color: #f4fbff;
	font-size: clamp(23px, 2.8vw, 34px);
	line-height: 1.13;
}

.nsi-tech-section .nsi-marquee {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	padding: 14px 0;
	border-top: 1px solid rgba(89, 212, 201, .14);
	border-bottom: 1px solid rgba(89, 212, 201, .14);
	background: rgba(3, 17, 28, .34);
}

.nsi-tech-section .nsi-marquee-track {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	width: min(1200px, calc(100% - 48px));
	min-width: 0;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.nsi-tech-section .nsi-marquee-track[aria-hidden="true"] { display: none; }

.nsi-tech-section .nsi-marquee-item {
	box-sizing: border-box;
	display: grid;
	flex: 1 1 145px;
	min-height: 62px;
	place-items: center;
	padding: 12px 14px;
	border: 1px solid rgba(147, 178, 193, .24);
	background: #091c2a;
	color: #dceaf0;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
}

.nsi-tech-section .nsi-marquee-item:hover { border-color: #35dacb; color: #fff; }

@media (max-width: 700px) {
	.nsi-tech-section .nx-tech-block { padding: 32px 0; }
	.nsi-tech-section .nsi-tech-head,
	.nsi-tech-section .nsi-marquee-track { width: calc(100% - 32px); }
	.nsi-tech-section .nsi-marquee-track { gap: 10px; }
	.nsi-tech-section .nsi-marquee-item { flex-basis: 132px; min-height: 56px; font-size: 12px; }
}
