/* ============================================================
   BJ66 Child Theme - Clone oxn.uk.com
   ============================================================ */

/* ── Google Font ── */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap');

/* ── Root ── */
:root {
  --bj66-black:    #000000;
  --bj66-gold:     #D4AF37;
  --bj66-orange:   #DD9933;
  --bj66-red:      #e83030;
  --bj66-white:    #ffffff;
  --bj66-text:     #333333;
}

/* ── Body / Global ── */
body, .page-wrapper {
  font-family: 'Montserrat', sans-serif !important;
  background: var(--bj66-black) !important;
}
@media (max-width: 849px) {
  body { background: #fff !important; }
}

/* ─────────────────────────────────────────────
   HEADER
───────────────────────────────────────────── */



/* ── CTA Button in Header ── */

.header-button a,
.header-button .button,
.header .header-button a,
.header-builder-el--button a,
.header-builder-el--button .button {
  border-radius: 30px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  padding: 10px 22px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}
.header-button a:hover,
.header .header-button a:hover,
.header-builder-el--button a:hover {
  background: #c92020 !important;
  border-color: #c92020 !important;
}
img:is([sizes=auto i],[sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px;
}
/* ─────────────────────────────────────────────
   NAVIGATION BAR
   Flatsome selectors: .header-bottom (wide nav bar)
   and .header-main for inline nav
───────────────────────────────────────────── */
.header-bottom,
.header-bottom.wide-nav,
.header-bottom .flex-row {
  background: #000 !important;
}

#header,
.header,
.header-wrapper,
.header-main {
  background: #000 !important;
}

.header-main .flex-row {
  background: #fff !important;
  background-clip: content-box !important; /* inset 15px padding = align with page content */
}
@media (max-width: 849px) {
  .header-main .flex-row {
    background-clip: padding-box !important; /* full white on mobile, no black gaps */
  }
}

/* ── Nav border between header and nav bar ── */
.header-bottom {
  border-top: none !important;
  border-bottom: none !important;
}

/* ── Nav links (desktop header only) ── */
.header-bottom-nav > li > a,
.header-nav-main > li > a,
.header-nav > li > a {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  padding: 14px 16px !important;
  font-family: 'Montserrat', sans-serif !important;
  transition: color 0.2s !important;
}

.header-bottom-nav > li > a:hover,
.header-nav-main > li > a:hover,
.header-nav > li > a:hover {
  color: var(--bj66-gold) !important;
  background: none !important;
}

/* ── Active/Home nav item → gold square ── */
.header-bottom-nav > li.current-menu-item,
.header-bottom-nav > li.current_page_item,
.header-bottom-nav > li.active,
.header-nav-main > li.current-menu-item,
.header-nav-main > li.active {
  background: var(--bj66-gold) !important;
}

.header-bottom-nav > li.current-menu-item > a,
.header-bottom-nav > li.active > a,
.header-nav-main > li.current-menu-item > a,
.header-nav-main > li.active > a {
  color: #000 !important;
  font-weight: 800 !important;
}

/* ── Dropdown arrows ── */
.header-bottom-nav > li > a .nav-arrow,
.header-nav-main > li > a .nav-arrow,
.header-nav > li > a .nav-arrow {
  border-color: #fff transparent transparent !important;
}
.header-bottom-nav > li.current-menu-item > a .nav-arrow,
.header-bottom-nav > li.active > a .nav-arrow,
.header-nav-main > li.current-menu-item > a .nav-arrow,
.header-nav-main > li.active > a .nav-arrow {
  border-color: #000 transparent transparent !important;
}

/* ── Dropdown menu (desktop header only) ── */
.header-bottom .nav-dropdown,
.header-bottom .sub-menu,
.header-main .nav-dropdown,
.header-main .sub-menu,
.header-nav .nav-dropdown,
.header-nav .sub-menu {
  background: #111 !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-top: 2px solid var(--bj66-gold) !important;
}

.header-bottom .nav-dropdown a,
.header-bottom .sub-menu a,
.header-bottom .nav-dropdown li > a,
.header-main .nav-dropdown a,
.header-main .sub-menu a,
.header-nav .nav-dropdown a,
.header-nav .sub-menu a {
  color: #ddd !important;
  font-size: 13px !important;
  padding: 10px 16px !important;
}

.header-bottom .nav-dropdown a:hover,
.header-bottom .sub-menu a:hover,
.header-main .nav-dropdown a:hover,
.header-main .sub-menu a:hover,
.header-nav .nav-dropdown a:hover,
.header-nav .sub-menu a:hover {
  color: var(--bj66-gold) !important;
  background: rgba(255,255,255,0.05) !important;
}

/* ── Sticky header ── */
.is-sticky #header,
.is-sticky .header {
  background: #000 !important;
}

/* ─────────────────────────────────────────────
   SECTIONS - Dark by default
───────────────────────────────────────────── */
.section {
  background: #fff !important;
}

/* ─────────────────────────────────────────────
   SLIDER & BANNER CARDS
   Using [ux_image] inside [ux_slider] and [row] — Flatsome handles layout natively
   Only remove the 30px top padding Flatsome adds above page content
───────────────────────────────────────────── */
.page-id-4 .content-main,
.page-id-4 #content {
  padding-top: 0 !important;
}

/* ─────────────────────────────────────────────
   ARTICLE CONTENT SECTIONS (white bg)
   Applied when section has bg_color="#ffffff"
───────────────────────────────────────────── */
.bj66-article {
  background: #fff !important;
}

/* Fix: Flatsome [text_box] adds y50 class which applies transform: translateY(-50%)
   causing article content to float above its section. Reset to normal flow. */
.bj66-article .text-box.banner-layer,
.bj66-article .text-box {
  transform: none !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  padding: 0 !important;
}

.bj66-article,
.bj66-article p,
.bj66-article li,
.bj66-article td,
.bj66-article .text-box,
.bj66-article .col {
  color: var(--bj66-text) !important;
}

/* Force left-align for article body text */
.bj66-article .text-inner,
.bj66-article .text-box-content,
.bj66-article p,
.bj66-article li,
.bj66-article ul,
.bj66-article ol {
  text-align: left !important;
}

/* H2/H3 headings centered like the original */
.bj66-article h2,
.bj66-article h3 {
  text-align: center !important;
}

.bj66-article h1,
.bj66-article h2,
.bj66-article h3,
.bj66-article h4 {
  color: var(--bj66-orange) !important;
}

.bj66-article a {
  color: #0066cc !important;
}

.bj66-article a:hover {
  color: #004499 !important;
  text-decoration: underline;
}

/* ── Headings general style in content ── */
.bj66-article h1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 18px;
}

.bj66-article h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 14px;
}

.bj66-article h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 10px;
}

.bj66-article p {
  line-height: 1.8;
  margin-bottom: 14px;
  font-size: 0.95rem;
}

.bj66-article ul,
.bj66-article ol {
  padding-left: 20px;
  margin-bottom: 14px;
  line-height: 2;
}

/* ─────────────────────────────────────────────
   TABLE OF CONTENTS
───────────────────────────────────────────── */
.bj66-toc {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 0 28px;
  background: #fff;
  max-width: 780px;
}

.bj66-toc__header {
  background: #f7f7f7;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 0.95rem;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bj66-toc__list {
  list-style: decimal !important;
  padding: 12px 16px 12px 36px !important;
  margin: 0 !important;
}

.bj66-toc__list li {
  padding: 3px 0 !important;
  font-size: 0.88rem !important;
  color: #333 !important;
}

.bj66-toc__list li a {
  color: #0066cc !important;
  text-decoration: none !important;
}

.bj66-toc__list li a:hover {
  text-decoration: underline !important;
}

/* ─────────────────────────────────────────────
   FAQ ACCORDION
───────────────────────────────────────────── */
.bj66-faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}

.bj66-faq-item summary {
  background: #f7f7f7;
  padding: 14px 18px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
  list-style: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bj66-faq-item summary::-webkit-details-marker { display: none; }

.bj66-faq-item summary::before {
  content: '▶';
  font-size: 0.7rem;
  color: var(--bj66-orange);
  transition: transform 0.2s;
}

.bj66-faq-item[open] summary::before {
  transform: rotate(90deg);
}

.bj66-faq-body {
  padding: 14px 18px;
  color: #444;
  font-size: 0.9rem;
  line-height: 1.8;
  border-top: 1px solid #e0e0e0;
}

/* ─────────────────────────────────────────────
   BANNER CARDS (3 cards below slider)
   Use Flatsome default col padding — matches original site
───────────────────────────────────────────── */
.bj66-banner-cards {
  line-height: 0;
}

/* ─────────────────────────────────────────────
   FOOTER 3 CỘT
───────────────────────────────────────────── */
.bj66-footer-main {
  background: #111;
  padding: 48px 0 32px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.bj66-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.4fr;
  gap: 40px;
  align-items: start;
}

/* Tiêu đề cột */
.bj66-footer-col-title {
  color: var(--bj66-orange) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin: 0 0 18px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid var(--bj66-gold) !important;
  display: inline-block !important;
}

/* ── Cột 1: logo + mô tả ── */
.bj66-footer-logo-wrap { margin-bottom: 16px; }

.bj66-footer-logo-img { max-height: 60px; width: auto; }

.bj66-footer-logo-text {
  font-size: 36px !important;
  font-weight: 900 !important;
  color: #000 !important;
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1 !important;
}
.bj66-footer-logo-text span { color: var(--bj66-gold) !important; }

.bj66-footer-col--1 p {
  color: #aaa !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
  margin-bottom: 18px !important;
}

/* Social icons */
.bj66-social-icons { display: flex; gap: 8px; flex-wrap: wrap; }

.bj66-si {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: opacity 0.2s;
  color: #fff !important;
}
.bj66-si:hover { opacity: 0.8; }
.bj66-si--fb  { background: #1877f2; }
.bj66-si--tw  { background: #000; }
.bj66-si--yt  { background: #ff0000; }
.bj66-si--li  { background: #0a66c2; }
.bj66-si--rss { background: #f26522; font-size: 9px !important; }

/* ── Cột 2: Nav menu ── */
.bj66-footer-nav-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bj66-footer-nav-list > li { margin-bottom: 10px !important; }

.bj66-footer-nav-list > li > a {
  color: #bbb !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: color 0.2s, padding-left 0.2s !important;
  display: block;
}
.bj66-footer-nav-list > li > a:hover {
  color: var(--bj66-gold) !important;
  padding-left: 6px !important;
}

/* ── Cột 3: Thông tin liên hệ ── */
.bj66-footer-col--3 p {
  color: #bbb !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  margin-bottom: 10px !important;
}
.bj66-footer-col--3 strong { color: #fff !important; }
.bj66-footer-col--3 a {
  color: var(--bj66-orange) !important;
  text-decoration: none !important;
}
.bj66-footer-col--3 a:hover { color: var(--bj66-gold) !important; }

/* Responsive */
@media (max-width: 900px) {
  .bj66-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .bj66-footer-col--1 { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .bj66-footer-grid { grid-template-columns: 1fr; }
  .bj66-footer-col--1 { grid-column: auto; }
}

/* ─────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────── */
#footer,
.footer-wrapper,
.footer-2,
.footer-lower,
.absolute-footer,
footer {
  background: #111 !important;
  color: #999 !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
}

#footer a,
.footer-wrapper a {
  color: var(--bj66-orange) !important;
}

#footer a:hover {
  color: var(--bj66-gold) !important;
}

#footer h4,
#footer h3,
.footer-2 h4 {
  color: #fff !important;
}

/* ─────────────────────────────────────────────
   BUTTONS (global override)
───────────────────────────────────────────── */
.button,
a.button,
button.button {
  font-family: 'Montserrat', sans-serif !important;
}

/* ─────────────────────────────────────────────
   PAGE TITLE
───────────────────────────────────────────── */
.page-title,
.page-title h1 {
  color: var(--bj66-orange) !important;
}

/* ─────────────────────────────────────────────
   BREADCRUMBS
───────────────────────────────────────────── */
.breadcrumb,
.breadcrumb a {
  color: #999 !important;
}

/* ─────────────────────────────────────────────
   MOBILE MENU
───────────────────────────────────────────── */
#mobile-menu,
.mobile-menu {
  background: #111 !important;
}

.mobile-menu .nav > li > a {
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

.mobile-menu .nav > li.current-menu-item > a {
  color: var(--bj66-gold) !important;
}

.mobile-nav-toggle span,
.mobile-nav-toggle span::before,
.mobile-nav-toggle span::after {
  background: #fff !important;
}

/* Mobile hamburger icon visible on white header */
.header-main .mobile-nav .nav-icon a,
.header-main .mobile-nav a,
.header-main .nav-icon a {
  color: #000 !important;
}



/* ─────────────────────────────────────────────
   TEXT BOX inside dark sections
───────────────────────────────────────────── */
.section[style*="#000"] .text-box p,
.section[style*="000000"] .text-box p {
  color: rgba(255,255,255,0.85);
}

/* ══════════════════════════════════════════════════════════════
   ARCHIVE / SEARCH / SINGLE
   ══════════════════════════════════════════════════════════════ */

.bj66-archive-page,
.bj66-single-page {
  --pg-gold:   #D4AF37;
  --pg-orange: #DD9933;
  --pg-red:    #e83030;
  --pg-bg:     #f5f5f5;
  --pg-white:  #ffffff;
  --pg-card:   #ffffff;
  --pg-border: #e0e0e0;
  --pg-text:   #333333;
  --pg-muted:  #777777;
  --pg-radius: 10px;
}

/* ── HERO ── */
.bj66-archive-hero {
  background: linear-gradient(135deg,#000 0%,#1a1400 60%,#2a1e00 100%);
  border-bottom: 3px solid var(--pg-gold);
  padding: 44px 0 36px;
}
.bj66-breadcrumb {
  display:flex;align-items:center;flex-wrap:wrap;gap:4px;
  font-size:12px;color:rgba(255,255,255,.78);margin-bottom:18px;
}
.bj66-breadcrumb a {
  color:rgba(255,255,255,.82)!important;display:flex;align-items:center;
  gap:4px;text-decoration:none;transition:color .15s;
}
.bj66-breadcrumb a:hover { color:var(--pg-gold)!important; }
.bj66-breadcrumb-sep { opacity:.45; }
.bj66-breadcrumb-current { color:rgba(255,255,255,.8); }
.bj66-archive-hero-inner { display:flex;align-items:center;gap:18px; }
.bj66-archive-hero-icon {
  width:56px;height:56px;border-radius:14px;
  background:rgba(212,175,55,.12);border:1px solid rgba(212,175,55,.25);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;color:var(--pg-gold);
}
.bj66-archive-title { font-size:clamp(20px,3vw,28px)!important;font-weight:800!important;color:#fff!important;margin:0 0 6px!important; }
.bj66-archive-desc { font-size:13px;color:rgba(255,255,255,.85);margin:0 0 6px!important; }
.bj66-archive-count {
  font-size:12px;color:var(--pg-gold);font-weight:600;
  background:rgba(212,175,55,.12);padding:3px 10px;border-radius:20px;display:inline-block;
}

/* ── BODY LAYOUT ── */
.bj66-archive-body { background:#111;padding:36px 0 48px; }
.bj66-archive-layout { display:grid;grid-template-columns:1fr 300px;gap:28px;align-items:start;background:#fff;border-radius:12px;padding:28px;box-shadow:0 4px 20px rgba(0,0,0,.3); }
.bj66-archive-main { min-width:0; }

/* ── FEATURED CARD ── */
.bj66-feat-card {
  display:grid;grid-template-columns:1fr 1fr;
  background:var(--pg-white);border-radius:var(--pg-radius);border:1px solid var(--pg-border);
  overflow:hidden;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.06);
  transition:border-color .2s,box-shadow .2s;
}
.bj66-feat-card:hover { border-color:var(--pg-gold);box-shadow:0 6px 24px rgba(212,175,55,.15); }
.bj66-feat-thumb { position:relative;display:block;overflow:hidden; }
.bj66-feat-img { width:100%;height:100%;min-height:240px;object-fit:cover;display:block;transition:transform .4s; }
.bj66-feat-card:hover .bj66-feat-img { transform:scale(1.04); }
.bj66-feat-no-thumb { background:#f0ead8;height:240px;display:flex;align-items:center;justify-content:center; }
.bj66-feat-cat {
  position:absolute;top:12px;left:12px;
  background:var(--pg-gold);color:#000;font-size:10px;font-weight:700;
  text-transform:uppercase;letter-spacing:.07em;padding:3px 10px;border-radius:20px;
}
.bj66-feat-body { padding:24px 26px;display:flex;flex-direction:column;justify-content:center; }
.bj66-feat-meta { display:flex;align-items:center;flex-wrap:wrap;gap:5px;font-size:12px;color:var(--pg-muted);margin-bottom:12px; }
.bj66-meta-dot { opacity:.4; }
.bj66-meta-author-link { display:flex;align-items:center;gap:6px;color:inherit!important;text-decoration:none!important; }
.bj66-meta-author-link:hover { color:var(--pg-orange)!important; }
.bj66-arc-meta-avatar { width:22px!important;height:22px!important;border-radius:50%!important;object-fit:cover; }
.bj66-feat-title { font-size:20px!important;font-weight:800!important;color:#111!important;margin:0 0 10px!important;line-height:1.3!important; }
.bj66-feat-title a { color:inherit!important;text-decoration:none; }
.bj66-feat-title a:hover { color:var(--pg-orange)!important; }
.bj66-feat-excerpt { font-size:13px;color:var(--pg-text);line-height:1.7;margin:0 0 16px!important; }
.bj66-feat-readmore {
  display:inline-flex;align-items:center;gap:5px;
  color:var(--pg-orange)!important;font-size:13px;font-weight:700;text-decoration:none!important;transition:gap .15s;
}
.bj66-feat-readmore:hover { gap:8px; }

/* ── CARD GRID ── */
.bj66-archive-grid { display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:28px; }
.bj66-arc-card {
  background:var(--pg-white);border:1px solid var(--pg-border);border-radius:var(--pg-radius);
  overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:border-color .2s,box-shadow .2s,transform .2s;
}
.bj66-arc-card:hover { border-color:var(--pg-gold);box-shadow:0 6px 20px rgba(212,175,55,.12);transform:translateY(-2px); }
.bj66-arc-card-thumb { display:block;position:relative;overflow:hidden;height:180px; }
.bj66-arc-card-img { width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s; }
.bj66-arc-card:hover .bj66-arc-card-img { transform:scale(1.05); }
.bj66-arc-card-no-thumb { background:#f0ead8;height:100%;display:flex;align-items:center;justify-content:center; }
.bj66-arc-card-cat {
  position:absolute;top:10px;left:10px;background:var(--pg-gold);color:#000;
  font-size:9px;font-weight:700;text-transform:uppercase;padding:2px 8px;border-radius:12px;
}
.bj66-arc-card-body { padding:16px 18px; }
.bj66-arc-card-title {
  font-size:15px!important;font-weight:700!important;color:#111!important;margin:0 0 8px!important;
  line-height:1.35!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.bj66-arc-card-title a { color:inherit!important;text-decoration:none; }
.bj66-arc-card-title a:hover { color:var(--pg-orange)!important; }
.bj66-arc-card-excerpt {
  font-size:12px;color:var(--pg-muted);line-height:1.6;margin:0 0 12px!important;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.bj66-arc-card-footer { display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px; }
.bj66-arc-card-meta { display:flex;align-items:center;gap:5px;font-size:11px;color:var(--pg-muted); }
.bj66-arc-meta-sep { opacity:.4; }
.bj66-arc-read-more { display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:700;color:var(--pg-orange)!important;text-decoration:none!important; }

/* ── PAGINATION ── */
.bj66-pagination { display:flex;flex-wrap:wrap;gap:6px;justify-content:center;padding:24px 0 0; }
.bj66-pagination .page-numbers {
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;border-radius:8px;font-size:13px;font-weight:600;
  color:#333!important;background:#fff;border:1px solid var(--pg-border);text-decoration:none!important;transition:all .15s;
}
.bj66-pagination .page-numbers:hover,
.bj66-pagination .page-numbers.current { background:var(--pg-gold);color:#000!important;border-color:var(--pg-gold); }

/* ── EMPTY ── */
.bj66-archive-empty { text-align:center;padding:60px 20px;color:var(--pg-muted); }
.bj66-archive-empty p { font-size:15px;margin:16px 0; }
.bj66-arc-btn-home {
  display:inline-block;background:var(--pg-gold);color:#000!important;font-weight:700;
  padding:10px 24px;border-radius:6px;text-decoration:none!important;transition:opacity .15s;
}
.bj66-arc-btn-home:hover { opacity:.85; }

/* ── SIDEBAR ── */
.bj66-archive-sidebar-sticky { position:sticky;top:100px;display:flex;flex-direction:column;gap:16px; }
.admin-bar .bj66-archive-sidebar-sticky { top:132px; }
.bj66-sb-widget { background:#fff;border:1px solid var(--pg-border);border-radius:var(--pg-radius);padding:18px 20px;box-shadow:0 2px 6px rgba(0,0,0,.04); }
.bj66-sb-widget-title {
  display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;
  text-transform:uppercase;letter-spacing:.07em;color:var(--pg-orange);
  margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid var(--pg-gold);
}
.bj66-sb-search-form { display:flex;gap:6px; }
.bj66-sb-search-input {
  flex:1;background:#f8f8f8!important;border:1px solid var(--pg-border)!important;border-radius:6px!important;
  color:#333!important;padding:8px 12px!important;font-size:13px!important;outline:none;
}
.bj66-sb-search-input:focus { border-color:var(--pg-gold)!important; }
.bj66-sb-search-btn {
  background:var(--pg-gold);border:none;border-radius:6px;width:36px;height:36px;
  cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#000;
}
.bj66-sb-search-btn:hover { opacity:.85; }
.bj66-sb-post-list { list-style:none;padding:0;margin:0; }
.bj66-sb-post-item { display:flex;gap:10px;padding:8px 0;border-bottom:1px solid var(--pg-border); }
.bj66-sb-post-item:last-child { border-bottom:none; }
.bj66-sb-post-thumb { flex-shrink:0;width:60px;height:60px;overflow:hidden;border-radius:6px;display:block; }
.bj66-sb-post-thumb img { width:60px;height:60px;object-fit:cover;display:block; }
.bj66-sb-post-info { flex:1;min-width:0; }
.bj66-sb-post-title {
  display:-webkit-box!important;font-size:12px;font-weight:600;color:#333!important;
  text-decoration:none!important;line-height:1.4;margin-bottom:4px;
  -webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.bj66-sb-post-title:hover { color:var(--pg-orange)!important; }
.bj66-sb-post-date { font-size:11px;color:var(--pg-muted); }
.bj66-sb-cat-list { list-style:none;padding:0;margin:0; }
.bj66-sb-cat-item {
  display:flex;align-items:center;justify-content:space-between;
  padding:7px 0;border-bottom:1px solid var(--pg-border);
}
.bj66-sb-cat-item:last-child { border-bottom:none; }
.bj66-sb-cat-item a { font-size:13px;color:#444!important;text-decoration:none!important;transition:color .15s; }
.bj66-sb-cat-item a:hover { color:var(--pg-orange)!important; }
.bj66-sb-cat-item.bj66-cat-active a { color:var(--pg-orange)!important; }
.bj66-sb-cat-count { font-size:11px;background:#f5f0e0;border:1px solid #e0d5a0;color:#666;padding:1px 7px;border-radius:20px; }

/* ── SINGLE READING PROGRESS ── */
.bj66-reading-progress { position:fixed;top:0;left:0;width:100%;height:3px;background:rgba(212,175,55,.15);z-index:9999; }
.bj66-reading-progress-bar { height:100%;width:0;background:linear-gradient(90deg,var(--pg-gold),var(--pg-red));transition:width .1s linear;border-radius:0 2px 2px 0; }

/* ── SINGLE HERO ── */
.bj66-post-hero {
  position:relative;background:linear-gradient(135deg,#000 0%,#1a1200 50%,#201800 100%);
  padding:52px 0 44px;overflow:hidden;
}
.bj66-post-hero.has-thumb { min-height:340px;display:flex;align-items:flex-end; }
.bj66-post-hero-bg { position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.35) saturate(.7);z-index:0; }
.bj66-post-hero-overlay { position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.5) 0%,rgba(0,0,0,.88) 70%,rgba(0,0,0,.97) 100%);z-index:1; }
.bj66-post-hero .container { position:relative;z-index:2;width:100%; }
.bj66-post-hero-inner { width:100%; }
.bj66-post-cat-badge {
  display:inline-block;background:rgba(212,175,55,.15);border:1px solid rgba(212,175,55,.4);
  color:var(--pg-gold)!important;font-size:10px;font-weight:700;text-transform:uppercase;
  letter-spacing:.08em;padding:3px 12px;border-radius:20px;margin-bottom:12px;
  text-decoration:none!important;transition:background .15s;
}
.bj66-post-cat-badge:hover { background:rgba(212,175,55,.28)!important; }
.bj66-post-title { font-size:clamp(20px,4vw,34px)!important;font-weight:800!important;color:#fff!important;line-height:1.25!important;margin:0 0 18px!important;text-shadow:0 2px 8px rgba(0,0,0,.4); }
.bj66-post-meta-row { display:flex;align-items:center;flex-wrap:wrap;gap:6px 12px;color:rgba(255,255,255,.72);font-size:12px; }
.bj66-meta-item { display:flex;align-items:center;gap:5px; }
.bj66-meta-item svg { opacity:.7;flex-shrink:0; }
.bj66-meta-avatar { width:26px!important;height:26px!important;border-radius:50%!important;border:2px solid rgba(212,175,55,.3)!important;object-fit:cover; }

/* ── SINGLE BODY ── */
.bj66-single-body { background:#111;padding:32px 0 48px; }
.bj66-single-wrapper { background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.3);overflow:hidden; }.bj66-single-grid { display:grid;grid-template-columns:1fr 300px;gap:28px;align-items:start;padding:28px; }
.bj66-single-main { min-width:0; }
.bj66-single-article { background:var(--pg-white);border:1px solid var(--pg-border);border-radius:12px;padding:28px 32px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.05); }
.bj66-article-content { font-size:15px;line-height:1.85;color:var(--pg-text); }
.bj66-article-content h2 { font-size:20px!important;font-weight:800!important;color:var(--pg-orange)!important;margin:28px 0 12px!important;padding-bottom:8px;border-bottom:2px solid #f0e8c0; }
.bj66-article-content h3 { font-size:17px!important;font-weight:700!important;color:#222!important;margin:22px 0 10px!important; }
.bj66-article-content h4 { font-size:15px!important;font-weight:700!important;color:#333!important;margin:18px 0 8px!important; }
.bj66-article-content p { margin:0 0 16px!important;color:var(--pg-text)!important; }
.bj66-article-content ul,.bj66-article-content ol { margin:0 0 16px 20px!important; }
.bj66-article-content li { margin-bottom:6px!important;color:var(--pg-text)!important; }
.bj66-article-content a { color:#0066cc!important;text-decoration:underline; }
.bj66-article-content a:hover { color:#004499!important; }
.bj66-article-content blockquote { border-left:3px solid var(--pg-gold);background:#fffbf0;margin:20px 0!important;padding:14px 18px!important;border-radius:0 8px 8px 0;color:#555!important;font-style:italic; }
.bj66-article-content img { max-width:100%;height:auto;border-radius:8px;margin:10px 0;border:1px solid var(--pg-border); }
.bj66-article-content table { width:100%;border-collapse:collapse;margin:18px 0;font-size:13px; }
.bj66-article-content th { background:#fff8e0!important;color:var(--pg-orange)!important;padding:10px 14px;text-align:left;border:1px solid var(--pg-border); }
.bj66-article-content td { padding:9px 14px;border:1px solid var(--pg-border);color:var(--pg-text); }
.bj66-article-content tr:nth-child(even) td { background:#fafafa; }

/* Tags */
.bj66-article-tags { display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:24px;padding-top:18px;border-top:1px solid var(--pg-border); }
.bj66-tags-label { display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--pg-muted); }
.bj66-tag-pill { display:inline-block;background:#fff8e0;border:1px solid rgba(212,175,55,.4);color:var(--pg-orange)!important;font-size:11px;font-weight:500;padding:3px 10px;border-radius:20px;text-decoration:none!important;transition:all .15s; }
.bj66-tag-pill:hover { background:var(--pg-gold);color:#000!important; }

/* Share */
.bj66-share-section { display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid var(--pg-border); }
.bj66-share-label { font-size:12px;font-weight:600;color:var(--pg-muted); }
.bj66-share-buttons { display:flex;gap:6px;flex-wrap:wrap; }
.bj66-share-btn { display:inline-flex;align-items:center;justify-content:center;gap:5px;height:30px;padding:0 14px;border-radius:20px;font-size:11px;font-weight:600;cursor:pointer;border:none;text-decoration:none!important;transition:all .15s;white-space:nowrap; }
.bj66-share-fb { background:#1877f2;color:#fff!important; }
.bj66-share-fb:hover { background:#0d65d9!important;color:#fff!important; }
.bj66-share-tw { background:#111;color:#fff!important; }
.bj66-share-copy { background:#f5f5f5;color:var(--pg-orange)!important;border:1px solid #ddd!important; }
.bj66-share-copy:hover { background:#fff8e0!important; }
.bj66-share-copied { background:#22c55e!important;color:#fff!important;border-color:#22c55e!important; }

/* Author box */
.bj66-author-box { background:#fff;border:1px solid var(--pg-border);border-left:3px solid var(--pg-gold);border-radius:12px;padding:22px 26px;display:flex;gap:18px;align-items:flex-start;margin-bottom:20px;box-shadow:0 2px 6px rgba(0,0,0,.04); }
.bj66-author-avatar { width:68px!important;height:68px!important;border-radius:50%!important;border:2px solid rgba(212,175,55,.4)!important;object-fit:cover;flex-shrink:0; }
.bj66-author-info { flex:1;min-width:0; }
.bj66-author-label { font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--pg-gold);margin-bottom:4px; }
.bj66-author-name { font-size:16px!important;font-weight:800!important;color:#111!important;margin:0 0 6px!important; }
.bj66-author-name a { color:inherit;text-decoration:none; }
.bj66-author-name a:hover { color:var(--pg-orange); }
.bj66-author-bio { font-size:12px!important;color:var(--pg-muted)!important;line-height:1.6!important;margin:0!important; }

/* Post nav */
.bj66-post-nav { display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px; }
.bj66-post-nav-item { background:#fff;border:1px solid var(--pg-border);border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:5px;text-decoration:none!important;transition:all .15s;box-shadow:0 1px 4px rgba(0,0,0,.04); }
.bj66-post-nav-item:hover { border-color:var(--pg-gold);box-shadow:0 4px 16px rgba(212,175,55,.12);transform:translateY(-1px); }
.bj66-nav-next { text-align:right; }
.bj66-nav-dir { display:flex;align-items:center;gap:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--pg-orange); }
.bj66-nav-next .bj66-nav-dir { justify-content:flex-end; }
.bj66-nav-title { font-size:12px;font-weight:600;color:#444!important;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }

/* Related section */
.bj66-related-section { border-top:1px solid var(--pg-border);padding:28px; }
.bj66-related-section-title { display:flex;align-items:center;gap:8px;font-size:18px!important;font-weight:800!important;color:var(--pg-orange)!important;margin:0 0 24px!important;padding-bottom:12px;border-bottom:2px solid #f0e8c0; }
.bj66-related-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:18px; }
.bj66-related-card { background:#fff;border:1px solid var(--pg-border);border-radius:10px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:border-color .2s,transform .2s; }
.bj66-related-card:hover { border-color:var(--pg-gold);transform:translateY(-2px); }
.bj66-related-card-thumb { display:block;position:relative;overflow:hidden;height:150px; }
.bj66-related-card-img { width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s; }
.bj66-related-card:hover .bj66-related-card-img { transform:scale(1.05); }
.bj66-related-card-no-thumb { background:#f5f0e0;height:100%;display:flex;align-items:center;justify-content:center; }
.bj66-related-card-cat { position:absolute;top:8px;left:8px;background:var(--pg-gold);color:#000;font-size:9px;font-weight:700;text-transform:uppercase;padding:2px 7px;border-radius:10px; }
.bj66-related-card-body { padding:12px 14px; }
.bj66-related-card-title { display:-webkit-box!important;font-size:13px;font-weight:700;color:#333!important;text-decoration:none!important;margin-bottom:6px;line-height:1.4;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
.bj66-related-card-title:hover { color:var(--pg-orange)!important; }
.bj66-related-card-meta { display:flex;align-items:center;gap:4px;font-size:11px;color:var(--pg-muted);margin-bottom:6px; }
.bj66-related-card-excerpt { font-size:12px;color:var(--pg-muted);line-height:1.55;margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }

/* ── SIDEBAR sticky ── */
.bj66-sidebar-sticky-single { position:sticky;top:100px;display:flex;flex-direction:column;gap:16px; }
.admin-bar .bj66-sidebar-sticky-single { top:132px; }

/* ── RESPONSIVE ── */
@media (max-width:1024px) { .bj66-related-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:849px) {
  .bj66-archive-layout,.bj66-single-grid { grid-template-columns:1fr; }
  .bj66-archive-sidebar-sticky,.bj66-sidebar-sticky-single { position:static; }
  .bj66-feat-card { grid-template-columns:1fr; }
  .bj66-feat-img { min-height:200px; }
  .bj66-related-grid { grid-template-columns:repeat(2,1fr); }
  .bj66-post-nav { grid-template-columns:1fr; }
}
@media (max-width:600px) {
  .bj66-archive-grid { grid-template-columns:1fr; }
  .bj66-related-grid { grid-template-columns:1fr; }
  .bj66-archive-hero { padding:28px 0 22px; }
  .bj66-single-article { padding:18px 16px; }

  /* Full-bleed white content on mobile — no dark margins on sides */
  .bj66-single-body,
  .bj66-archive-body,
  .bj66-related-section { padding-left:0 !important; padding-right:0 !important; }

  .bj66-single-body .container,
  .bj66-archive-body .container { padding-left:0 !important; padding-right:0 !important; max-width:100% !important; }

  .bj66-single-wrapper,
  .bj66-archive-layout { border-radius:0 !important; box-shadow:none !important; }

  .bj66-single-grid { padding:16px !important; }
  .bj66-related-section { padding:16px !important; }
  .bj66-archive-layout { padding:16px !important; }
}

/* ─────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────── */
@media (max-width: 960px) {
  .logo a, .logo-text {
    font-size: 26px !important;
  }
  .bj66-article h1 { font-size: 1.3rem; }
  .bj66-article h2 { font-size: 1.1rem; }
}

@media (max-width: 600px) {
  .logo a, .logo-text {
    font-size: 22px !important;
  }
  .nav > li > a {
    font-size: 11px !important;
    padding: 12px 10px !important;
  }
  .bj66-toc__list {
    padding: 10px 10px 10px 28px !important;
  }
  .bj66-article h1 { font-size: 1.15rem; }
}
