.pmax-nav-card {
	background: #003061;
	border-radius: 4px;
	padding: 40px 32px;
	color: #fff;
	font-family: "MorganStanleySansCC", Sans-serif;
}

/* ── Header / Dropdown ──────────────────────────────── */

.pmax-nav-header {
	margin-bottom: 24px;
}

.pmax-nav-dropdown {
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #3B8BDE;
	color: #fff;
	padding: 12px 44px 12px 18px;
	font-size: 22px;
	font-weight: 400;
	font-family: inherit;
	cursor: pointer;
	width: 100%;
	max-width: 480px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23fff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
}

.pmax-nav-dropdown:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

.pmax-nav-dropdown:focus {
	outline: none;
	border-color: #3B8BDE;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.pmax-nav-dropdown option {
	background: #003366;
	color: #fff;
}

.pmax-nav-single-title {
	font-size: 22px;
	font-weight: 400;
	display: block;
	padding: 12px 18px;
	border: 1px solid #3B8BDE;
	max-width: 480px;
}

/* ── Divider ────────────────────────────────────────── */

.pmax-nav-divider {
	border-top: 1px solid #115AA4;
	margin-bottom: 32px;
}

/* ── Metrics grid ───────────────────────────────────── */

.pmax-nav-metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.pmax-nav-metric {
	padding: 0 0 0 24px;
	border-left: 1px solid #115AA4;
}

.pmax-nav-metric:first-child {
	border-left: none;
	padding-left: 0;
}

.pmax-nav-metric-label {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 8px;
}

.pmax-nav-metric-value {
	font-size: 38px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
}

.pmax-nav-metric-date {
	font-size: 18px;
	font-weight: 400;
}

.pmax-nav-daily-tag {
	margin-left: 2px;
}

/* Inline tags allowed in label fields — kept out of the line box so a
   superscript footnote marker doesn't shift the metric's vertical rhythm. */
.pmax-nav-metric-label sup,
.pmax-nav-metric-label sub,
.pmax-nav-metric-date sup,
.pmax-nav-metric-date sub {
	font-size: 0.7em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.pmax-nav-metric-label sup,
.pmax-nav-metric-date sup {
	top: -0.5em;
}

.pmax-nav-metric-label sub,
.pmax-nav-metric-date sub {
	bottom: -0.25em;
}

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

@media (max-width: 768px) {
	.pmax-nav-card {
		padding: 24px;
	}

	.pmax-nav-metrics {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px 0;
	}

	.pmax-nav-metric:nth-child(odd) {
		border-left: none;
		padding-left: 0;
	}

	.pmax-nav-metric-value {
		font-size: 30px;
	}

	.pmax-nav-dropdown {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.pmax-nav-metrics {
		grid-template-columns: 1fr;
	}

	.pmax-nav-metric {
		border-left: none;
		padding-left: 0;
		border-top: 1px solid #115AA4;
		padding-top: 20px;
	}

	.pmax-nav-metric:first-child {
		border-top: none;
		padding-top: 0;
	}
}
