/**
 * Shareholdings page (mockup-aligned).
 */

.mtq-sh-page.mtq-standalone-section,
.mtq-sh-page-composite.mtq-standalone-section {
	background: transparent;
	border: none;
	padding: 0;
	margin-bottom: 0;
	box-shadow: none;
}

.mtq-sh-page-head {
	margin-bottom: 1.25rem;
}

.mtq-sh-page-eyebrow,
.mtq-sh-stats-eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #018762;
}

.mtq-sh-page-title,
.mtq-sh-page .mtq-section-title {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #01247f;
	line-height: 1.15;
}

.mtq-sh-page-subtitle {
	margin: 0.5rem 0 0;
	max-width: 42rem;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #64748b;
}

.mtq-sh-page-widget {
	margin-bottom: 2rem;
}

.mtq-sh-section-title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 800;
	color: #01247f;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.mtq-sh-section-meta {
	margin: 0.35rem 0 0;
	font-size: 0.8125rem;
	color: #64748b;
	line-height: 1.5;
}

.mtq-sh-empty {
	padding: 1rem 1.25rem;
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
	color: #64748b;
	font-size: 0.875rem;
}

/* Stats cards */
.mtq-sh-stats-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.mtq-sh-stat-card {
	padding: 1.15rem 1.25rem;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 10px;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.mtq-sh-stat-card--accent {
	border-color: #018762;
	background: linear-gradient(135deg, #f0fdf9 0%, #fff 100%);
}

.mtq-sh-stat-label {
	margin: 0 0 0.35rem;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #64748b;
}

.mtq-sh-stat-value {
	margin: 0;
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	font-weight: 800;
	color: #01247f;
	line-height: 1.2;
}

.mtq-sh-stat-meta {
	margin: 0.5rem 0 0;
	font-size: 0.75rem;
	color: #64748b;
	line-height: 1.4;
}

/* Top 20 + donut */
.mtq-sh-top20-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 1.5rem;
	align-items: start;
	margin-bottom: 1.25rem;
}

.mtq-sh-donut-panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem;
	padding: 1.25rem;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 10px;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.mtq-sh-donut {
	position: relative;
	width: 10.5rem;
	height: 10.5rem;
	border-radius: 50%;
	flex-shrink: 0;
}

.mtq-sh-donut-hole {
	position: absolute;
	inset: 22%;
	background: #fff;
	border-radius: 50%;
}

.mtq-sh-donut-legend {
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1;
	min-width: 10rem;
}

.mtq-sh-donut-legend li {
	display: grid;
	grid-template-columns: 0.75rem 1fr auto;
	gap: 0.35rem 0.5rem;
	align-items: center;
	margin-bottom: 0.45rem;
	font-size: 0.75rem;
	color: #334155;
}

.mtq-sh-donut-swatch {
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 2px;
}

.mtq-sh-donut-legend-pct {
	font-weight: 700;
	color: #01247f;
}

.mtq-sh-float-panel {
	padding: 1.25rem;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 10px;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.mtq-sh-float-title {
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	font-weight: 800;
	color: #01247f;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.mtq-sh-float-pct {
	margin: 0;
	font-size: 2rem;
	font-weight: 800;
	color: #018762;
	line-height: 1.1;
}

.mtq-sh-float-bar {
	height: 6px;
	margin: 0.75rem 0;
	background: #e2e8f0;
	border-radius: 999px;
	overflow: hidden;
}

.mtq-sh-float-bar-fill {
	height: 100%;
	background: linear-gradient(90deg, #018762, #38bdf8);
	border-radius: 999px;
}

.mtq-sh-float-rule,
.mtq-sh-float-note {
	margin: 0.35rem 0 0;
	font-size: 0.75rem;
	color: #64748b;
	line-height: 1.45;
}

.mtq-sh-top20-list {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	border-top: 1px solid #e8edf3;
	padding-top: 0.75rem;
}

.mtq-sh-top20-list li {
	display: grid;
	grid-template-columns: 1.5rem 1fr auto;
	gap: 0.5rem;
	font-size: 0.75rem;
	padding: 0.25rem 0;
}

.mtq-sh-top20-pct {
	font-weight: 700;
	color: #01247f;
}

/* Tables */
.mtq-sh-table-panel {
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 10px;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.mtq-sh-table-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.1rem 1.25rem;
	border-bottom: 1px solid #e8edf3;
}

.mtq-sh-table-toolbar {
	display: flex;
	gap: 0.5rem;
}

.mtq-sh-toolbar-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.65rem;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #01247f;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	cursor: pointer;
}

.mtq-sh-toolbar-btn:hover {
	border-color: #018762;
	color: #018762;
}

.mtq-sh-toolbar-btn svg {
	width: 1rem;
	height: 1rem;
}

.mtq-sh-table-scroll,
.mtq-sh-top20-table-wrap {
	overflow-x: auto;
}

.mtq-sh-data-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8125rem;
}

.mtq-sh-data-table th,
.mtq-sh-data-table td {
	padding: 0.65rem 1rem;
	border-bottom: 1px solid #eef2f6;
	text-align: left;
}

.mtq-sh-data-table th {
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #64748b;
	background: #f8fafc;
}

.mtq-sh-data-table .mtq-sh-num {
	text-align: right;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.mtq-sh-data-table tbody tr:hover {
	background: #f8fafc;
}

/* Substantial cards */
.mtq-sh-substantial-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
	gap: 1rem;
}

.mtq-sh-sub-card {
	padding: 1rem 1.15rem;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 10px;
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.mtq-sh-sub-name {
	margin: 0 0 0.75rem;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #01247f;
	line-height: 1.3;
}

.mtq-sh-sub-dl {
	margin: 0;
	display: grid;
	gap: 0.65rem;
}

.mtq-sh-sub-dl dt {
	margin: 0;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #64748b;
}

.mtq-sh-sub-dl dd {
	margin: 0.2rem 0 0;
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	font-size: 0.8125rem;
}

.mtq-sh-sub-pct {
	font-weight: 700;
	color: #018762;
}

.mtq-sh-footnotes {
	margin-top: 1.25rem;
	padding: 0.85rem 1rem;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	font-size: 0.8125rem;
	color: #475569;
}

.mtq-sh-footnotes summary {
	cursor: pointer;
	font-weight: 700;
	color: #01247f;
}

.mtq-sh-footnotes ol {
	margin: 0.75rem 0 0;
	padding-left: 1.25rem;
}

.mtq-sh-public-note {
	margin-top: 0.75rem;
	font-size: 0.75rem;
	color: #64748b;
	font-style: italic;
}

/* Records CTA */
.mtq-sh-records-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.mtq-sh-record-card {
	padding: 1.25rem;
	background: linear-gradient(135deg, #01247f 0%, #013a9e 100%);
	border-radius: 10px;
	color: #fff;
}

.mtq-sh-record-title {
	margin: 0 0 0.5rem;
	font-size: 1rem;
	font-weight: 800;
}

.mtq-sh-record-desc {
	margin: 0 0 1rem;
	font-size: 0.8125rem;
	line-height: 1.5;
	opacity: 0.9;
}

.mtq-sh-record-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0.85rem;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #01247f;
	background: #fff;
	border-radius: 6px;
	text-decoration: none;
}

.mtq-sh-record-link:hover {
	color: #018762;
}

.mtq-sh-record-size {
	font-weight: 400;
	opacity: 0.75;
}

/* Images strip */
.mtq-sh-images-strip {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mtq-sh-image-item {
	margin: 0;
	text-align: center;
}

.mtq-sh-image-item img {
	max-width: 100%;
	height: auto;
	border: 1px solid #e8edf3;
	border-radius: 6px;
}

@media (max-width: 900px) {
	.mtq-sh-stats-grid {
		grid-template-columns: 1fr;
	}

	.mtq-sh-top20-layout,
	.mtq-sh-records-grid {
		grid-template-columns: 1fr;
	}
}

@media print {
	.mtq-sh-table-toolbar {
		display: none !important;
	}
}
