/**
 * Announcements page (mockup-aligned press center).
 */

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

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

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

.mtq-ann-page-title,
.mtq-ann-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-ann-page-subtitle {
	margin: 0.5rem 0 0;
	max-width: 42rem;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #64748b;
}

.mtq-ann-page-widget {
	margin-bottom: 1.5rem;
}

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

.mtq-ann-empty-filter {
	display: none;
	margin-top: 1rem;
}

.mtq-ann-list-panel.is-ann-filter-empty .mtq-ann-empty-filter {
	display: block;
}

.mtq-ann-list-panel.is-ann-filter-empty .mtq-ann-table-scroll {
	display: none;
}

/* Toolbar */
.mtq-ann-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: 1rem 1.5rem;
	padding: 1.1rem 1.25rem;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 10px;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.mtq-ann-toolbar-label {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #01247f;
}

.mtq-ann-year-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.mtq-ann-year-pill {
	padding: 0.35rem 0.75rem;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #64748b;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.mtq-ann-year-pill:hover {
	border-color: #018762;
	color: #01247f;
}

.mtq-ann-year-pill.is-active {
	color: #fff;
	background: #01247f;
	border-color: #01247f;
}

.mtq-ann-search-input-wrap {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 0 0.65rem;
	background: #f8fafc;
}

.mtq-ann-search-icon {
	width: 1.1rem;
	height: 1.1rem;
	color: #94a3b8;
	flex-shrink: 0;
}

.mtq-ann-search-input {
	flex: 1;
	min-width: 0;
	border: none;
	background: transparent;
	padding: 0.55rem 0;
	font-size: 0.8125rem;
	outline: none;
}

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

.mtq-ann-list-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.85rem 1.25rem;
	border-bottom: 1px solid #e8edf3;
	background: #f8fafc;
}

.mtq-ann-list-count {
	margin: 0;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #64748b;
}

.mtq-ann-list-actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.mtq-ann-action-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.65rem;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #01247f;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	text-decoration: none;
	cursor: pointer;
}

.mtq-ann-action-btn svg {
	width: 1rem;
	height: 1rem;
}

.mtq-ann-action-btn--primary {
	color: #fff;
	background: #01247f;
	border-color: #01247f;
}

.mtq-ann-action-btn--primary:hover {
	background: #018762;
	border-color: #018762;
	color: #fff;
}

.mtq-ann-table-scroll {
	overflow-x: auto;
}

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

.mtq-ann-data-table thead th {
	padding: 0.55rem 1rem;
	font-size: 0.5625rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #94a3b8;
	text-align: left;
	border-bottom: 1px solid #e8edf3;
}

.mtq-ann-data-table tbody td {
	padding: 0.85rem 1rem;
	border-bottom: 1px solid #eef2f6;
	vertical-align: top;
}

.mtq-ann-row.is-hidden,
.mtq-ann-row.is-page-hidden {
	display: none;
}

.mtq-ann-row:hover {
	background: #f8fafc;
}

.mtq-ann-cell-date {
	width: 8.5rem;
	white-space: nowrap;
}

.mtq-ann-date-main {
	display: block;
	font-weight: 800;
	color: #01247f;
	font-size: 0.8125rem;
}

.mtq-ann-date-time {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.6875rem;
	color: #94a3b8;
}

.mtq-ann-title-link {
	display: block;
	font-weight: 700;
	color: #01247f;
	text-decoration: none;
	line-height: 1.35;
	margin-bottom: 0.35rem;
}

.mtq-ann-title-link:hover {
	color: #018762;
	text-decoration: underline;
}

.mtq-ann-title-text {
	display: block;
	font-weight: 700;
	color: #01247f;
	margin-bottom: 0.35rem;
}

.mtq-ann-badge {
	display: inline-block;
	margin-right: 0.35rem;
	margin-top: 0.25rem;
	padding: 0.15rem 0.45rem;
	font-size: 0.5625rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-radius: 3px;
}

.mtq-ann-badge--annual_result {
	background: #d1fae5;
	color: #065f46;
}

.mtq-ann-badge--corporate_update {
	background: #e2e8f0;
	color: #334155;
}

.mtq-ann-badge--regulatory_notice {
	background: #fce7f3;
	color: #9d174d;
}

.mtq-ann-badge--personnel {
	background: #ede9fe;
	color: #5b21b6;
}

.mtq-ann-badge--shareholder_interest {
	background: #ecfccb;
	color: #3f6212;
}

.mtq-ann-badge--filing {
	background: #f1f5f9;
	color: #475569;
}

.mtq-ann-filing-ref {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.625rem;
	color: #94a3b8;
	letter-spacing: 0.04em;
}

.mtq-ann-col-details {
	width: 5.5rem;
	text-align: right;
}

.mtq-ann-cell-details {
	text-align: right;
	white-space: nowrap;
}

.mtq-ann-detail-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-left: 0.25rem;
	color: #64748b;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	text-decoration: none;
	vertical-align: middle;
}

.mtq-ann-detail-btn:hover {
	color: #01247f;
	border-color: #018762;
	background: #f0fdf9;
}

.mtq-ann-detail-btn svg {
	width: 1rem;
	height: 1rem;
}

/* Pagination */
.mtq-ann-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.85rem 1.25rem;
	border-top: 1px solid #e8edf3;
	background: #f8fafc;
}

.mtq-ann-pagination[hidden] {
	display: none !important;
}

.mtq-ann-page-range {
	margin: 0;
	font-size: 0.75rem;
	color: #64748b;
}

.mtq-ann-page-nav {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.mtq-ann-page-btn {
	min-width: 2rem;
	height: 2rem;
	padding: 0 0.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: #01247f;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 4px;
	cursor: pointer;
}

.mtq-ann-page-btn:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.mtq-ann-page-num {
	min-width: 2rem;
	height: 2rem;
	padding: 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	color: #64748b;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 4px;
	cursor: pointer;
}

.mtq-ann-page-num.is-active {
	color: #fff;
	background: #01247f;
	border-color: #01247f;
}

/* Archive CTA */
.mtq-ann-archive-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	gap: 0;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e8edf3;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.mtq-ann-archive-visual {
	background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
	min-height: 12rem;
}

.mtq-ann-archive-visual-inner {
	width: 100%;
	height: 100%;
	min-height: 12rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)),
		repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(255, 255, 255, 0.15) 8px, rgba(255, 255, 255, 0.15) 16px);
}

.mtq-ann-archive-card {
	padding: 1.5rem 1.75rem;
	background: linear-gradient(135deg, #01247f 0%, #013a9e 100%);
	color: #fff;
}

.mtq-ann-archive-icon svg {
	width: 1.5rem;
	height: 1.5rem;
	color: #018762;
}

.mtq-ann-archive-eyebrow {
	margin: 0.5rem 0 0;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #7dd3fc;
}

.mtq-ann-archive-title {
	margin: 0.35rem 0 0.5rem;
	font-size: 1.125rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.mtq-ann-archive-desc {
	margin: 0 0 1rem;
	font-size: 0.8125rem;
	line-height: 1.5;
	opacity: 0.9;
	max-width: 28rem;
}

.mtq-ann-archive-link {
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.mtq-ann-archive-link:hover {
	color: #7dd3fc;
}

@media (max-width: 900px) {
	.mtq-ann-toolbar,
	.mtq-ann-archive-layout {
		grid-template-columns: 1fr;
	}

	.mtq-ann-cell-date {
		width: auto;
	}
}
