/* Báotri — bám layout / nhịp Dân trí (3 cột trên fold, Spotlight, khối chuyên mục) */

:root {
	/* Teal / xanh đậm kiểu Dân trí */
	--baotri-teal: #006778;
	--baotri-teal-dark: #004d5c;
	--baotri-teal-soft: #e6f2f4;
	--baotri-link: #006778;
	--baotri-link-hover: #004a55;
	--baotri-accent: #c40000;
	--baotri-text: #1a1a1a;
	--baotri-muted: #555;
	--baotri-border: #e0e0e0;
	--baotri-bg: #f5f5f5;
	--baotri-utility-bg: #f0f3f4;
	--baotri-font: 'Be Vietnam Pro', 'Inter', Arial, Helvetica, sans-serif;
	--baotri-headline: Merriweather, Georgia, serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--baotri-font);
	font-size: 15px;
	line-height: 1.5;
	color: var(--baotri-text);
	background: #fff;
}

a {
	color: var(--baotri-link);
	text-decoration: none;
}

a:hover {
	color: var(--baotri-link-hover);
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.baotri-site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.baotri-main {
	flex: 1;
	padding-bottom: 2.5rem;
}

.baotri-container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 35px 14px 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* —— Thanh tiện ích (logo + khu vực + ngày + nhiệt độ + tìm + đăng nhập) —— */
.baotri-utility {
	background: var(--baotri-utility-bg);
	border-bottom: 1px solid var(--baotri-border);
	font-size: 13px;
	color: var(--baotri-muted);
}

.baotri-utility__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	min-height: 38px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.baotri-utility__left {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
}

.baotri-utility__logo {
	font-weight: 800;
	font-size: 15px;
	color: var(--baotri-teal);
	letter-spacing: 0.02em;
	text-decoration: none !important;
}

.baotri-utility__logo:hover {
	text-decoration: none !important;
	color: var(--baotri-teal-dark);
}

.baotri-utility__sep {
	color: #bbb;
	font-weight: 300;
}

.baotri-utility__meta {
	color: #444;
}

.baotri-utility__right {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.baotri-utility-search {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	overflow: hidden;
}

.baotri-utility-search__input {
	border: 0;
	padding: 6px 10px;
	font: inherit;
	width: 160px;
	min-width: 0;
}

.baotri-utility-search__btn {
	border: 0;
	background: var(--baotri-teal);
	color: #fff;
	padding: 6px 12px;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
}

.baotri-utility-search__btn:hover {
	background: var(--baotri-teal-dark);
}

.baotri-utility__account {
	color: var(--baotri-text);
	font-weight: 600;
	white-space: nowrap;
}

.baotri-utility__account:hover {
	color: var(--baotri-teal);
}

/* —— Masthead —— */
.baotri-masthead {
	border-bottom: 1px solid var(--baotri-border);
	padding: 14px 0;
	background: #fff;
}

.baotri-masthead__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.baotri-masthead__brand {
	flex: 1;
	min-width: 200px;
}

.baotri-masthead__title {
	display: block;
	font-family: var(--baotri-headline);
	font-size: clamp(2rem, 5vw, 2.75rem);
	font-weight: 800;
	color: var(--baotri-teal);
	letter-spacing: -0.03em;
	line-height: 1.05;
	text-decoration: none !important;
}

.baotri-masthead__title:hover {
	color: var(--baotri-teal-dark);
	text-decoration: none !important;
}

.baotri-masthead__tag {
	margin: 6px 0 0;
	font-size: 13px;
	color: var(--baotri-muted);
	font-weight: 400;
}

.baotri-masthead__logo .custom-logo {
	max-height: 64px;
	width: auto;
}

.baotri-masthead__aside {
	flex-shrink: 0;
}

.baotri-masthead__ad {
	font-size: 12px;
	color: #888;
	padding: 10px 14px;
	border: 1px dashed #ccc;
	background: #fafafa;
	max-width: 280px;
	text-align: center;
}

/* —— Menu chuyên mục (nền teal) —— */
.baotri-nav {
	background: var(--baotri-teal);
	color: #fff;
}

.baotri-nav .baotri-container {
	position: relative;
}

.baotri-nav__list,
.baotri-nav .menu {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.baotri-nav__list > li,
.baotri-nav .menu > li {
	position: relative;
}

.baotri-nav__link,
.baotri-nav .menu a {
	display: block;
	padding: 11px 12px;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-decoration: none !important;
	border-bottom: 3px solid transparent;
}

.baotri-nav__link:hover,
.baotri-nav .menu a:hover {
	background: rgba(255, 255, 255, 0.12);
	border-bottom-color: #fff;
}

.baotri-nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	list-style: none;
	margin: 0;
	padding: 6px 0;
	z-index: 50;
}

.baotri-nav .menu-item-has-children:hover > .sub-menu {
	display: block;
}

.baotri-nav .sub-menu a {
	color: var(--baotri-text) !important;
	text-transform: none;
	font-weight: 600;
	padding: 8px 14px;
	border: 0;
}

.baotri-nav .sub-menu a:hover {
	background: var(--baotri-teal-soft);
}

.baotri-nav-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	padding: 10px 12px;
	background: var(--baotri-teal);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 4px;
	cursor: pointer;
	margin-left: auto;
	align-self: center;
}

.baotri-nav-toggle__bar {
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius: 1px;
}

@media (max-width: 960px) {
	.baotri-nav-toggle {
		display: flex;
	}

	.baotri-nav {
		display: none;
	}

	.baotri-nav.is-open {
		display: block;
	}

	.baotri-nav__list,
	.baotri-nav .menu {
		flex-direction: column;
	}

	.baotri-nav .sub-menu {
		position: static;
		display: block;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.12);
	}

	.baotri-nav .sub-menu a {
		color: #fff !important;
	}

	.baotri-utility-search__input {
		width: 120px;
	}
}

/* Kicker / tag chuyên mục */
.baotri-kicker {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--baotri-accent);
	letter-spacing: 0.05em;
}

/* —— Hero 3 cột —— */
.baotri-hero--dantri {
	display: grid;
	grid-template-columns: minmax(200px, 260px) minmax(0, 1fr) minmax(200px, 260px);
	gap: 18px;
	margin: 20px 0 28px;
	align-items: stretch;
	border-bottom: 1px solid var(--baotri-border);
	padding-bottom: 24px;
}

@media (max-width: 1024px) {
	.baotri-hero--dantri {
		grid-template-columns: 1fr;
	}
}

.baotri-hero__col--left {
	border-right: 1px solid var(--baotri-border);
	padding-right: 14px;
}

.baotri-hero__col--focus {
	border-left: 1px solid var(--baotri-border);
	padding-left: 14px;
}

@media (max-width: 1024px) {
	.baotri-hero__col--left,
	.baotri-hero__col--focus {
		border: 0;
		padding: 0;
	}

	.baotri-hero__col--center {
		order: -1;
	}
}

.baotri-hero__stack {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.baotri-hero__stack > li {
	border-bottom: 1px solid var(--baotri-border);
	padding: 10px 0;
}

.baotri-hero__stack > li:first-child {
	padding-top: 0;
}

.baotri-hero__stack-link {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	text-decoration: none !important;
	color: inherit;
}

.baotri-hero__stack-link:hover .baotri-hero__stack-title {
	color: var(--baotri-link);
}

.baotri-hero__stack-thumb {
	flex: 0 0 100px;
	width: 100px;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #eee;
}

.baotri-hero__stack-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.baotri-hero__stack-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.baotri-hero__stack-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--baotri-text);
}

/* Center main */
.baotri-hero__main {
	background: #fff;
	border: 1px solid var(--baotri-border);
	height: 100%;
}

.baotri-hero__main-link {
	display: block;
	color: inherit;
	text-decoration: none !important;
	height: 100%;
}

.baotri-hero__main-link:hover .baotri-hero__title {
	color: var(--baotri-link);
}

.baotri-hero__main-img {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e8e8e8;
}

.baotri-hero__main-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.baotri-hero__main-body {
	padding: 14px 16px 18px;
}

.baotri-hero__title {
	font-family: var(--baotri-headline);
	font-size: clamp(1.25rem, 2.2vw, 1.65rem);
	font-weight: 800;
	margin: 8px 0 10px;
	line-height: 1.25;
	color: var(--baotri-text);
}

.baotri-hero__excerpt {
	margin: 0;
	color: var(--baotri-muted);
	font-size: 14px;
	line-height: 1.45;
}

/* Tâm điểm */
.baotri-focus-head {
	border-bottom: 2px solid var(--baotri-teal);
	margin-bottom: 10px;
	padding-bottom: 6px;
}

.baotri-focus-head__title {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--baotri-teal);
}

.baotri-focus-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.baotri-focus-list > li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.baotri-focus-list > li:last-child {
	border-bottom: 0;
}

.baotri-focus-list__link {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	text-decoration: none !important;
	color: inherit;
}

.baotri-focus-list__link:hover .baotri-focus-list__headline {
	color: var(--baotri-link);
}

.baotri-focus-list__avatar {
	flex-shrink: 0;
}

.baotri-focus-list__avatar-img {
	border-radius: 50%;
	display: block;
}

.baotri-focus-list__headline {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: #222;
}

/* —— Spotlight —— */
.baotri-block-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 14px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--baotri-teal);
}

.baotri-block-head--simple {
	margin-top: 28px;
}

.baotri-block-head__title {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--baotri-teal);
}

.baotri-spotlight {
	margin-bottom: 28px;
}

.baotri-spotlight__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

@media (max-width: 900px) {
	.baotri-spotlight__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 520px) {
	.baotri-spotlight__grid {
		grid-template-columns: 1fr;
	}
}

.baotri-spot-card {
	border: 1px solid var(--baotri-border);
	background: #fff;
}

.baotri-spot-card__link {
	display: block;
	padding: 0;
	color: inherit;
	text-decoration: none !important;
	height: 100%;
}

.baotri-spot-card__link:hover .baotri-spot-card__title {
	color: var(--baotri-link);
}

.baotri-spot-card__img {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #eee;
}

.baotri-spot-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.baotri-spot-card__tag {
	position: absolute;
	bottom: 8px;
	left: 8px;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 3px 8px;
}

.baotri-spot-card__title {
	font-family: var(--baotri-headline);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	margin: 10px 12px 6px;
	color: var(--baotri-text);
}

.baotri-spot-card__excerpt {
	margin: 0 12px 12px;
	font-size: 13px;
	color: var(--baotri-muted);
	line-height: 1.4;
}

/* —— Khối chuyên mục —— */
.baotri-cat-section {
	margin-bottom: 28px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--baotri-border);
}

.baotri-cat-section__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px 16px;
	margin-bottom: 14px;
}

.baotri-cat-section__title {
	margin: 0;
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.baotri-cat-section__title a {
	color: var(--baotri-teal);
	text-decoration: none !important;
}

.baotri-cat-section__title a:hover {
	color: var(--baotri-teal-dark);
}

.baotri-cat-section__subs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	font-size: 13px;
}

.baotri-cat-section__subs a {
	color: var(--baotri-muted);
	font-weight: 600;
}

.baotri-cat-section__subs a:hover {
	color: var(--baotri-teal);
}

.baotri-cat-section__body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	align-items: start;
}

@media (max-width: 720px) {
	.baotri-cat-section__body {
		grid-template-columns: 1fr;
	}
}

.baotri-cat-section__feat-link {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-decoration: none !important;
	color: inherit;
}

.baotri-cat-section__feat-link:hover .baotri-cat-section__feat-title {
	color: var(--baotri-link);
}

.baotri-cat-section__feat-img {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #eee;
}

.baotri-cat-section__feat-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.baotri-cat-section__feat-title {
	font-family: var(--baotri-headline);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	color: var(--baotri-text);
}

.baotri-cat-section__feat-excerpt {
	margin: 0;
	font-size: 14px;
	color: var(--baotri-muted);
	line-height: 1.45;
}

.baotri-cat-section__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.baotri-cat-section__list > li {
	border-bottom: 1px solid #eee;
	padding: 8px 0;
}

.baotri-cat-section__list > li:last-child {
	border-bottom: 0;
}

.baotri-cat-section__list-link {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	text-decoration: none !important;
	color: inherit;
}

.baotri-cat-section__list-thumb {
	flex: 0 0 72px;
	width: 72px;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #eee;
}

.baotri-cat-section__list-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.baotri-cat-section__list-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: #222;
}

.baotri-cat-section__list-link:hover .baotri-cat-section__list-title {
	color: var(--baotri-link);
}

/* —— Layout 2 cột + stream —— */
.baotri-layout {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 24px;
	margin-top: 4px;
	align-items: start;
}

@media (max-width: 960px) {
	.baotri-layout {
		grid-template-columns: 1fr;
	}
}

.baotri-layout__primary {
	min-width: 0;
	grid-column: 2;
}

@media (max-width: 960px) {
	.baotri-layout__primary {
		grid-column: auto;
	}
}

.baotri-sidebar {
	grid-column: 1;
	grid-row: 1;
}

@media (max-width: 960px) {
	.baotri-sidebar {
		grid-column: auto;
		grid-row: auto;
	}
}

.baotri-stream {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.baotri-card {
	border-bottom: 1px solid var(--baotri-border);
	padding: 16px 0;
}

.baotri-card:first-child {
	padding-top: 0;
}

.baotri-card__link {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 16px;
	color: inherit;
	text-decoration: none !important;
}

@media (max-width: 600px) {
	.baotri-card__link {
		grid-template-columns: 1fr;
	}
}

.baotri-card__link:hover .baotri-card__title {
	color: var(--baotri-link);
}

.baotri-card__thumb {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #eee;
}

.baotri-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.baotri-cat {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--baotri-accent);
	letter-spacing: 0.04em;
}

.baotri-cat--sm {
	font-size: 11px;
}

.baotri-card__title {
	font-family: var(--baotri-headline);
	font-size: 16px;
	font-weight: 700;
	margin: 4px 0 8px;
	line-height: 1.35;
	color: var(--baotri-text);
}

@media (min-width: 768px) {
	.baotri-card__title {
		font-size: 20px;
		line-height: 1.3;
	}
}

.baotri-card__excerpt {
	margin: 0;
	color: var(--baotri-muted);
	font-size: 14px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.baotri-card__excerpt {
		font-size: 16px;
		line-height: 1.6;
	}
}

.baotri-card__meta {
	font-size: 12px;
	color: #999;
	margin-top: 6px;
}

/* Sidebar */
.baotri-sidebar .widget {
	background: #fafafa;
	border: 1px solid var(--baotri-border);
	padding: 14px 16px;
	margin-bottom: 14px;
}

.baotri-sidebar .widget-title {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 12px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--baotri-teal);
	color: var(--baotri-teal);
}

.baotri-mini-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.baotri-mini-list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 14px;
	line-height: 1.35;
}

.baotri-mini-list li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Single */
.baotri-article__cats {
	margin: 0 0 8px;
}

.baotri-article__title {
	font-family: var(--baotri-headline);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 12px;
	color: var(--baotri-text);
}

.baotri-article__meta {
	font-size: 14px;
	color: var(--baotri-muted);
}

.baotri-article__sep {
	margin: 0 6px;
}

.baotri-article__thumb {
	margin: 0 0 18px;
}

.baotri-article__thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.baotri-article__content {
	font-size: 1.05rem;
	line-height: 1.75;
}

.baotri-article__content p {
	margin: 0 0 1em;
}

/* Author */
.baotri-author {
	margin-top: 28px;
	padding: 18px;
	background: var(--baotri-teal-soft);
	border: 1px solid var(--baotri-border);
	border-left: 4px solid var(--baotri-teal);
}

.baotri-author__inner {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.baotri-author__photo img {
	border-radius: 50%;
	display: block;
}

.baotri-author__label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--baotri-muted);
	margin: 0 0 4px;
}

.baotri-author__name {
	font-size: 1.05rem;
	font-weight: 800;
	margin: 0 0 4px;
}

.baotri-author__title {
	margin: 0 0 8px;
	color: var(--baotri-muted);
	font-size: 0.9rem;
}

.baotri-author__bio {
	margin: 0;
	font-size: 0.95rem;
	color: #444;
}

/* Author archive */
.baotri-author-header {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.baotri-author-header__avatar {
	border-radius: 50%;
}

.baotri-page-title {
	font-family: var(--baotri-headline);
	font-size: 1.65rem;
	font-weight: 800;
	margin: 0 0 8px;
}

.baotri-author-header__title {
	color: var(--baotri-muted);
	margin: 4px 0 8px;
	font-size: 1rem;
}

.baotri-author-header__bio {
	margin: 0;
	color: #444;
	max-width: 640px;
}

/* Pagination */
.baotri-pagination-wrap,
.navigation.pagination {
	margin-top: 20px;
}

.baotri-pagination-wrap ul.page-numbers,
.navigation.pagination ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 4px;
}

.baotri-pagination-wrap .page-numbers,
.navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	padding: 8px 10px;
	border: 1px solid var(--baotri-border);
	background: #fff;
	font-size: 14px;
}

.baotri-pagination-wrap .current,
.navigation.pagination .current {
	background: var(--baotri-teal);
	color: #fff !important;
	border-color: var(--baotri-teal);
}

.baotri-page-header {
	margin-bottom: 16px;
}

.baotri-archive-desc {
	color: var(--baotri-muted);
	font-size: 0.95rem;
}

/* Footer */
.baotri-footer {
	background: #1e2a2d;
	color: #c8d0d2;
	margin-top: auto;
	padding: 28px 0;
	font-size: 14px;
}

.baotri-footer a {
	color: #e0e8ea;
}

.baotri-footer__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

@media (max-width: 600px) {
	.baotri-footer__grid {
		grid-template-columns: 1fr;
	}
}

.baotri-footer__brand {
	font-weight: 800;
	color: #fff;
	margin: 0 0 8px;
}

.baotri-footer__copy {
	margin: 0;
	color: #8a9a9e;
	font-size: 13px;
}

.baotri-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
}

.baotri-btn {
	display: inline-block;
	padding: 10px 20px;
	background: var(--baotri-teal);
	color: #fff !important;
	border-radius: 4px;
	font-weight: 700;
	text-decoration: none !important;
}

.baotri-btn:hover {
	background: var(--baotri-teal-dark);
}

.baotri-none {
	padding: 2rem 0;
	color: var(--baotri-muted);
}

/* Comments */
.baotri-comments-inner {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid var(--baotri-border);
}

.baotri-comments-title {
	font-size: 1.15rem;
	font-weight: 800;
	margin-bottom: 14px;
}

.baotri-comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.baotri-comment-list .children {
	list-style: none;
	margin-left: 20px;
	padding-left: 0;
}

.comment-body {
	margin-bottom: 14px;
	padding: 12px;
	background: #fafafa;
	border: 1px solid var(--baotri-border);
}

/* Trang tìm kiếm (searchform.php) */
.baotri-search {
	display: flex;
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
	background: #fff;
	max-width: 400px;
}

.baotri-search__input {
	flex: 1;
	border: 0;
	padding: 8px 12px;
	font: inherit;
	min-width: 0;
}

.baotri-search__btn {
	border: 0;
	background: var(--baotri-teal);
	color: #fff;
	padding: 8px 16px;
	font-weight: 700;
	cursor: pointer;
}

.baotri-search__btn:hover {
	background: var(--baotri-teal-dark);
}

/* ===== LHM Homepage Refresh ===== */

:root {
	--lhm-bg: #f2f2f2;
	--lhm-text: #161616;
	--lhm-muted: #616161;
	--lhm-border: #d9d9d9;
	--lhm-brand: #af0015;
	--lhm-brand-dark: #8e0011;
	--lhm-dark: #05070c;
	--lhm-dark-soft: #0f1421;
	--lhm-correct: #11884c;
	--lhm-wrong: #bb1d1d;
	--lhm-ui-scale: 0.8;
}

@media (max-width: 1024px) {
	:root {
		--lhm-ui-scale: 1;
	}
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

body {
	background: var(--lhm-bg);
	color: var(--lhm-text);
}

.lhm-site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	zoom: var(--lhm-ui-scale);
	max-width: 100%;
	overflow-x: hidden;
}

@supports not (zoom: 1) {
	.lhm-site {
		width: calc(100% / var(--lhm-ui-scale));
		transform: scale(var(--lhm-ui-scale));
		transform-origin: top left;
	}
}

.lhm-main {
	flex: 1;
	padding-bottom: 40px;
}

.lhm-container {
	width: min(1140px, 100% - 28px);
	margin: 0 auto;
}

.lhm-header {
	position: sticky;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid var(--lhm-border);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

/* Thanh Admin WordPress: header bám mép ngay dưới toolbar khi đã đăng nhập */
html {
	margin-top: 0 !important;
}

body.admin-bar {
	margin-top: 32px !important;
}

body.admin-bar .lhm-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		margin-top: 46px !important;
	}
	body.admin-bar .lhm-header {
		top: 46px;
	}
}

.lhm-navbar {
	border-bottom: 1px solid var(--lhm-border);
}

.lhm-navbar__inner {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 74px;
	padding: 10px 0;
}

.lhm-navbar__brand {
	min-width: 290px;
	max-width: 480px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.lhm-navbar__logo {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #121212;
	text-decoration: none !important;
	flex-shrink: 0;
}

.lhm-navbar__logo-img {
	max-height: 47px;
	width: auto;
	display: block;
	border-radius: 0px !important;
}

.lhm-navbar__logo:hover {
	color: var(--lhm-brand);
}

.lhm-navbar__tagline {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.35;
	color: #9c9c9c;
	opacity: 0.75;
}

.lhm-navbar__search {
	margin-left: auto;
	min-width: 260px;
	flex: 1;
	max-width: 380px;
	display: flex;
	align-items: center;
	border: 1px solid var(--lhm-border);
	background: #fff;
	overflow: hidden;
	border-radius: 3px;
}

.lhm-navbar__search input[type="search"] {
	flex: 1;
	min-width: 0;
	border: 0;
	padding: 9px 10px;
	font-size: 0.85rem;
	font-family: inherit;
}

.lhm-navbar__search button {
	border: 0;
	padding: 9px 14px;
	font-size: 0.82rem;
	font-weight: 700;
	background: #efefef;
	cursor: pointer;
}

.lhm-navbar__search button:hover {
	background: #e6e6e6;
}

.lhm-navbar__actions {
	flex-shrink: 0;
}

.lhm-navbar__login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 84px;
	padding: 8px 14px;
	border-radius: 3px;
	background: var(--lhm-brand);
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}

.lhm-navbar__login:hover {
	background: var(--lhm-brand-dark);
}

.lhm-navbar-sub {
	background: #fafafa;
	font-size: 0.8rem;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #eae8e7;
}

.lhm-navbar-sub__inner {
	display: flex;
	align-items: center;
	min-height: 40px;
}

.lhm-navbar-sub__nav {
	display: flex;
	align-items: center;
	gap: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lhm-navbar-sub__item {
	color: #444;
	text-decoration: none !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	transition: color 0.15s ease;
}

.lhm-navbar-sub__item:hover {
	color: var(--lhm-brand);
}

.lhm-home {
	margin-top: 18px;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.lhm-featured {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

.lhm-featured__hero,
.lhm-featured__secondary {
	background: #fff;
	border: 1px solid #e0e0e0;
}

.lhm-featured__hero {
	position: relative;
	overflow: hidden;
}

.lhm-featured__hero a,
.lhm-featured__secondary a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.lhm-featured__hero-media,
.lhm-featured__secondary-media {
	position: relative;
	overflow: hidden;
	background: #eaeaea;
}

.lhm-featured__hero-media {
	aspect-ratio: 16 / 7;
}

.lhm-featured__secondary-media {
	aspect-ratio: 16 / 8;
}

.lhm-featured__hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0));
}

.lhm-featured__hero-image,
.lhm-featured__secondary-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lhm-featured__hero-content {
	margin-top: -132px;
	position: relative;
	z-index: 2;
	padding: 42px 24px 20px;
	color: #fff;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0) 100%);
}

.lhm-featured__hero-content h2 {
	margin: 0 0 8px;
	font-size: clamp(1.2rem, 2.7vw, 2rem);
	line-height: 1.15;
	font-weight: 900;
	text-transform: uppercase;
	max-width: 100%;
	overflow-wrap: anywhere;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.lhm-featured__hero-content p {
	margin: 0;
	font-size: 0.9rem;
	max-width: 730px;
	line-height: 1.5;
	color: #f3f3f3;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.lhm-featured__secondary-content {
	padding: 24px 20px 26px;
	text-align: center;
}

.lhm-featured__secondary-content h3 {
	margin: 0 0 10px;
	font-size: clamp(1.15rem, 2vw, 1.6rem);
	line-height: 1.2;
	font-weight: 900;
	text-transform: uppercase;
}

.lhm-featured__secondary-content p {
	margin: 0;
	color: #5f5f5f;
	line-height: 1.55;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

.lhm-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.lhm-section-head h2 {
	margin: 0;
	font-size: 1.03rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.lhm-section-head--dark h2 {
	color: #fff;
	font-weight: 900;
}

.lhm-section-head--line {
	border-bottom: 2px solid #b22b2b;
	padding-bottom: 7px;
	margin-bottom: 14px;
}

.lhm-section-head--line h2 {
	font-weight: 800;
	font-size: 0.95rem;
}

.lhm-multimedia {
	background: linear-gradient(180deg, #06090f 0%, #05070c 100%);
	border: 1px solid #131a2a;
	padding: 18px;
	color: #fff;
}

.lhm-mm-tabs {
	display: flex;
	gap: 4px;
	margin-bottom: 14px;
	border-bottom: 1px solid #1f2838;
	padding-bottom: 8px;
	flex-wrap: wrap;
}

.lhm-mm-tab {
	border: 0;
	background: transparent;
	color: #bcc6d8;
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	padding: 6px 9px;
	cursor: pointer;
	letter-spacing: 0.04em;
}

.lhm-mm-tab.is-active,
.lhm-mm-tab:hover {
	color: #fff;
	background: #171e2c;
}

.lhm-mm-panel {
	display: none;
}

.lhm-mm-panel.is-active {
	display: block;
}

.lhm-mm-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	gap: 14px;
	min-height: 360px;
}

.lhm-mm-stage {
	height: 100%;
	min-height: 360px;
	border: 1px solid #1f2838;
	background: #0b111d;
	overflow: hidden;
	padding: 12px;
}

.lhm-mm-stage-item {
	display: none;
	height: 100%;
	flex-direction: column;
	gap: 12px;
}

.lhm-mm-stage-item.is-active {
	display: flex;
}

.lhm-mm-stage-item__media {
	flex: 1;
	min-height: 220px;
	background: #080d16;
	border: 1px solid #1c2536;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lhm-media-preview__embed,
.lhm-media-preview__image-wrap,
.lhm-media-preview__placeholder {
	width: 100%;
	height: 100%;
}

.lhm-media-preview__embed iframe,
.lhm-media-preview__embed video {
	width: 100%;
	height: 100%;
	border: 0;
}

.lhm-media-preview__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lhm-media-preview__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 12px;
	font-size: 0.88rem;
	color: #9aa8c3;
}

.lhm-mm-stage-item__body h3 {
	margin: 0 0 8px;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.35;
}

.lhm-mm-stage-item__body h3 a {
	color: #fff;
	text-decoration: none;
}

.lhm-mm-stage-item__body h3 a:hover {
	color: #dce4ff;
}

.lhm-mm-stage-item__body p {
	margin: 0;
	font-size: 0.87rem;
	line-height: 1.45;
	color: #b3bfd8;
}

.lhm-mm-playlist {
	border: 1px solid #1f2838;
	background: #090d17;
	padding: 8px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	overflow-y: auto;
	max-height: 360px;
}

.lhm-mm-playlist-item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 9px;
	align-items: center;
	border: 1px solid #1f2838;
	background: #101828;
	padding: 7px;
	cursor: pointer;
	text-align: left;
	color: #d9e1f0;
}

.lhm-mm-playlist-item:hover,
.lhm-mm-playlist-item.is-active {
	border-color: #364764;
	background: #1a2639;
}

.lhm-mm-playlist__thumb {
	height: 42px;
	overflow: hidden;
	background: #070b13;
	border: 1px solid #1f2838;
}

.lhm-mm-playlist__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lhm-mm-playlist__text {
	font-size: 0.78rem;
	line-height: 1.35;
	font-weight: 600;
}

.lhm-mm-empty {
	padding: 24px;
	border: 1px dashed #334159;
	text-align: center;
	font-size: 0.9rem;
	color: #b8c3dc;
	background: #0b111d;
}

.lhm-policy {
	padding: 0;
}

.lhm-policy__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lhm-policy-item {
	background: #fff;
	border: 1px solid #dfdfdf;
}

.lhm-policy-item.is-hidden {
	display: none;
}

.lhm-policy-item a {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 14px;
	align-items: stretch;
	text-decoration: none;
	color: inherit;
}

.lhm-policy-item__thumb {
	display: block;
	background: #ececec;
	min-height: 126px;
	overflow: hidden;
}

.lhm-policy-item__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lhm-policy-item__body {
	padding: 12px 12px 10px 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.lhm-policy-item__body h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.35;
	font-weight: 800;
}

.lhm-policy-item__body p {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.5;
	color: #6a6a6a;
}

.lhm-policy__actions {
	margin-top: 14px;
	text-align: center;
}

.lhm-btn {
	border: 0;
	cursor: pointer;
	font: inherit;
}

.lhm-btn--more {
	background: #ededed;
	color: #2d2d2d;
	padding: 7px 18px;
	border-radius: 14px;
	font-size: 0.79rem;
	font-weight: 700;
}

.lhm-btn--more:hover {
	background: #e0e0e0;
}

.lhm-feedback {
	padding: 0;
}

.lhm-carousel {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
}

.lhm-carousel__nav {
	height: 34px;
	width: 34px;
	border: 1px solid #c6c6c6;
	border-radius: 50%;
	background: #fff;
	color: #333;
	cursor: pointer;
	font-size: 0.95rem;
	line-height: 1;
}

.lhm-carousel__nav:hover {
	background: #f0f0f0;
}

.lhm-carousel__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	padding-bottom: 4px;
}

.lhm-carousel__track {
	display: flex;
	gap: 16px;
	min-width: max-content;
}

.lhm-feedback-card {
	width: 250px;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 8px;
	overflow: hidden;
	flex: 0 0 auto;
}

.lhm-feedback-card a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.lhm-feedback-card__thumb {
	display: block;
	height: 142px;
	overflow: hidden;
	background: #ececec;
	margin-bottom: 10px;
}

.lhm-feedback-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lhm-feedback-card__title {
	display: block;
	padding: 0 10px;
	font-size: 0.92rem;
	line-height: 1.35;
	font-weight: 800;
	margin-bottom: 7px;
}

.lhm-feedback-card__excerpt {
	display: block;
	padding: 0 10px;
	font-size: 0.8rem;
	line-height: 1.45;
	color: #6a6a6a;
}

.lhm-quiz {
	background: linear-gradient(110deg, #b00714 0%, #be0616 55%, #d20f1f 100%);
	padding: 24px;
	color: #fff;
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(260px, 1fr);
	gap: 20px;
	align-items: start;
}

.lhm-quiz__intro h2 {
	margin: 0 0 10px;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	line-height: 1.1;
	font-weight: 900;
	text-transform: uppercase;
}

.lhm-quiz__intro p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	max-width: 520px;
	color: #f8dce0;
}

.lhm-quiz__questions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lhm-quiz-question {
	background: #fff;
	color: #212121;
	padding: 12px;
	border-radius: 4px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.lhm-quiz-question h3 {
	margin: 0 0 10px;
	font-size: 0.95rem;
	line-height: 1.35;
	font-weight: 800;
}

.lhm-quiz-question__options {
	display: grid;
	gap: 8px;
}

.lhm-quiz-option {
	border: 1px solid #d8d8d8;
	background: #fff;
	padding: 9px 10px;
	text-align: left;
	font-size: 0.84rem;
	cursor: pointer;
	border-radius: 2px;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.lhm-quiz-option:hover {
	background: #f5f5f5;
}

.lhm-quiz-option.is-correct {
	background: rgba(17, 136, 76, 0.14);
	border-color: var(--lhm-correct);
	color: #0e6f3f;
	font-weight: 700;
}

.lhm-quiz-option.is-wrong {
	background: rgba(187, 29, 29, 0.13);
	border-color: var(--lhm-wrong);
	color: #9c1a1a;
	font-weight: 700;
}

.lhm-footer {
	margin-top: auto;
	background: #f8f8f8;
	border-top: 1px solid #dddddd;
	padding: 30px 0 18px;
	color: #353535;
	font-size: 0.9rem;
	font-family: var(--baotri-font);
}

.lhm-footer__grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 48px;
}

.lhm-footer__col h3 {
	margin: 0 0 10px;
	font-size: 0.92rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.lhm-footer__logo {
	margin: 0 0 10px;
	font-size: 1.28rem;
	font-weight: 900;
	font-family: var(--baotri-font);
}

.lhm-footer__overview {
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.55;
	color: #5a5a5a;
}

.lhm-footer__meta,
.lhm-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.lhm-footer__meta li,
.lhm-footer__menu li {
	font-size: 0.84rem;
	line-height: 1.45;
}

.lhm-footer a {
	color: #333;
}

.lhm-footer a:hover {
	color: var(--lhm-brand);
}

.lhm-footer__copy {
	margin-top: 20px;
	padding-top: 12px;
	border-top: 1px solid #dddddd;
	font-size: 0.8rem;
	color: #777;
}

.lhm-empty-state {
	padding: 16px;
	margin: 0;
	background: #fff;
	border: 1px dashed #d3d3d3;
	color: #666;
	font-size: 0.9rem;
}

@media (max-width: 980px) {
	.lhm-navbar__inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		min-height: 0;
	}

	.lhm-navbar__brand {
		min-width: 0;
		max-width: none;
		flex: 1;
	}

	.lhm-navbar__logo-img {
		max-height: 38px;
	}

	.lhm-navbar__search {
		order: 3;
		max-width: none;
		min-width: 0;
		width: 100%;
		flex: 1 1 100%;
		margin-left: 0;
		margin-top: 8px;
	}

	.lhm-navbar__actions {
		margin-left: auto;
		flex-shrink: 0;
	}

	.lhm-mm-shell {
		grid-template-columns: 1fr;
	}

	.lhm-mm-playlist {
		max-height: none;
	}

	.lhm-policy-item a {
		grid-template-columns: 1fr;
	}

	.lhm-policy-item__thumb {
		height: 180px;
	}

	.lhm-policy-item__body {
		padding: 10px 12px 12px;
	}

	.lhm-quiz {
		grid-template-columns: 1fr;
	}

	.lhm-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.lhm-navbar__logo {
		font-size: 1.06rem;
	}

	.lhm-navbar__logo-img {
		max-height: 32px;
	}

	.lhm-navbar__tagline {
		font-size: 0.72rem;
	}

	.lhm-navbar-sub__nav {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		width: 100% !important;
		margin-left: 0px !important;
		gap: 0 !important;
	}

	.lhm-navbar-sub__item {
		font-size: 0.65rem !important;
		display: block !important;
	}

	.lhm-navbar-sub__nav .lhm-navbar-sub__item:nth-child(1) {
		text-align: left !important;
	}

	.lhm-navbar-sub__nav .lhm-navbar-sub__item:nth-child(2) {
		text-align: center !important;
	}

	.lhm-navbar-sub__nav .lhm-navbar-sub__item:nth-child(3) {
		text-align: center !important;
	}

	.lhm-featured__hero-content {
		margin-top: -112px;
		padding: 36px 14px 14px;
	}

	.lhm-featured__hero-content h2 {
		font-size: 1.1rem;
		line-height: 1.2;
	}

	.lhm-featured__hero-content p {
		font-size: 0.82rem;
	}

	.lhm-featured__secondary-content {
		padding: 16px 14px 18px;
	}

	.lhm-featured__secondary-content h3 {
		font-size: 1.25rem;
	}

	.lhm-multimedia {
		padding: 12px;
	}

	.lhm-mm-stage {
		padding: 8px;
		min-height: 300px;
	}

	.lhm-mm-stage-item__media {
		min-height: 180px;
	}

	.lhm-carousel {
		grid-template-columns: 1fr;
	}

	.lhm-carousel__nav {
		display: none;
	}

	.lhm-feedback-card {
		width: 220px;
	}

	.lhm-quiz {
		padding: 16px;
	}

	.lhm-footer__grid {
		grid-template-columns: 1fr;
	}
}

/* ===== Homepage: Archivist Layout ===== */

.lhm-homepage-archivist {
	max-width: 1280px;
	padding: 0 16px 48px;
	margin-top: 0;
	gap: 42px;
}

.lhm-homepage-archivist h1,
.lhm-homepage-archivist h2,
.lhm-homepage-archivist h3,
.lhm-homepage-archivist h4 {
	font-family: "Merriweather", var(--baotri-headline);
}

.lhm-homepage-archivist,
.lhm-homepage-archivist p,
.lhm-homepage-archivist a,
.lhm-homepage-archivist span {
	font-family: var(--baotri-font);
}

.arch-top-links {
	background: #f6f3f2;
	border: 1px solid #ece7e5;
	padding: 16px 18px;
}

.arch-top-links__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
}

.arch-top-links__item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #211f1f;
	text-decoration: none !important;
}

.arch-top-links__index {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.13em;
	color: #a2000a;
}

.arch-top-links__text {
	font-size: 0.92rem;
	font-weight: 600;
}

.arch-top-links__item:hover .arch-top-links__text {
	color: #a2000a;
}

.arch-hero__card {
	position: relative;
	overflow: hidden;
	background: #0f1113;
	aspect-ratio: 21 / 9;
}

.arch-hero__card a {
	color: inherit;
	text-decoration: none;
}

.arch-hero__media,
.arch-hero__image {
	width: 100%;
	height: 100%;
}

.arch-hero__image {
	display: block;
	object-fit: cover;
	opacity: 0.62;
}

.arch-hero__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: clamp(18px, 4vw, 46px);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.2) 58%, rgba(0, 0, 0, 0));
}

.arch-hero__overlay h1 {
	margin: 0;
	font-size: clamp(1.8rem, 5vw, 4.2rem);
	line-height: 1.04;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	letter-spacing: -0.03em;
}

.arch-hero__overlay p {
	margin: 14px 0 0;
	max-width: 760px;
	font-size: clamp(0.95rem, 2vw, 1.18rem);
	color: rgba(255, 255, 255, 0.86);
}

.arch-editorial__card {
	background: #fff;
}

.arch-editorial__card a {
	color: inherit;
	text-decoration: none;
}

.arch-editorial__media {
	aspect-ratio: 21 / 9;
	overflow: hidden;
	background: #e9e9e9;
}

.arch-editorial__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.arch-editorial__content {
	padding: 38px 20px 14px;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.arch-editorial__content h2 {
	margin: 0 0 16px;
	font-size: clamp(1.55rem, 4vw, 3.1rem);
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	font-weight: 900;
}

.arch-editorial__content p {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.7;
	color: #605f5f;
}

.arch-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-bottom: 6px;
}

.arch-section-head--line {
	border-bottom: 4px solid #a2000a;
}

.arch-section-head h2 {
	margin: 0;
	font-size: 1.52rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.01em;
}

.arch-section-head--light h2 {
	color: #fff;
}

.arch-multimedia {
	padding: 28px;
	background: #0a0c10;
	border: 0;
}

.arch-mm-shell {
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 24px;
}

.arch-multimedia .lhm-mm-stage {
	min-height: 420px;
	padding: 0;
	border: 0;
	background: #0a0c10;
}

.arch-multimedia .lhm-mm-stage-item__media {
	border: 0;
	background: #171a20;
}

.arch-multimedia .lhm-mm-stage-item__body h3 {
	font-size: 1.48rem;
	text-transform: uppercase;
}

.arch-multimedia .lhm-mm-playlist {
	max-height: 420px;
	background: transparent;
	padding: 0;
	border: 0;
}

.arch-multimedia .lhm-mm-playlist-item {
	background: transparent;
	border: 0;
	padding: 0;
	grid-template-columns: 122px minmax(0, 1fr);
}

.arch-multimedia .lhm-mm-playlist__thumb {
	height: 70px;
}

.arch-multimedia .lhm-mm-playlist__text {
	font-size: 0.95rem;
	text-transform: uppercase;
}

.arch-policy__list {
	gap: 0;
}

.arch-policy-item {
	border: 0;
	border-bottom: 1px solid #e9e4e3;
	background: transparent;
	padding: 18px 0;
}

.arch-policy-item:last-child {
	border-bottom: 0;
}

.arch-policy .lhm-policy-item a {
	grid-template-columns: minmax(260px, 34%) minmax(0, 1fr);
	gap: 24px;
}

.arch-policy .lhm-policy-item__thumb {
	min-height: 170px;
	border-radius: 8px;
}

.arch-policy .lhm-policy-item__body {
	padding: 0;
}

.arch-policy .lhm-policy-item__body h3 {
	font-family: "Merriweather", var(--baotri-headline);
	font-size: 1.7rem;
	line-height: 1.2;
}

.arch-policy .lhm-policy-item__body p {
	font-size: 1rem;
}

.arch-policy__actions {
	margin-top: 20px;
}

.arch-policy__actions .lhm-btn--more {
	border-radius: 999px;
	padding: 10px 24px;
	font-size: 0.9rem;
}

.arch-carousel {
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 14px;
}

.arch-carousel .lhm-carousel__nav {
	height: 40px;
	width: 40px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
}

.arch-feedback-card {
	width: min(32vw, 360px);
	min-width: 300px;
	border: 0;
	background: transparent;
}

.arch-feedback-card .lhm-feedback-card__thumb {
	height: 200px;
	border-radius: 10px;
}

.arch-feedback-card .lhm-feedback-card__title {
	font-family: "Merriweather", var(--baotri-headline);
	padding: 0;
	font-size: 1.45rem;
	line-height: 1.25;
	margin-top: 12px;
}

.arch-feedback-card .lhm-feedback-card__excerpt {
	padding: 0;
	font-size: 1rem;
}

.arch-quiz {
	background: linear-gradient(120deg, #a3000a 0%, #bf1617 100%);
	padding: clamp(20px, 4vw, 52px);
	border-radius: 0;
}

.arch-quiz__step {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.72);
}

.arch-quiz .lhm-quiz__intro h2 {
	font-size: clamp(1.8rem, 3.8vw, 3.3rem);
}

.arch-quiz .lhm-quiz-question {
	border-radius: 12px;
	padding: 22px;
}

.arch-quiz .lhm-quiz-question h3 {
	font-size: 1.4rem;
}

.arch-quiz .lhm-quiz-option {
	padding: 14px;
	font-size: 1.06rem;
	border-radius: 10px;
}

@media (max-width: 980px) {
	.arch-multimedia {
		padding: 16px;
	}

	.arch-mm-shell {
		grid-template-columns: 1fr;
	}

	.arch-policy .lhm-policy-item a {
		grid-template-columns: 1fr;
	}

	.arch-feedback-card {
		width: 82vw;
		min-width: 82vw;
	}
}

@media (max-width: 640px) {
	.lhm-homepage-archivist {
		padding: 0 12px 32px;
		gap: 26px;
	}

	.arch-top-links {
		padding: 12px;
	}

	.arch-top-links__inner {
		gap: 14px;
	}

	.arch-policy .lhm-policy-item__body h3 {
		font-size: 1.22rem;
	}

	.arch-feedback-card .lhm-feedback-card__title {
		font-size: 1.15rem;
	}
}

/* ===== Homepage v2: Full-bleed layout ===== */

.arch-homepage {
	display: flex;
	flex-direction: column;
}

.arch-homepage > .arch-top-links {
	border-bottom: 1px solid #ece7e5;
}

.arch-top-links .arch-top-links__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	padding: 16px 0;
}

.arch-main-content {
	display: flex;
	flex-direction: column;
	gap: 48px;
	padding-top: 48px;
	padding-bottom: 48px;
}

/* Multimedia: full-bleed, content inside lhm-container */
section.arch-multimedia {
	display: block;
	padding: 32px 0;
	border: none;
}

/* Multimedia grid: 2/3 stage + 1/3 playlist */
.arch-mm-shell {
	grid-template-columns: 2fr 1fr;
	gap: 28px;
}

/* Play button overlay on the stage media area */
.lhm-mm-stage-item__media {
	position: relative;
}

.arch-play-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.arch-play-overlay .material-symbols-outlined {
	font-size: 76px;
	color: rgba(255, 255, 255, 0.85);
	font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
	filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.6));
	transition: transform 0.2s ease;
}

.lhm-mm-stage-item:hover .arch-play-overlay .material-symbols-outlined {
	transform: scale(1.1);
}

/* Playlist item: thumb with play icon, info column */
.arch-multimedia .lhm-mm-playlist-item {
	grid-template-columns: 128px minmax(0, 1fr);
	gap: 12px;
	align-items: flex-start;
	padding: 8px 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: transparent;
}

.arch-multimedia .lhm-mm-playlist-item:last-child {
	border-bottom: 0;
}

.arch-multimedia .lhm-mm-playlist__thumb {
	height: auto;
	aspect-ratio: 16 / 9;
	position: relative;
	border: 0;
	background: #111;
}

.arch-multimedia .lhm-mm-playlist__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
	display: block;
}

.arch-play-small {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
	font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.lhm-mm-playlist__info {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.lhm-mm-playlist__duration {
	font-size: 0.74rem;
	color: rgba(255, 255, 255, 0.42);
}

/* "Xem thêm" button with arrow icon */
.lhm-btn--more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.lhm-btn--more .material-symbols-outlined {
	font-size: 20px;
	transition: transform 0.25s ease;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

[data-expand-button].is-expanded .material-symbols-outlined {
	transform: rotate(180deg);
}

/* Carousel nav: Material Icons */
.arch-carousel .lhm-carousel__nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.arch-carousel .lhm-carousel__nav .material-symbols-outlined {
	font-size: 22px;
	line-height: 1;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Pagination dots */
.arch-pagination-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
}

.arch-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e4e2e1;
	display: inline-block;
	transition: background 0.2s ease;
}

.arch-dot.is-active {
	background: #a2000a;
}

/* Quiz: full-bleed red, grid inside lhm-container */
section.arch-quiz.lhm-quiz {
	display: block;
	padding: 0;
}

.arch-quiz__grid {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(280px, 1fr);
	gap: 48px;
	align-items: start;
	padding: clamp(24px, 4vw, 56px) 0;
}

/* "Tiếp theo" button inside quiz card */
.arch-quiz-next-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
	background: #a2000a;
	color: #fff;
	border: none;
	padding: 14px 28px;
	font-family: var(--baotri-font);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.arch-quiz-next-btn:hover {
	opacity: 0.85;
}

.arch-quiz-next-btn .material-symbols-outlined {
	font-size: 20px;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Responsive overrides for new layout */
@media (max-width: 980px) {
	.arch-mm-shell {
		grid-template-columns: 1fr;
	}

	.arch-quiz__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

@media (max-width: 640px) {
	.arch-main-content {
		padding-top: 28px;
		padding-bottom: 28px;
		gap: 28px;
	}

	section.arch-multimedia {
		padding: 20px 0;
	}

	.arch-top-links .arch-top-links__inner {
		gap: 16px;
		padding: 12px 0;
	}
}

/* Trang chủ: tiêu đề bài 18px, nội dung mô tả (excerpt/lead) 14px */
.arch-homepage .arch-hero__overlay h1 {
	margin: 0;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 800;
	text-transform: none;
	letter-spacing: normal;
}

.arch-homepage .arch-hero__overlay .baotri-homepage-sapo {
	font-size: 14px;
	margin: 14px 0 0;
	max-width: 760px;
	color: rgba(255, 255, 255, 0.92);
}

.arch-homepage .arch-editorial__content h2 {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 800;
	text-transform: none;
	letter-spacing: normal;
}

.arch-homepage .arch-editorial__content .baotri-homepage-sapo {
	font-size: 14px;
	margin: 0;
	color: #605f5f;
}

.arch-homepage .arch-multimedia .lhm-mm-stage-item__body h3 {
	font-size: 18px;
	line-height: 1.35;
	font-weight: 800;
	text-transform: none;
}

.arch-homepage .arch-multimedia .lhm-mm-stage-item__body .baotri-homepage-sapo {
	font-size: 14px;
	color: rgba(211, 220, 239, 0.95);
}

.arch-homepage .arch-multimedia .lhm-mm-playlist__text {
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: none;
}

.arch-homepage .arch-policy .lhm-policy-item__body h3 {
	font-size: 18px;
	line-height: 1.35;
	font-weight: 800;
}

.arch-homepage .arch-policy .lhm-policy-item__body .baotri-homepage-sapo {
	font-size: 14px;
	margin: 0;
	color: #6a6a6a;
}

.arch-homepage .arch-feedback-card .lhm-feedback-card__title {
	font-size: 18px;
	line-height: 1.35;
	font-weight: 800;
}

.arch-homepage .arch-feedback-card .lhm-feedback-card__excerpt {
	font-size: 14px;
	line-height: 1.65;
	max-width: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: normal;
	hyphens: auto;
	text-wrap: pretty;
}

.arch-homepage .baotri-homepage-sapo {
	display: block;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: normal;
	hyphens: auto;
	max-width: 100%;
	line-height: 1.65;
	text-wrap: pretty;
}

/* Trang chủ: ảnh thumbnail bài (chính sách, multimedia playlist, phản ánh) 220 × 147 */
.arch-homepage .arch-policy .lhm-policy-item a {
	grid-template-columns: 220px minmax(0, 1fr);
	align-items: start;
	gap: 16px;
}

.arch-homepage .arch-policy .lhm-policy-item__thumb {
	width: 220px;
	height: 147px;
	min-height: 0;
	flex-shrink: 0;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 8px;
}

.arch-homepage .arch-policy .lhm-policy-item__thumb .lhm-policy-item__image,
.arch-homepage .arch-policy .lhm-policy-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.arch-homepage .arch-feedback-card .lhm-feedback-card__thumb {
	width: 220px;
	height: 147px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 10px;
}

.arch-homepage .arch-feedback-card .lhm-feedback-card__image,
.arch-homepage .arch-feedback-card .lhm-feedback-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.arch-homepage .arch-multimedia .lhm-mm-playlist-item {
	grid-template-columns: 220px minmax(0, 1fr);
}

.arch-homepage .arch-multimedia .lhm-mm-playlist__thumb {
	width: 220px;
	height: 147px;
	aspect-ratio: auto;
	flex-shrink: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.arch-homepage .arch-multimedia .lhm-mm-playlist__thumb .lhm-mm-playlist__image,
.arch-homepage .arch-multimedia .lhm-mm-playlist__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
}

@media (max-width: 980px) {
	.arch-homepage .arch-policy .lhm-policy-item a {
		grid-template-columns: 1fr;
	}

	.arch-homepage .arch-policy .lhm-policy-item__thumb {
		width: 100%;
		max-width: 220px;
	}
}

/* Custom scrollbar for multimedia playlist */
.lhm-mm-playlist::-webkit-scrollbar,
.lhm-mm-vr360-scroll::-webkit-scrollbar {
	width: 5px;
}
.lhm-mm-playlist::-webkit-scrollbar-track,
.lhm-mm-vr360-scroll::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 4px;
}
.lhm-mm-playlist::-webkit-scrollbar-thumb,
.lhm-mm-vr360-scroll::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.25);
	border-radius: 4px;
}
.lhm-mm-playlist::-webkit-scrollbar-thumb:hover,
.lhm-mm-vr360-scroll::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.45);
}
