.hlc-market-reports {
	--hlc-maroon: #ae412f;
	--hlc-navy: #1b2a4a;
	--hlc-muted: #69727d;
	--hlc-border: #d8cfc4;
	width: 100%;
}

.hlc-market-reports .hlc-year-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0 0 32px;
}

.hlc-market-reports button.hlc-year-tab {
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid var(--hlc-maroon);
	background: #fff;
	background-color: #fff;
	color: var(--hlc-maroon);
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 12px 28px;
	cursor: pointer;
	border-radius: 2px;
	box-shadow: none;
}

.hlc-market-reports button.hlc-year-tab:hover,
.hlc-market-reports button.hlc-year-tab:focus-visible {
	background: #f7ebe8;
	background-color: #f7ebe8;
	color: var(--hlc-maroon);
	outline: none;
}

.hlc-market-reports button.hlc-year-tab.is-active {
	background: var(--hlc-maroon);
	background-color: var(--hlc-maroon);
	color: #fff;
	border-color: var(--hlc-maroon);
}

.hlc-year-panel:not(.is-active),
.hlc-year-panel[hidden] {
	display: none !important;
}

.hlc-featured-report {
	margin: 0 0 40px;
	text-align: center;
}

.hlc-featured-report__title {
	margin: 0 0 8px;
	color: var(--hlc-navy);
	font-size: 1.75rem;
	line-height: 1.2;
}

.hlc-featured-report__meta {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin: 0 0 20px;
	color: var(--hlc-maroon);
	font-size: 0.95rem;
}

.hlc-featured-report__viewer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hlc-pdf-viewer {
	width: 100%;
	max-width: 820px;
	background: transparent;
}

.hlc-pdf-viewer canvas {
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.hlc-pdf-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 12px;
}

.hlc-pdf-pager[hidden] {
	display: none !important;
}

.hlc-market-reports button.hlc-pdf-prev,
.hlc-market-reports button.hlc-pdf-next {
	appearance: none;
	border: 1px solid var(--hlc-maroon);
	background: #fff;
	color: var(--hlc-maroon);
	width: 36px;
	height: 36px;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	border-radius: 2px;
}

.hlc-pdf-page-label {
	color: var(--hlc-navy);
	font-weight: 600;
	min-width: 4em;
	text-align: center;
}

.hlc-featured-report__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 16px 0 0;
}

.hlc-pdf-action {
	display: inline-block;
	padding: 10px 20px;
	background: var(--hlc-maroon);
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
	border-radius: 2px;
}

.hlc-pdf-action:hover,
.hlc-pdf-action:focus-visible {
	background: #8c3426;
	color: #fff !important;
}

.hlc-report-list__heading {
	margin: 0 0 8px;
	color: var(--hlc-navy);
	font-size: 1.25rem;
	text-align: left;
}

.hlc-report-list__hint {
	margin: 0 0 16px;
	color: var(--hlc-muted);
	font-size: 1rem;
	text-align: left;
}

.hlc-market-reports .hlc-report-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hlc-report-list__link {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 10px;
	padding: 10px 0;
	border-bottom: 1px solid var(--hlc-border);
	color: var(--hlc-navy);
	text-decoration: none;
}

.hlc-report-list__link:hover,
.hlc-report-list__link:focus-visible {
	color: var(--hlc-maroon);
}

.hlc-report-list__date {
	font-weight: 700;
	white-space: nowrap;
}

.hlc-report-list__type {
	color: var(--hlc-maroon);
	font-size: 0.85rem;
}

.hlc-report-list__title {
	flex: 1 1 140px;
}

.hlc-market-reports-empty {
	text-align: center;
	color: var(--hlc-muted);
}

@media (max-width: 767px) {
	.hlc-market-reports .hlc-report-list {
		grid-template-columns: 1fr;
	}

	.hlc-featured-report__title {
		font-size: 1.4rem;
	}
}
