.vx-maint-card {
	background: #ffffff;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(17, 23, 26, 0.08);
	margin: 1rem auto 0;
	max-width: 700px;
	padding: 1.1rem 1.2rem 1.2rem;
	color: #1f2937;
}

.vx-maint-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.vx-maint-title h2 {
	font-family: 'Syne', 'DM Sans', sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0;
	color: #111827;
}

.vx-maint-summary {
	margin: 0.35rem 0 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #4b5563;
}

.vx-maint-pill-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.vx-maint-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.75rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	border: 1px solid rgba(17, 24, 39, 0.08);
	background: #eef2ff;
	color: #1f3f74;
}

.vx-maint-pill[data-summary="good"] {
	background: #ecfdf3;
	color: #166534;
	border-color: rgba(22, 101, 52, 0.18);
}

.vx-maint-pill[data-summary="mixed"] {
	background: #fff7ed;
	color: #b45309;
	border-color: rgba(180, 83, 9, 0.18);
}

.vx-maint-pill[data-summary="limited"] {
	background: #eff6ff;
	color: #1d4ed8;
	border-color: rgba(29, 78, 216, 0.16);
}

.vx-maint-pill-confidence {
	background: #f9fafb;
	color: #374151;
}

.vx-maint-meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 0.85rem;
	margin-top: 1rem;
}

.vx-maint-stat {
	padding: 0.8rem 0.9rem;
	border-radius: 14px;
	background: #f8fafc;
	border: 1px solid rgba(148, 163, 184, 0.18);
}

.vx-maint-stat-label {
	display: block;
	font-size: 0.76rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #64748b;
}

.vx-maint-stat-value {
	display: block;
	margin-top: 0.3rem;
	font-size: 1.15rem;
	font-weight: 700;
	color: #111827;
}

.vx-maint-insights {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.7rem;
}

.vx-maint-insights li {
	position: relative;
	padding-left: 1rem;
	line-height: 1.55;
	color: #374151;
}

.vx-maint-insights li::before {
	content: "";
	position: absolute;
	top: 0.62rem;
	left: 0;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background: #1d4ed8;
}

@media (max-width: 640px) {
	.vx-maint-card {
		padding: 1rem;
	}

	.vx-maint-title h2 {
		font-size: 1.05rem;
	}

	.vx-maint-summary {
		font-size: 0.9rem;
	}
}
