/* UnitedHealthOne product hub — v3.9.9 */

.amf-uhc-hub {
	margin-top: 2.5rem;
	padding: 2rem 1.25rem;
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
	border: 1px solid #dbeafe;
	border-radius: 12px;
}

.amf-uhc-hub__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	color: #0f172a;
}

.amf-uhc-hub__desc {
	margin: 0 0 1.5rem;
	color: #475569;
	line-height: 1.7;
	max-width: 72ch;
}

.amf-uhc-hub__cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.amf-uhc-hub-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 1.25rem;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.amf-uhc-hub-card__title {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.4;
}

.amf-uhc-hub-card__best,
.amf-uhc-hub-card__type {
	margin: 0;
	font-size: 0.92rem;
	color: #334155;
}

.amf-uhc-hub-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: auto;
	padding-top: 0.5rem;
}

.amf-uhc-hub__table-wrap {
	overflow-x: auto;
	border-radius: 10px;
	border: 1px solid #e2e8f0;
	background: #fff;
}

.amf-uhc-hub__table {
	width: 100%;
	min-width: 720px;
	margin: 0;
}

.amf-uhc-hub__table th,
.amf-uhc-hub__table td {
	vertical-align: middle;
	padding: 0.85rem 1rem;
}

.amf-uhc-hub__product-name {
	font-weight: 600;
}

.amf-uhc-hub__btn-view,
.amf-uhc-hub__btn-compare {
	white-space: nowrap;
	font-size: 0.875rem;
	padding: 0.45rem 0.85rem;
}

@media (max-width: 782px) {
	.amf-uhc-hub__table-wrap {
		display: none;
	}
}

@media (min-width: 783px) {
	.amf-uhc-hub__cards {
		display: none;
	}
}

.amf-uhc-product-hero__brand {
	margin: 0 0 0.35rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: #0369a1;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.amf-uhc-product-hero__subtitle {
	margin: 0.25rem 0 0.75rem;
	color: #64748b;
}

.amf-uhc-product-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.amf-uhc-product-related .amf-related-links {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 0.5rem 1rem;
}

.amf-uhc-comparison {
	scroll-margin-top: 5rem;
}

.amf-uhc-product-table th:first-child,
.amf-uhc-product-table td:first-child {
	min-width: 160px;
}
