.fhi-wu {
	--fhi-navy: #12233f;
	--fhi-blue: #1d5f91;
	--fhi-gold: #c99a2e;
	--fhi-border: #d8dee7;
	--fhi-soft: #f4f7fa;
	color: #1d2733;
	font: inherit;
	font-size: var(--fhi-body-size, 17px);
}

.fhi-wu__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 28px;
	padding-bottom: 18px;
	border-bottom: 3px solid var(--fhi-gold);
}

.fhi-wu__eyebrow {
	margin: 0 0 4px;
	color: var(--fhi-blue);
	font-size: var(--fhi-meta-size, 14px);
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.fhi-wu__header h2,
.fhi-wu__section h3,
.fhi-wu__disclosure h3 {
	margin: 0;
	color: var(--fhi-navy);
}

.fhi-wu__header h2 {
	font-size: var(--fhi-title-size, 32px);
}

.fhi-wu__section h3,
.fhi-wu__disclosure h3 {
	font-size: var(--fhi-subtitle-size, 24px);
}

pre:has(> code > .fhi-model50-page) {
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	background: transparent !important;
	font: inherit !important;
	white-space: normal !important;
}

pre:has(> code > .fhi-model50-page) > code,
.fhi-model50-page {
	font: inherit !important;
	white-space: normal !important;
}

.fhi-model50 .fhi-wu__table th,
.fhi-model50 .fhi-wu__table td,
.fhi-rotations .fhi-wu__table th,
.fhi-rotations .fhi-wu__table td {
	text-align: left;
}

.fhi-wu .fhi-model50__table th,
.fhi-wu .fhi-model50__table td {
	padding-right: 10px;
	padding-left: 10px;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
	white-space: normal;
}

.fhi-wu .fhi-model50__table th:first-child,
.fhi-wu .fhi-model50__table td:first-child,
.fhi-wu .fhi-model50__table th:nth-last-child(-n+2),
.fhi-wu .fhi-model50__table td:nth-last-child(-n+2) {
	white-space: nowrap;
}

.fhi-wu__history {
	display: flex;
	align-items: end;
	gap: 8px;
}

.fhi-wu__history-picker {
	display: flex;
	align-items: end;
	gap: 6px;
}

.fhi-wu__history-chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border: 1px solid var(--fhi-chevron-color, var(--fhi-blue));
	border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.fhi-wu__history-chevron:not(.is-disabled) {
	background: #fff;
	color: var(--fhi-chevron-color, var(--fhi-blue));
}

.fhi-wu__history-chevron:not(.is-disabled):hover,
.fhi-wu__history-chevron:not(.is-disabled):focus {
	background: var(--fhi-soft);
	color: var(--fhi-chevron-color, var(--fhi-blue));
}

.fhi-wu__history-chevron.is-disabled {
	border-color: var(--fhi-border);
	color: #9ba5b1;
}

.fhi-wu__history label {
	display: grid;
	gap: 4px;
	font-size: var(--fhi-control-size, 14px);
	font-weight: 600;
}

.fhi-wu__history select,
.fhi-wu__history button,
.fhi-wu__presets button {
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid var(--fhi-blue);
	border-radius: 4px;
	background: #fff;
	color: var(--fhi-blue);
	font: inherit;
	font-size: var(--fhi-control-size, 14px);
	font-weight: 600;
}

.fhi-wu__history button,
.fhi-wu__presets button:hover,
.fhi-wu__presets button:focus {
	background: var(--fhi-blue);
	color: #fff;
}

.fhi-wu__updated {
	margin-top: -18px;
	color: #596574;
	font-size: var(--fhi-meta-size, 14px);
}

.fhi-wu__carried-forward {
	margin: 0 0 22px;
	padding: 10px 12px;
	border-left: 3px solid var(--fhi-gold);
	background: var(--fhi-soft);
	color: #536173;
	font-size: var(--fhi-meta-size, 14px);
}

.fhi-wu__commentary {
	margin-bottom: 28px;
}

.fhi-wu__metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin: 24px 0 34px;
}

.fhi-wu__metric {
	padding: 18px;
	background: var(--fhi-soft);
	border-left: 4px solid var(--fhi-gold);
}

.fhi-wu__metric span,
.fhi-wu__metric strong {
	display: block;
}

.fhi-wu__metric span {
	min-height: 2.4em;
	color: #536173;
	font-size: var(--fhi-summary-label-size, 14px);
	font-weight: 600;
}

.fhi-wu__metric strong {
	margin-top: 5px;
	color: var(--fhi-navy);
	font-size: var(--fhi-summary-value-size, 25px);
}

.fhi-wu__no-data {
	margin: 24px 0;
	padding: 18px 20px;
	background: var(--fhi-soft);
	border-left: 4px solid var(--fhi-gold);
	font-size: var(--fhi-body-size, 17px);
}

.fhi-wu__section {
	margin: 34px 0;
}

.fhi-wu__section > p {
	margin-top: 6px;
}

.fhi-wu__presets {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0;
}

.fhi-wu__performance-switcher {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.fhi-wu__performance-switcher button {
	min-height: 40px;
	padding: 8px 14px;
	border: 1px solid var(--fhi-blue);
	border-radius: 4px;
	background: #fff;
	color: var(--fhi-blue);
	font: inherit;
	font-size: var(--fhi-control-size, 14px);
	font-weight: 600;
	cursor: pointer;
}

.fhi-wu__performance-switcher button[aria-pressed="true"],
.fhi-wu__performance-switcher button:hover,
.fhi-wu__performance-switcher button:focus {
	background: var(--fhi-blue);
	color: #fff;
}

.fhi-wu__search.fhi-wu__performance-search {
	display: grid;
	width: fit-content;
	margin: 0 0 18px;
}

.fhi-wu__presets button[aria-pressed="true"] {
	background: var(--fhi-blue);
	color: #fff;
}

.fhi-wu__reinvested-note {
	font-size: var(--fhi-meta-size, 14px);
}

.fhi-wu__reinvested-note .fhi-wu__description {
	margin-bottom: 4px;
}

.fhi-wu__sort-instruction {
	margin: 4px 0 10px;
	font-size: var(--fhi-body-size, 17px);
}

.fhi-wu__search {
	display: inline-grid;
	gap: 4px;
	margin: 10px 0 4px;
	color: #536173;
	font-size: var(--fhi-control-size, 14px);
	font-weight: 600;
}

.fhi-wu__search input {
	min-width: 210px;
	min-height: 40px;
	padding: 8px 10px;
	border: 1px solid var(--fhi-border);
	border-radius: 4px;
	font: inherit;
}

.fhi-wu__table-wrap {
	max-width: 100%;
	overflow-x: auto;
	border: 1px solid var(--fhi-border);
}

.fhi-wu__table-scroll-top {
	max-width: 100%;
	height: 18px;
	margin-bottom: 4px;
	overflow-x: auto;
	overflow-y: hidden;
}

.fhi-wu__table-scroll-top > div {
	height: 1px;
}

.fhi-wu__table--sticky-first th:first-child,
.fhi-wu__table--sticky-first td:first-child {
	position: sticky;
	left: 0;
	z-index: 2;
	background: #fff;
	box-shadow: 2px 0 0 var(--fhi-border);
}

.fhi-wu__table--sticky-first thead th:first-child {
	z-index: 4;
	background: var(--fhi-navy);
}

.fhi-wu__table--sticky-first tbody tr:nth-child(even) th:first-child,
.fhi-wu__table--sticky-first tbody tr:nth-child(even) td:first-child {
	background: var(--fhi-soft);
}

.fhi-wu__table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-variant-numeric: tabular-nums;
}

.fhi-wu__table th,
.fhi-wu__table td {
	padding: 11px 14px;
	border: 0;
	border-bottom: 1px solid var(--fhi-border);
	text-align: right;
	white-space: nowrap;
	font-size: var(--fhi-table-body-size, 15px);
}

.fhi-wu__table th:first-child,
.fhi-wu__table td:first-child {
	text-align: left;
}

.fhi-wu__table thead th {
	background: var(--fhi-navy);
	color: #fff;
	font-size: var(--fhi-table-header-size, 14px);
}

.fhi-wu__table thead button {
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-weight: 700;
	text-align: inherit;
	cursor: pointer;
}

.fhi-wu__table thead button span {
	margin-left: 5px;
	opacity: .65;
}

.fhi-wu__table tbody tr:nth-child(even) {
	background: var(--fhi-soft);
}

.fhi-wu__table tbody tr:last-child th,
.fhi-wu__table tbody tr:last-child td {
	border-bottom: 0;
}

.fhi-wu__disclosure {
	margin-top: 38px;
	padding: 20px 22px;
	background: var(--fhi-soft);
	border: 1px solid var(--fhi-border);
	font-size: .95rem;
}

.fhi-wu__disclosure h3 {
	font-size: var(--fhi-subtitle-size, 24px);
}

@media (max-width: 700px) {
	.fhi-wu__header {
		align-items: stretch;
		flex-direction: column;
	}

	.fhi-wu__history {
		align-items: stretch;
		flex-direction: column;
	}

	.fhi-wu__history-picker {
		align-items: end;
		width: 100%;
	}

	.fhi-wu__history-picker label {
		min-width: 0;
		flex: 1;
	}

	.fhi-wu__history-picker select {
		width: 100%;
	}

	.fhi-wu__table th,
	.fhi-wu__table td {
		padding: 9px 10px;
		font-size: .9rem;
	}
}
