.phw-holdings {
	margin: 1.5em 0;
	font-size: 15px;
}

.phw-intro {
	color: #333;
	margin-bottom: 1em;
}

.phw-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin-bottom: 1.5em;
}

.phw-stat {
	flex: 1 1 200px;
	background: #f7f7f7;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 12px 16px;
}

.phw-stat-note {
	display: block;
	text-transform: none;
	font-weight: 400;
	letter-spacing: normal;
	font-size: 0.95em;
	color: #888;
}

.phw-stat-value small {
	display: block;
	font-size: 0.6em;
	font-weight: 400;
	color: #888;
}

.phw-filer-notes {
	margin-top: 1em;
	font-size: 0.9em;
	color: #444;
	background: #f7f7f7;
	border-left: 3px solid #ccc;
	padding: 0.75em 1em;
}

.phw-stat-label {
	display: block;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #666;
	margin-bottom: 4px;
}

.phw-stat-value {
	display: block;
	font-size: 1.25em;
	font-weight: 700;
	color: #111;
}

.phw-table {
	width: 100%;
	border-collapse: collapse;
}

.phw-table th,
.phw-table td {
	text-align: left;
	padding: 8px 10px;
	border-bottom: 1px solid #e2e2e2;
}

.phw-table th {
	background: #f5f5f5;
	font-weight: 600;
	cursor: pointer;
	user-select: none;
	position: relative;
	white-space: nowrap;
}

.phw-table th:hover {
	background: #ececec;
}

.phw-table th::after {
	content: '';
	display: inline-block;
	margin-left: 6px;
	border: 4px solid transparent;
	opacity: 0.35;
}

.phw-table th[data-sort-dir='asc']::after {
	border-bottom-color: #333;
	margin-bottom: 4px;
	opacity: 1;
}

.phw-table th[data-sort-dir='desc']::after {
	border-top-color: #333;
	margin-top: 4px;
	opacity: 1;
}

.phw-table td:nth-child(3),
.phw-table td:nth-child(4),
.phw-table td:nth-child(5) {
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.phw-activity-new {
	color: #1a7f37;
	font-weight: 600;
}

.phw-activity-add {
	color: #1a7f37;
}

.phw-activity-reduce {
	color: #b42318;
}

.phw-activity-hold {
	color: #666;
}

.phw-exited {
	margin-top: 1em;
	font-size: 0.9em;
	color: #555;
}

.phw-disclosure {
	margin-top: 1.5em;
	font-size: 0.85em;
	color: #666;
	border-top: 1px solid #eee;
	padding-top: 1em;
}

.phw-error {
	color: #b42318;
	font-style: italic;
}

.phw-japan-holdings {
	margin-top: 1.5em;
}

.phw-japan-holdings h4 {
	margin-bottom: 0.3em;
}
