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

.pmax-nf-header {
	margin-bottom: 28px;
}

.pmax-nf-dropdown {
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #3B8BDE;
	color: #fff;
	padding: 8px 36px 8px 14px;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	width: 100% !important;
	max-width: 360px;
	display: inline-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 12px center;
}

.pmax-nf-dropdown:hover {
	background-color: #003366;
}

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

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

.pmax-nf-single-title {
	font-size: 18px;
	font-weight: 600;
}

.pmax-nf-values {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.pmax-nf-value-item {
	padding: 8px 0 8px 19px;
	border-left: 1px solid #115AA4;
}

.pmax-nf-value-item:first-child {
	border-left: none;
	padding-left: 0;
}

.pmax-nf-value {
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 8px;
}

.pmax-nf-description {
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}

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

.pmax-nf-description sup {
	top: -0.5em;
}

.pmax-nf-description sub {
	bottom: -0.25em;
}

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

	.pmax-nf-values {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.pmax-nf-value-item:nth-child(odd) {
		border-left: none;
		padding-left: 0;
	}

	.pmax-nf-value {
		font-size: 28px;
	}
}

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

	.pmax-nf-value-item {
		border-left: none;
		padding-left: 0;
		border-top: 1px solid #115AA4;
		padding-top: 16px;
	}

	.pmax-nf-value-item:first-child {
		border-top: none;
		padding-top: 0;
	}
}
