/* ══════════════════════════════════════════════════════════════════════════
   HQ-BAIVIET — KIỂU BÀI VIẾT CHÍNH THỨC của gdpthuyenquang.com
   Đi cặp với /js/hq-baiviet.js. Người dùng chốt 31/8/2026.

   Nguồn gốc: trích NGUYÊN VĂN phần bài viết + thanh bên của bản mẫu đã duyệt
   Year2025/nhanminhluan.html (kiểu biên tập Adobe InDesign), BỎ HẲN phần
   #header / #nav / #banner / #footer — hai khối ấy đã ĐÓNG BĂNG và do
   css/hq-header.css + css/hq-footer.css lo. Tệp này KHÔNG được đụng tới.

   Mọi luật đều neo dưới .hqbv (đặt trên <body>) hoặc dưới .sutra-body /
   .page-layout, nên không trang nào bị ảnh hưởng nếu chưa gắn.
   ══════════════════════════════════════════════════════════════════════════ */

/* ── BỘ TOKEN ─────────────────────────────────────────────────────────── */
:is(.hqbv,.hqbv-side) {
  --ink:       #1a1208;
  --ink-soft:  rgba(26,18,8,0.62);
  --paper:     #faf7f2;
  --panel:     #f0e8d5;
  --gold:      #c9963b;
  --gold-dark: #8b6914;
  --accent:    #7a1f1f;
  --rule:      rgba(60,40,10,0.18);
  --serif:     'EB Garamond', Georgia, serif;
  --display:   'Playfair Display', Georgia, serif;
  --mono:      'Montserrat', sans-serif;
  --sans:      'Be Vietnam Pro', sans-serif;
}

/* ── NỀN TRANG ────────────────────────────────────────────────────────────
   Trang skel đời cũ đặt body{background:#222833} trong style.css và nhiều
   trang còn tự đặt nền tối trong <style> nội tuyến ⇒ cần !important.       */
body.hqbv {
  /* Vài trang cũ tự đặt body{margin:0 112px} ⇒ nội dung thụt vào rồi tràn ra
     khỏi hộp body. .page-layout đã tự lo bề ngang nên trả body về 0.        */
  margin: 0 !important;
  padding: 0 !important;
  background: #faf7f2 !important;
  color: #1a1208;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 17px;
  line-height: 1.82;
  -webkit-font-smoothing: antialiased;
}
/* ⚠ box-sizing phai khai cho CA TRANG, khong chi trong bai.
   css/hq-header.css trong cay vao viec trang tu khai border-box — trang doi cu
   co san (bo skel), trang moi sach thi KHONG, nen o tim kiem phinh them 36px
   dem (18+18) va tran ngang 20px o man 390. Da gap that voi 5 trang moi 1/9/2026. */
.hqbv, .hqbv *, .hqbv *::before, .hqbv *::after,
.hqbv-side .page-layout *, .hqbv-side .page-layout *::before { box-sizing: border-box; }
.hqbv .sutra-body a { color: var(--accent); text-decoration: none; border-bottom: 1px solid rgba(122,31,31,0.28); }
.hqbv .sutra-body a:hover { color: var(--gold-dark); border-bottom-color: var(--gold); }
.hqbv .sutra-body img { max-width: 100%; height: auto; }

/* Vô hiệu hoá khung lưới skel đời cũ còn sót lại BÊN TRONG bài
   (.container / .row / .8u / .12u …) — giữ thẻ, chỉ bỏ ràng buộc bề ngang. */
.hqbv .sutra-body .container,
.hqbv .sutra-body .row,
.hqbv .sutra-body [class*="u "],
.hqbv .sutra-body [class$="u"] {
  width: auto; max-width: none; margin-left: 0; margin-right: 0;
  padding-left: 0; padding-right: 0; float: none; display: block;
}
.hqbv .sutra-body .wrapper { padding: 0; background: none; }
.hqbv .sutra-body .box2 { background: none; padding: 0; border: none; }

/* ── GỠ NỀN TỐI ĐỜI CŨ ────────────────────────────────────────────────────
   66 trang skel đời cũ đều tự đặt nền nâu đen + chữ trắng ngay trong <style>
   nội tuyến (.article-content, .language-column, .celebration-border…).
   Trên nền giấy kem thì thành CHỮ ĐEN TRÊN NỀN ĐEN. Ở đây làm phẳng mọi
   khung bọc trong thân bài, CHỪA đúng các thành phần của bộ kiểu này ra.   */
.hqbv .sutra-body section,
.hqbv .sutra-body article,
.hqbv .sutra-body header,
.hqbv .sutra-body aside,
.hqbv .sutra-body div:not(.pull-quote):not(.sutra-source):not(.exec-brief):not(.exec-card)
                     :not(.conclusion-para):not(.table-wrap):not(.comments-section)
                     :not(.def-item):not(.def-list):not(.ornament):not(.hq-anh-lop) {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  color: inherit !important;
  border: none !important;
}
.hqbv .sutra-body #comments-section { background: var(--panel) !important; border: 1px solid var(--rule) !important; border-left: 4px solid var(--gold) !important; }
/* Huy hiệu trang trí do ::before của trang cũ sinh ra — bỏ, đã có kicker rồi. */
.hqbv .sutra-body .celebration-border::before,
.hqbv .sutra-body .celebration-border::after { display: none !important; content: none !important; }
/* Viền trang trí đời cũ (vàng chói / xanh lá) hạ xuống vạch mực nhạt. */
.hqbv .sutra-body section[style],
.hqbv .sutra-body div[style]:not(.pull-quote):not(.sutra-source):not(.exec-brief) { border-color: var(--rule) !important; }
.hqbv .sutra-body .celebration-border {
  border: 1px solid var(--rule) !important; border-top: 3px solid var(--gold) !important;
  padding: 18px 24px !important; margin: 0 0 40px !important; text-align: center;
}
.hqbv .sutra-body .celebration-border h1,
.hqbv .sutra-body .celebration-border h2,
.hqbv .sutra-body .celebration-border h3 {
  font-family: var(--mono) !important; font-size: 0.72rem !important; font-weight: 700 !important;
  letter-spacing: 0.22em !important; text-transform: uppercase; color: var(--gold-dark) !important;
  border: none !important; padding: 0 !important; margin: 0 0 6px !important;
}
.hqbv .sutra-body .celebration-border p { font-style: italic; color: var(--ink-soft) !important; text-align: center; margin: 0 !important; font-size: 0.98rem; }

/* ── KHUNG BÀI ────────────────────────────────────────────────────────── */
.hqbv .sutra-wrap { max-width: 880px; margin: 0 auto; padding: 60px 40px 88px; }
@media (max-width: 660px) { .hqbv .sutra-wrap { padding: 40px 18px 60px; } }

/* ── DẢI FOLIO ĐẦU TRANG ──────────────────────────────────────────────── */
.hqbv .folio-strip {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 2.5px solid var(--ink); border-bottom: 1px solid var(--rule);
  padding: 8px 0; margin-bottom: 52px; gap: 12px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ink-soft);
}
.hqbv .folio-strip .ft-brand { font-weight: 700; color: var(--ink); }
.hqbv .folio-strip .ft-mid   { color: var(--gold-dark); }

/* ── MASTHEAD (tựa bài) ───────────────────────────────────────────────── */
.hqbv .sutra-masthead { text-align: center; padding-bottom: 44px; border-bottom: 1px solid var(--rule); margin-bottom: 52px; }
.hqbv .sutra-kicker {
  display: inline-block; font-family: var(--mono); font-size: 0.66rem; font-weight: 600;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold-dark);
  border: 1px solid var(--gold); padding: 5px 14px; margin-bottom: 24px;
}
.hqbv .sutra-title {
  font-family: var(--display); font-weight: 700; font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 1.08; letter-spacing: -0.01em; color: var(--ink); margin: 0 0 8px;
}
.hqbv .sutra-en-title { font-family: var(--display); font-style: italic; font-size: 1.5rem; color: var(--gold-dark); margin-bottom: 14px; }
.hqbv .sutra-subtitle { font-family: var(--display); font-style: italic; font-size: 1.05rem; color: var(--ink-soft); }
.hqbv .sutra-lotus { display: block; margin: 22px auto 0; width: 44px; height: auto; opacity: 0.9; }

/* ── CHỮ THÂN BÀI ─────────────────────────────────────────────────────── */
.hqbv .sutra-body p {
  font-family: var(--serif); font-size: 1.08rem; line-height: 1.88; color: var(--ink);
  margin: 0 0 1.4em; text-align: justify; hyphens: auto;
}
.hqbv .sutra-body p:empty { display: none; }
.hqbv .drop-cap::first-letter {
  font-family: var(--display); font-weight: 700; font-size: 5rem; float: left;
  line-height: 0.76; margin-right: 10px; margin-top: 8px; color: var(--accent);
}
.hqbv .sutra-body ul, .hqbv .sutra-body ol { margin: 0 0 1.4em 1.4em; }
.hqbv .sutra-body li { font-size: 1.02rem; line-height: 1.78; margin-bottom: 0.4em; }
.hqbv .sutra-body blockquote {
  font-family: var(--display); font-style: italic; font-size: 1.1rem; color: var(--ink-soft);
  border: none; border-left: 3px solid var(--gold); margin: 28px 0; padding: 6px 0 6px 22px;
}
.hqbv .sutra-body strong, .hqbv .sutra-body b { color: var(--ink); font-weight: 600; }
.hqbv .sutra-body hr { border: none; border-top: 1px solid var(--rule); margin: 40px 0; }

/* ── CẶP SONG NGỮ ─────────────────────────────────────────────────────── */
.hqbv .bi-pair { margin-bottom: 1.6em; }
.hqbv .bi-pair .bi-vi { font-size: 1.08rem; color: var(--ink); margin-bottom: 0.3em; text-align: justify; }
.hqbv .bi-pair .bi-en { font-size: 0.94rem; color: var(--ink-soft); font-style: italic; padding-left: 16px; border-left: 2px solid var(--rule); margin-bottom: 0; }

/* ── TÓM LƯỢC ĐẦU BÀI ─────────────────────────────────────────────────── */
.hqbv .exec-brief { background: var(--panel); border-top: 3px solid var(--accent); border-bottom: 1px solid var(--rule); padding: 36px 40px; margin-bottom: 56px; }
@media (max-width: 660px) { .hqbv .exec-brief { padding: 24px 20px; } }
.hqbv .exec-intro { font-size: 1.08rem; line-height: 1.85; color: var(--ink); margin-bottom: 28px; }
.hqbv .exec-points { display: grid; gap: 16px; margin-bottom: 28px; }
.hqbv .exec-card { background: var(--paper); border: 1px solid var(--rule); border-left: 3px solid var(--gold); padding: 16px 20px; }
.hqbv .exec-conclusion { font-size: 0.98rem; font-style: italic; color: var(--ink-soft); border-top: 1px solid var(--rule); padding-top: 16px; margin-top: 4px; }

/* ── TỰA MỤC ──────────────────────────────────────────────────────────── */
.hqbv .section-tag { display: block; font-family: var(--mono); font-size: 0.64rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.hqbv .sutra-body h2 {
  font-family: var(--display); font-size: 2rem; font-weight: 700; color: var(--ink);
  border-bottom: 2px solid var(--ink); padding-bottom: 14px; margin: 56px 0 28px; line-height: 1.16;
}
.hqbv .sutra-body h3 {
  font-family: var(--display); font-size: 1.75rem; font-weight: 600; color: var(--ink);
  border-bottom: 1px solid var(--rule); padding-bottom: 14px; margin: 48px 0 28px; line-height: 1.2;
}
.hqbv .sutra-body h3 small { display: block; font-size: 1rem; font-weight: 400; font-style: italic; color: var(--ink-soft); margin-top: 4px; }
.hqbv .sutra-body h4 { font-family: var(--display); font-size: 1.2rem; font-weight: 600; color: var(--accent); margin: 40px 0 16px; padding-bottom: 8px; border-bottom: 1px dashed var(--rule); }
.hqbv .sutra-body h5, .hqbv .sutra-body h6 { font-family: var(--mono); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark); margin: 30px 0 12px; }
.hqbv .sutra-body > :first-child, .hqbv .sutra-body > :first-child > :first-child { margin-top: 0; }

/* ── HOA VĂN NGẮT MỤC ─────────────────────────────────────────────────── */
.hqbv .ornament { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 52px 0; color: var(--gold); font-size: 1.1rem; letter-spacing: 0.3em; user-select: none; }
.hqbv .ornament::before, .hqbv .ornament::after { content: ''; flex: 1; height: 1px; background: var(--rule); max-width: 120px; }

/* ── DANH SÁCH ĐỊNH NGHĨA ─────────────────────────────────────────────── */
.hqbv .def-list { margin: 24px 0 32px; border-top: 1px solid var(--rule); }
.hqbv .def-item { display: grid; grid-template-columns: auto 1fr; gap: 0 24px; padding: 16px 0; border-bottom: 1px solid var(--rule); align-items: start; }
.hqbv .def-term { font-family: var(--mono); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.06em; color: var(--gold-dark); white-space: nowrap; padding-top: 2px; }

/* ── BẢNG ─────────────────────────────────────────────────────────────── */
.hqbv .table-wrap { margin: 36px 0; overflow-x: auto; }
.hqbv .sutra-body table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.hqbv .sutra-body thead th {
  font-family: var(--mono); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 12px 16px; text-align: left; vertical-align: bottom;
  background: var(--ink); color: #faf7f2;
}
.hqbv .sutra-body tbody tr { border-bottom: 1px solid var(--rule); }
.hqbv .sutra-body tbody tr:nth-child(even) { background: var(--panel); }
.hqbv .sutra-body tbody td { padding: 12px 16px; font-family: var(--serif); font-size: 0.96rem; color: var(--ink); vertical-align: top; }
.hqbv .data-table caption { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); caption-side: bottom; padding-top: 10px; text-align: center; }
.hqbv .data-table thead th.th-name  { background: var(--ink);       color: #faf7f2; }
.hqbv .data-table thead th.th-field { background: var(--accent);    color: #faf7f2; }
.hqbv .data-table thead th.th-purp  { background: var(--gold-dark); color: #faf7f2; }
.hqbv .data-table tbody tr.highlight-row { background: rgba(201,150,59,0.12); border-left: 3px solid var(--gold); }

/* ── CÂU TRÍCH LỚN ────────────────────────────────────────────────────── */
.hqbv .pull-quote { background: var(--panel); border-top: 3px solid var(--accent); border-bottom: 1px solid var(--rule); padding: 30px 40px 26px; margin: 44px 0; position: relative; overflow: hidden; }
.hqbv .pull-quote::before { content: '\201C'; font-family: var(--display); font-size: 9rem; color: var(--accent); opacity: 0.12; position: absolute; top: -18px; left: 12px; line-height: 1; pointer-events: none; }
.hqbv .pull-quote blockquote { font-family: var(--display); font-style: italic; font-size: 1.22rem; line-height: 1.65; color: var(--ink); text-align: center; border: none; padding: 0; margin: 0; }
.hqbv .pull-quote .pq-attrib { display: block; text-align: right; font-family: var(--mono); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-dark); margin-top: 16px; }

/* ── ĐOẠN KẾT ─────────────────────────────────────────────────────────── */
.hqbv .conclusion-para { background: linear-gradient(135deg,#f5edd8,#ede0c4); border-left: 4px solid var(--gold); padding: 22px 30px; margin: 36px 0; font-style: italic; }

/* ── Ô XUẤT XỨ + VẠCH CUỐI BÀI ────────────────────────────────────────── */
.hqbv .sutra-source { border: 1px solid var(--rule); border-left: 4px solid var(--accent); background: var(--panel); padding: 26px 32px; margin-top: 52px; }
.hqbv .sutra-source .source-label { display: block; font-family: var(--mono); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.hqbv .sutra-source p { font-size: 0.95rem !important; line-height: 1.72 !important; color: var(--ink-soft) !important; text-align: left !important; margin-bottom: 0 !important; }
.hqbv .sutra-foot-rule { border: none; border-top: 2px solid var(--ink); margin-top: 64px; }

/* ── BỐ CỤC HAI CỘT ───────────────────────────────────────────────────── */
:is(.hqbv,.hqbv-side) .page-layout {
  display: grid; grid-template-columns: 1fr 286px; gap: 48px;
  max-width: 1240px; margin: 0 auto; padding: 0 36px; align-items: start;
}
@media (max-width: 1060px) { .hqbv .page-layout { grid-template-columns: 1fr; padding: 0 20px; } }
:is(.hqbv,.hqbv-side) .article-col { min-width: 0; container-type: inline-size; container-name: art; }
:is(.hqbv,.hqbv-side) .article-col .sutra-wrap { margin: 0; max-width: none; padding-left: 0; padding-right: 0; }
:is(.hqbv,.hqbv-side) .sidebar-col { position: sticky; top: 24px; min-width: 0; }
@media (max-width: 1060px) { .hqbv .sidebar-col { position: static; } }
:is(.hqbv,.hqbv-side) .sidebar { display: flex; flex-direction: column; gap: 20px; }

/* ── WIDGET THANH BÊN ─────────────────────────────────────────────────── */
:is(.hqbv,.hqbv-side) .sb-widget { border: 1px solid var(--rule); overflow: hidden; background: var(--paper); }
:is(.hqbv,.hqbv-side) .sb-widget-head { display: block; font-family: var(--mono); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #faf7f2; background: var(--ink); padding: 9px 14px; }
:is(.hqbv,.hqbv-side) .sb-site-card { background: var(--panel); padding: 20px 16px; text-align: center; }
:is(.hqbv,.hqbv-side) .sb-logo { display: block; font-family: var(--display); font-size: 1.45rem; font-weight: 700; color: #FFD700; text-shadow: 1px 1px 0 #8B6914, 2px 2px 0 #7a5c12, 3px 3px 5px rgba(0,0,0,0.5); margin-bottom: 8px; }
:is(.hqbv,.hqbv-side) .sb-tagline { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-dark); display: block; margin-bottom: 10px; }
:is(.hqbv,.hqbv-side) .sb-site-desc { font-size: 0.88rem; color: var(--ink-soft); line-height: 1.58; margin-bottom: 14px; text-align: left; }
:is(.hqbv,.hqbv-side) .sb-site-link { display: block; background: var(--accent); color: #faf7f2; font-family: var(--mono); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 8px 12px; text-align: center; transition: background .18s; border: none; }
:is(.hqbv,.hqbv-side) .sb-site-link:hover { background: var(--gold-dark); color: #faf7f2; }
:is(.hqbv,.hqbv-side) .sb-toc-list { list-style: none; margin: 0; padding: 0; max-height: 340px; overflow-y: auto; }
:is(.hqbv,.hqbv-side) .sb-toc-list li { margin: 0; }
:is(.hqbv,.hqbv-side) .sb-toc-list a { display: flex; gap: 10px; align-items: baseline; padding: 9px 14px; font-size: 0.9rem; color: var(--ink); border-bottom: 1px solid var(--rule); transition: background .14s; line-height: 1.4; text-decoration: none; }
:is(.hqbv,.hqbv-side) .sb-toc-list li:last-child a { border-bottom: none; }
:is(.hqbv,.hqbv-side) .sb-toc-list a:hover { background: var(--panel); }
:is(.hqbv,.hqbv-side) .sb-toc-num { font-family: var(--mono); font-size: 0.58rem; font-weight: 700; color: var(--accent); flex-shrink: 0; min-width: 22px; }
:is(.hqbv,.hqbv-side) .sb-link-list { list-style: none; margin: 0; padding: 0; }
:is(.hqbv,.hqbv-side) .sb-link-list li { border-bottom: 1px solid var(--rule); margin: 0; }
:is(.hqbv,.hqbv-side) .sb-link-list li:last-child { border-bottom: none; }
:is(.hqbv,.hqbv-side) .sb-link-list a { display: flex; gap: 10px; align-items: flex-start; padding: 10px 14px; font-size: 0.88rem; color: var(--ink); line-height: 1.42; transition: background .14s; text-decoration: none; }
:is(.hqbv,.hqbv-side) .sb-link-list a:hover { background: var(--panel); }
:is(.hqbv,.hqbv-side) .sl-lbl { font-family: var(--mono); font-size: 0.56rem; font-weight: 700; letter-spacing: 0.06em; color: #faf7f2; background: var(--gold-dark); padding: 2px 5px; white-space: nowrap; flex-shrink: 0; margin-top: 2px; }
:is(.hqbv,.hqbv-side) .sl-lbl.lbl-2026 { background: var(--accent); }
:is(.hqbv,.hqbv-side) .sl-lbl.lbl-red  { background: var(--accent); }
:is(.hqbv,.hqbv-side) .sb-social { display: flex; gap: 8px; justify-content: center; padding: 14px; background: var(--panel); }
:is(.hqbv,.hqbv-side) .sb-social a { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; background: var(--ink); color: #FFD700; border-radius: 50%; font-size: 0.9rem; text-decoration: none; }
:is(.hqbv,.hqbv-side) .sb-social a:hover { background: var(--accent); color: #FFD700; }
:is(.hqbv,.hqbv-side) .sb-divider { display: block; border: none; border-top: 1px solid var(--rule); margin: 4px 0; }

/* Widget giữ lại từ thanh bên đời cũ (Bài Viết Cùng Tác Giả / Hoạt Động…) */
:is(.hqbv,.hqbv-side) .sb-widget .sb-keep { padding: 4px 0; background: var(--paper); }
:is(.hqbv,.hqbv-side) .sb-widget .sb-keep ul { list-style: none !important; margin: 0 !important; padding: 0 !important; background: none !important; }
:is(.hqbv,.hqbv-side) .sb-widget .sb-keep li { border-bottom: 1px solid var(--rule); margin: 0; padding: 0; }
:is(.hqbv,.hqbv-side) .sb-widget .sb-keep li:last-child { border-bottom: none; }
:is(.hqbv,.hqbv-side) .sb-widget .sb-keep a { display: block; padding: 10px 14px; font-size: 0.88rem; line-height: 1.42; color: var(--ink) !important; text-decoration: none; border: none; }
:is(.hqbv,.hqbv-side) .sb-widget .sb-keep a:hover { background: var(--panel); color: var(--accent) !important; }
:is(.hqbv,.hqbv-side) .sb-widget .sb-keep h2, :is(.hqbv,.hqbv-side) .sb-widget .sb-keep h3 { display: none; }
:is(.hqbv,.hqbv-side) .sb-widget .sb-keep img { width: 100%; height: auto; display: block; }

/* ── Ô BÌNH LUẬN nằm trong cột bài ────────────────────────────────────── */
:is(.hqbv,.hqbv-side) .sutra-body #comments-section,
:is(.hqbv,.hqbv-side) .sutra-body .comments-section {
  background: var(--panel) !important; border: 1px solid var(--rule) !important;
  border-left: 4px solid var(--gold) !important; border-radius: 0 !important;
  box-shadow: none !important; margin-top: 52px; padding: 26px 30px !important;
}
:is(.hqbv,.hqbv-side) .sutra-body #comments-section h2 { font-family: var(--display) !important; color: var(--ink) !important; border: none; margin: 0 0 18px !important; padding: 0 !important; font-size: 1.35rem !important; }

/* ── TRANG IN ─────────────────────────────────────────────────────────── */
@media print {
  :is(.hqbv,.hqbv-side) .sidebar-col, :is(.hqbv,.hqbv-side) .folio-strip { display: none; }
  :is(.hqbv,.hqbv-side) .page-layout { display: block; padding: 0; }
}

/* ══════════════════════════════════════════════════════════════════════════
   CHỐNG TRÀN NGANG — ba ca đã bắt được thật khi đo 96 trang × 6 bề ngang
   (1920 · 1440 · 1280 · 1024 · 768 · 390). Xem [[feedback_responsive]].
   ══════════════════════════════════════════════════════════════════════════ */

/* 1. skel.min.js GẮN KIỂU NỘI TUYẾN cho ô lưới (.row margin-left:-10px, .8u
      padding-left:10px) nên luật thường thua. Phải !important.
      Đã thấy ở Year2026/thamluan.html: tràn 85px ở 1024px.               */
.hqbv .sutra-body .container,
.hqbv .sutra-body .row,
.hqbv .sutra-body [class*="u "],
.hqbv .sutra-body [class$="u"] {
  width: auto !important; max-width: none !important;
  margin-left: 0 !important; margin-right: 0 !important;
  padding-left: 0 !important; padding-right: 0 !important;
  float: none !important;
}

/* 2. Ảnh có bề ngang tự nhiên lớn hơn cột (img.carding 400px trong
      banhuynhtruong01.html) — ép co lại ở MỌI trang dùng bộ này.          */
:is(.hqbv,.hqbv-side) .article-col img,
:is(.hqbv,.hqbv-side) .sidebar-col img { max-width: 100% !important; height: auto; }

/* 3. Màn hình rất hẹp: bớt đệm hai bên để nhường chỗ cho các khối có
      min-width (bảng bầu cử trong makegdptmqdgreatagain.html).            */
@media (max-width: 480px) {
  :is(.hqbv,.hqbv-side) .page-layout { padding: 0 12px; }
  .hqbv .sutra-wrap { padding: 32px 0 48px; }
}

/* 4. Bảng rộng thì cho cuộn TRONG khung của nó, đừng đẩy cả trang. */
:is(.hqbv,.hqbv-side) .article-col table { display: block; overflow-x: auto; max-width: 100%; }
@media (min-width: 861px) { :is(.hqbv,.hqbv-side) .article-col table { display: table; } }

/* 5. CHẮN kiểu của TRANG rò vào HEADER đã đóng băng.
      Year2026/thamluan.html có "#header h1 a { font-size: 3.5em }" ⇒ chữ
      "Huyền Quang" phình lên 286px, tràn ngang 83px ở 1024px. Header là
      MỘT NGUỒN (css/hq-header.css) nên trang KHÔNG được đè lên nó.        */
:is(.hqbv,.hqbv-side) #header.hqh .hqh-ten a,
:is(.hqbv,.hqbv-side) #header.hqh .hqh-ten {
  font-size: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}
:is(.hqbv,.hqbv-side) #header.hqh .hqh-ten {
  font-size: clamp(2.9rem, 8vw, 5.8rem) !important;
  letter-spacing: .04em !important;
  line-height: .98 !important;
}

/* 6. Khung bài sẵn có của trang đã biên tập (.article-wrap của 13 trang bài
      hát, .sutra-wrap của 8 trang Year2025) tự căn giữa bằng margin:auto —
      trong cột trái thì phải bỏ căn giữa đi.                              */
:is(.hqbv,.hqbv-side) .article-col > .article-wrap,
:is(.hqbv,.hqbv-side) .article-col > .sutra-wrap {
  margin-left: 0; margin-right: 0; max-width: none;
}
