:root {
  --lj-red: #e30613;
  --lj-blue: #0b3a75;
  --lj-dark: #071d33;
  --lj-text: #111827;
  --lj-muted: #6b7280;
  --lj-border: #e5e7eb;
  --lj-bg: #f5f7fb;
  --lj-white: #ffffff;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background: var(--lj-bg);
  color: var(--lj-text);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

.lj-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* TOPBAR */
.lj-topbar { background: var(--lj-dark); color: #dbeafe; font-size: 13px; }
.lj-topbar .lj-container { height: 38px; display: flex; align-items: center; justify-content: space-between; }
.lj-topbar-left, .lj-topbar-right { display: flex; align-items: center; gap: 14px; }
.lj-topbar-right a { color: #dbeafe; font-size: 13px; }
.lj-live-dot { width: 8px; height: 8px; background: var(--lj-red); border-radius: 50%; display: inline-block; }
.lj-live-text { color: #fff; font-weight: 800; }
.lj-update { color: #bfdbfe; }

/* HEADER */
.lj-header { background: var(--lj-white); padding: 20px 0; border-bottom: 1px solid var(--lj-border); }
.lj-header-grid { display: grid; grid-template-columns: 250px 1fr; gap: 28px; align-items: center; }
.lj-logo { display: flex; align-items: center; }
.lj-logo-img { width: auto; height: 68px; display: block; }
.lj-header-banner { display: flex; justify-content: flex-end; }
.lj-banner-970 {
  width: 100%; max-width: 970px; height: 110px; border-radius: 18px;
  background: linear-gradient(135deg, rgba(11,58,117,.95), rgba(227,6,19,.85));
  color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; letter-spacing: .4px;
}

/* NAVBAR */
.lj-navbar { background: var(--lj-white); border-bottom: 1px solid var(--lj-border); position: sticky; top: 0; z-index: 999; }
.lj-navbar .lj-container { min-height: 54px; display: flex; align-items: center; gap: 22px; }
.lj-mobile-toggle { display: none; border: 0; background: var(--lj-red); color: #fff; font-size: 22px; border-radius: 10px; padding: 8px 12px; cursor: pointer; }
.lj-main-nav { flex: 1; }
.lj-main-nav ul, .lj-menu { list-style: none; padding: 0; margin: 0; display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.lj-main-nav li a { display: block; padding: 16px 10px; font-size: 14px; font-weight: 800; color: var(--lj-dark); }
.lj-main-nav li a:hover { color: var(--lj-red); }
.lj-search { width: 220px; }
.lj-search form { display: flex; align-items: center; }
.lj-search input[type="search"] { width: 100%; height: 36px; border: 1px solid var(--lj-border); border-radius: 999px; padding: 0 14px; outline: none; }
.lj-search input[type="submit"], .lj-search button { display: none; }

/* BREAKING NEWS */
.lj-breaking-news { background: #fff; border-bottom: 1px solid var(--lj-border); }
.lj-breaking-news .lj-container { min-height: 46px; display: flex; align-items: center; gap: 18px; overflow: hidden; }
.lj-breaking-label { background: var(--lj-red); color: #fff; font-weight: 900; font-size: 12px; padding: 8px 12px; border-radius: 999px; white-space: nowrap; flex: 0 0 auto; }
.lj-breaking-marquee { display: flex; gap: 28px; overflow: hidden; white-space: nowrap; flex: 1; }
.lj-breaking-marquee a { font-size: 14px; font-weight: 700; color: var(--lj-dark); display: inline-block; margin-right: 26px; }
.lj-breaking-marquee a:hover { color: var(--lj-red); }

/* HOMEPAGE */
.lj-home { padding: 30px 0 60px; }
.lj-home-featured, .lj-home-top { display: grid; grid-template-columns: 1.45fr .72fr .62fr; gap: 20px; align-items: start; }
.lj-home-left, .lj-home-middle, .lj-home-right { min-width: 0; }

/* HERO */
.lj-hero-card { position: relative; min-height: 430px; height: 430px; border-radius: 20px; overflow: hidden; background: #111827; display: block; box-shadow: 0 18px 42px rgba(15, 23, 42, .14); }
.lj-hero-card img { width: 100%; height: 430px; object-fit: cover; display: block; }
.lj-hero-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.26) 42%, rgba(0,0,0,.82) 100%); }
.lj-hero-content { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 2; color: #fff; }
.lj-cat { display: inline-flex; align-items: center; background: var(--lj-red); color: #fff; border-radius: 999px; padding: 7px 12px; font-size: 11px; font-weight: 900; letter-spacing: .4px; text-transform: uppercase; margin-bottom: 12px; }
.lj-hero-content h1 { margin: 0 0 12px; font-size: 38px; line-height: 1.08; letter-spacing: -1.2px; }
.lj-hero-content p { max-width: 620px; margin: 0 0 14px; color: #e5e7eb; font-size: 15px; line-height: 1.55; }
.lj-meta { display: flex; gap: 12px; align-items: center; color: #cbd5e1; font-size: 13px; }

/* PANELS */
.lj-panel { background: #fff; border: 1px solid var(--lj-border); border-radius: 18px; padding: 16px; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.lj-panel-title { margin: 0 0 16px; font-size: 18px; font-weight: 900; color: var(--lj-dark); display: flex; align-items: center; gap: 10px; }
.lj-panel-title::before { content: ""; width: 5px; height: 22px; border-radius: 999px; background: var(--lj-red); }

/* LATEST */
.lj-latest-list { display: grid; gap: 13px; }
.lj-latest-item { display: grid; grid-template-columns: 86px 1fr; gap: 11px; align-items: start; }
.lj-latest-item img { width: 86px; height: 68px; object-fit: cover; border-radius: 12px; }
.lj-latest-item h3 { margin: 0 0 6px; font-size: 13px; line-height: 1.32; font-weight: 900; }
.lj-latest-item small { color: var(--lj-muted); font-size: 11px; }

/* TRENDING */
.lj-trending-list { display: grid; gap: 12px; }
.lj-rank-item { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--lj-border); }
.lj-rank-item:last-child { border-bottom: 0; padding-bottom: 0; }
.lj-rank-number { width: 32px; height: 32px; border-radius: 11px; background: var(--lj-dark); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.lj-rank-item h3 { margin: 0; font-size: 13px; line-height: 1.35; font-weight: 900; }

/* ADS */
.lj-wide-ad { width: 100%; max-width: 970px; margin: 28px auto; min-height: 86px; border-radius: 16px; background: linear-gradient(135deg, rgba(227,6,19,.92), rgba(11,58,117,.92)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.lj-sidebar-ad { min-height: 360px; border-radius: 18px; background: linear-gradient(180deg, #0b3a75, #071d33); color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; padding: 24px; font-weight: 900; }
.lj-sidebar-ad.compact { min-height: 330px; margin-top: 18px; }

/* SECTIONS */
.lj-section { margin-top: 38px; }
.lj-section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.lj-section-title { margin: 0; font-size: 24px; line-height: 1.2; font-weight: 900; color: var(--lj-dark); letter-spacing: -.4px; }
.lj-section-desc { margin: 8px 0 0; color: var(--lj-muted); font-size: 16px; }
.lj-section-link { color: var(--lj-red); font-weight: 900; font-size: 14px; }

/* NEWS GRID */
.lj-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lj-news-card { background: #fff; border: 1px solid var(--lj-border); border-radius: 20px; overflow: hidden; box-shadow: 0 12px 30px rgba(15,23,42,.06); transition: .2s ease; }
.lj-news-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(15,23,42,.12); }
.lj-news-card img { width: 100%; height: 205px; object-fit: cover; display: block; }
.lj-news-card-body { padding: 17px; }
.lj-news-card h3 { margin: 8px 0 10px; font-size: 18px; line-height: 1.35; font-weight: 900; color: var(--lj-dark); }
.lj-news-card p { margin: 0 0 12px; color: var(--lj-muted); font-size: 14px; line-height: 1.6; }

/* INFOGRAPHIC */
.lj-info-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.lj-info-box { background: #fff; border: 1px solid var(--lj-border); border-radius: 20px; padding: 22px; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.lj-info-box.dark { background: linear-gradient(135deg, #071d33, #0b3a75); color: #fff; }
.lj-info-box h3 { margin: 0 0 16px; font-size: 22px; font-weight: 900; }
.lj-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.lj-stat { border-radius: 14px; background: #f3f4f6; padding: 16px; }
.lj-info-box.dark .lj-stat { background: rgba(255,255,255,.12); }
.lj-stat strong { display: block; font-size: 24px; font-weight: 900; margin-bottom: 5px; }
.lj-stat span { color: var(--lj-muted); font-size: 13px; }
.lj-info-box.dark .lj-stat span { color: #dbeafe; }

/* SINGLE / ARCHIVE LAYOUT */
.lj-layout { max-width: 1200px; margin: 34px auto 64px; padding: 0 15px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: start; }
.lj-single { background: #fff; border: 1px solid var(--lj-border); border-radius: 22px; padding: 32px; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.lj-single h1 { margin: 12px 0 14px; font-size: 42px; line-height: 1.12; letter-spacing: -1.2px; }
.lj-single .featured { width: 100%; max-height: 520px; object-fit: cover; border-radius: 20px; margin: 24px 0; }
.lj-ai-summary { background: #f8fafc; border-left: 5px solid var(--lj-red); border-radius: 16px; padding: 18px 20px; margin: 24px 0; }
.lj-ai-summary b { display: block; margin-bottom: 8px; font-size: 18px; }
.lj-entry { font-size: 18px; line-height: 1.85; color: #1f2937; }
.lj-entry p { margin: 0 0 22px; }
.lj-entry h2, .lj-entry h3 { color: var(--lj-dark); line-height: 1.25; }
.lj-entry img { border-radius: 18px; }
.lj-share { display: flex; gap: 10px; margin: 26px 0; flex-wrap: wrap; }
.lj-share a { background: var(--lj-dark); color: #fff; padding: 10px 14px; border-radius: 999px; font-size: 13px; font-weight: 800; }
.lj-author-box { margin-top: 34px; padding: 24px; border-radius: 20px; background: #f8fafc; border: 1px solid var(--lj-border); }
.lj-author-box h3 { margin: 0 0 8px; }

/* SIDEBAR */
.lj-sidebar { display: grid; gap: 20px; }
.lj-widget { background: #fff; border: 1px solid var(--lj-border); border-radius: 20px; padding: 20px; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.lj-widget-title { margin: 0 0 16px; font-size: 18px; font-weight: 900; color: var(--lj-dark); }
.lj-widget ul { margin: 0; padding-left: 18px; }
.lj-widget li { margin-bottom: 10px; }

/* FOOTER */
.lj-footer { background: #061c33; color: #fff; margin-top: 64px; padding: 52px 0 22px; }
.lj-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 34px; }
.lj-footer h2 { margin: 0 0 16px; font-size: 30px; font-weight: 900; }
.lj-footer h2 span:first-child { color: var(--lj-red); }
.lj-footer h2 span:nth-child(2) { color: #60a5fa; }
.lj-footer h3 { margin: 0 0 16px; font-size: 17px; }
.lj-footer p { color: #cbd5e1; line-height: 1.7; }
.lj-footer a { display: block; color: #dbeafe; margin-bottom: 9px; font-size: 14px; }
.lj-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 18px; color: #cbd5e1; font-size: 13px; }
.lj-footer-newsletter { display: flex; gap: 8px; margin-top: 14px; }
.lj-footer-newsletter input { flex: 1; height: 42px; border: 0; border-radius: 999px; padding: 0 14px; outline: none; }
.lj-footer-newsletter button { border: 0; border-radius: 999px; padding: 0 18px; background: var(--lj-red); color: #fff; font-weight: 800; cursor: pointer; }

/* PAGE / ELEMENTOR */
.lj-page { padding: 36px 0 70px; min-height: 60vh; }
.elementor-page .lj-page { padding: 0; }
.elementor-page .lj-page .lj-container { max-width: 100%; padding: 0; }

/* FORMS / TOPICS */
.lj-sidebar-newsletter { display: grid; gap: 10px; }
.lj-sidebar-newsletter input { height: 44px; border: 1px solid var(--lj-border); border-radius: 999px; padding: 0 14px; outline: none; }
.lj-sidebar-newsletter button { height: 44px; border: 0; border-radius: 999px; background: var(--lj-red); color: #fff; font-weight: 900; cursor: pointer; }
.lj-topic-list { display: flex; flex-wrap: wrap; gap: 8px; }
.lj-topic-list a { background: #f1f5f9; color: var(--lj-dark); padding: 8px 12px; border-radius: 999px; font-size: 13px; font-weight: 800; }

/* PAGINATION */
.lj-pagination { margin-top: 32px; }
.lj-pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.lj-pagination a, .lj-pagination span { padding: 10px 14px; border-radius: 10px; background: #fff; border: 1px solid var(--lj-border); font-weight: 800; }
.lj-pagination .current { background: var(--lj-red); color: #fff; border-color: var(--lj-red); }

/* COMMENTS */
.lj-comments { margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--lj-border); }
.lj-comments-title { font-size: 28px; font-weight: 900; margin-bottom: 25px; }
.lj-comment-list { list-style: none; margin: 0; padding: 0; }
.lj-comment-list li { background: #fff; border: 1px solid var(--lj-border); border-radius: 18px; padding: 20px; margin-bottom: 18px; }
.lj-comment-list .comment-author { font-weight: 800; }
.lj-comment-list .comment-meta { font-size: 13px; color: var(--lj-muted); margin-bottom: 12px; }
.lj-comment-list p { line-height: 1.7; }
.lj-comment-form-title { margin-top: 40px; margin-bottom: 20px; font-size: 24px; font-weight: 900; }
.comment-form { display: grid; gap: 16px; }
.comment-form input, .comment-form textarea { width: 100%; border: 1px solid var(--lj-border); border-radius: 14px; padding: 14px; font-size: 15px; }
.comment-form textarea { min-height: 180px; }
.lj-comment-submit { border: 0; background: var(--lj-red); color: #fff; padding: 14px 24px; border-radius: 999px; font-weight: 900; cursor: pointer; }

/* TOKOH / ORGANISASI */
.lj-tokoh-head { display: grid; grid-template-columns: 280px 1fr; gap: 30px; align-items: start; }
.lj-tokoh-photo img, .lj-tokoh-placeholder { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 22px; background: #e5e7eb; }
.lj-tokoh-placeholder { display: flex; align-items: center; justify-content: center; font-weight: 900; color: #6b7280; }
.lj-tokoh-info h1 { margin-top: 12px; }
.lj-tokoh-desc { font-size: 18px; line-height: 1.7; color: #4b5563; }
.lj-tokoh-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.lj-tokoh-meta p { margin: 0; padding: 13px 15px; background: #f8fafc; border: 1px solid var(--lj-border); border-radius: 14px; }
.lj-tokoh-link { display: inline-block; margin-top: 22px; background: var(--lj-red); color: #fff; padding: 12px 18px; border-radius: 999px; font-weight: 900; }
.lj-tokoh-grid, .lj-tokoh-grid-premium { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lj-tokoh-card, .lj-tokoh-card-premium { background: #fff; border: 1px solid var(--lj-border); border-radius: 24px; overflow: hidden; box-shadow: 0 12px 30px rgba(15,23,42,.06); transition: .2s ease; }
.lj-tokoh-card:hover, .lj-tokoh-card-premium:hover { transform: translateY(-4px); }
.lj-tokoh-card-photo img, .lj-tokoh-card-photo .lj-tokoh-placeholder, .lj-tokoh-card-photo-premium img, .lj-tokoh-card-photo-premium .lj-tokoh-placeholder { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; background: #e5e7eb; }
.lj-tokoh-card-body, .lj-tokoh-card-content { padding: 18px; }
.lj-tokoh-card-body h2, .lj-tokoh-card-content h2 { margin: 10px 0 14px; font-size: 22px; line-height: 1.2; }
.lj-tokoh-card-body p, .lj-tokoh-card-content p { margin: 8px 0 0; color: #374151; font-size: 14px; }
.lj-tokoh-archive { padding: 40px 0 72px; }
.lj-tokoh-archive-head { background: linear-gradient(135deg, #071d33, #0b3a75); color: #fff; border-radius: 24px; padding: 34px; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.lj-tokoh-archive-head h1 { margin: 12px 0 8px; font-size: 40px; line-height: 1.1; }
.lj-tokoh-archive-head p { margin: 0; color: #dbeafe; font-size: 16px; }
.lj-tokoh-search { display: flex; gap: 10px; min-width: 360px; }
.lj-tokoh-search input { flex: 1; height: 46px; border: 0; border-radius: 999px; padding: 0 18px; outline: none; }
.lj-tokoh-search button { border: 0; border-radius: 999px; padding: 0 22px; background: var(--lj-red); color: #fff; font-weight: 900; cursor: pointer; }
.lj-tokoh-readmore { display: inline-block; margin-top: 14px; color: var(--lj-red); font-weight: 900; }

/* RELATED ENTITIES */
.lj-related-tokoh { margin: 26px 0; padding: 20px; border: 1px solid var(--lj-border); border-radius: 20px; background: #f8fafc; }
.lj-related-tokoh h3 { margin: 0 0 16px; font-size: 21px; font-weight: 900; color: var(--lj-dark); }
.lj-related-tokoh-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.lj-related-tokoh-card { display: grid; grid-template-columns: 68px 1fr; gap: 13px; align-items: center; background: #fff; border: 1px solid var(--lj-border); border-radius: 16px; padding: 12px; transition: .2s ease; }
.lj-related-tokoh-card:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(15,23,42,.12); }
.lj-related-tokoh-photo img, .lj-related-tokoh-photo span { width: 68px; height: 68px; border-radius: 14px; object-fit: cover; background: #e5e7eb; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; color: #6b7280; }
.lj-related-tokoh-card b { display: block; font-size: 15px; line-height: 1.25; color: var(--lj-dark); }
.lj-related-tokoh-card small { display: block; margin-top: 4px; color: var(--lj-muted); font-size: 12px; line-height: 1.35; }
.lj-related-tokoh-card em { display: block; margin-top: 6px; color: var(--lj-red); font-style: normal; font-size: 12px; font-weight: 900; }

/* TOP ENTITY */
.lj-top-entity-list { display: grid; gap: 12px; }
.lj-top-entity-item { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; padding: 12px; background: #fff; border: 1px solid var(--lj-border); border-radius: 16px; }
.lj-top-entity-item > span { width: 38px; height: 38px; border-radius: 12px; background: var(--lj-red); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.lj-top-entity-item b { display: block; font-size: 14px; line-height: 1.25; }
.lj-top-entity-item small { color: var(--lj-muted); font-size: 12px; }

/* ARCHIVE / TIMELINE */
.lj-archive-layout { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.lj-archive-sidebar { position: sticky; top: 90px; }
.lj-timeline { position: relative; display: grid; gap: 14px; }
.lj-timeline-month { margin: 22px 0 8px; font-size: 20px; font-weight: 900; color: var(--lj-dark); }
.lj-timeline-item { display: grid; grid-template-columns: 90px 1fr; gap: 16px; align-items: start; padding: 16px; background: #fff; border: 1px solid var(--lj-border); border-radius: 16px; }
.lj-timeline-item span { font-size: 13px; font-weight: 900; color: var(--lj-red); }
.lj-timeline-item a { font-weight: 800; line-height: 1.4; color: var(--lj-dark); }
.lj-timeline-item a:hover { color: var(--lj-red); }

/* ORGANIZATION */
.lj-org-header { display: grid; grid-template-columns: 180px 1fr; gap: 26px; align-items: center; margin-bottom: 24px; }
.lj-org-logo-box { width: 170px; height: 170px; border: 1px solid var(--lj-border); border-radius: 24px; background: #fff; padding: 22px; display: flex; align-items: center; justify-content: center; }
.lj-org-logo-box img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lj-org-logo-placeholder { width: 100%; height: 100%; border-radius: 18px; background: #e5e7eb; color: #6b7280; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.lj-org-header-text h1 { margin-top: 12px; }
.lj-org-desc { font-size: 18px; line-height: 1.7; color: #4b5563; }

/* RESPONSIVE */
@media (max-width: 1180px) {
  .lj-home-featured, .lj-home-top { grid-template-columns: 1fr; }
  .lj-news-grid, .lj-tokoh-grid, .lj-tokoh-grid-premium { grid-template-columns: repeat(2, 1fr); }
  .lj-info-grid, .lj-layout, .lj-archive-layout { grid-template-columns: 1fr; }
  .lj-header-grid { grid-template-columns: 1fr; }
  .lj-header-banner { justify-content: flex-start; }
  .lj-sidebar-ad { min-height: 220px; }
  .lj-archive-sidebar { position: relative; top: auto; }
}

@media (max-width: 768px) {
  .lj-container { padding: 0 16px; }
  .lj-topbar-right, .lj-search, .lj-header-banner { display: none; }
  .lj-logo-img { height: 52px; }
  .lj-mobile-toggle { display: block; }
  .lj-navbar .lj-container { justify-content: space-between; }
  .lj-main-nav { display: none; position: absolute; left: 16px; right: 16px; top: 58px; background: #fff; border: 1px solid var(--lj-border); border-radius: 18px; padding: 12px; box-shadow: 0 18px 45px rgba(15,23,42,.16); }
  .lj-main-nav.is-open { display: block; }
  .lj-main-nav ul, .lj-menu { display: block; }
  .lj-main-nav li a { padding: 12px; }
  .lj-hero-card, .lj-hero-card img { min-height: 410px; height: 410px; }
  .lj-hero-content { left: 20px; right: 20px; bottom: 22px; }
  .lj-hero-content h1 { font-size: 32px; }
  .lj-news-grid, .lj-tokoh-grid, .lj-tokoh-grid-premium, .lj-related-tokoh-grid, .lj-stat-grid { grid-template-columns: 1fr; }
  .lj-single { padding: 22px; }
  .lj-single h1 { font-size: 32px; }
  .lj-entry { font-size: 16px; }
  .lj-footer-grid { grid-template-columns: 1fr; }
  .lj-tokoh-head, .lj-tokoh-meta, .lj-org-header { grid-template-columns: 1fr; }
  .lj-tokoh-archive-head { display: block; padding: 28px; }
  .lj-tokoh-archive-head h1 { font-size: 34px; }
  .lj-tokoh-search { min-width: 0; margin-top: 20px; display: grid; }
  .lj-timeline-item { grid-template-columns: 1fr; }
}

/* ======================================================
   INFOGRAFIS PREMIUM FIX
   Untuk single-lj_infografis.php dan archive-lj_infografis.php
====================================================== */

.lj-infografis-single .lj-single h1,
.lj-infografis-single h1 {
  margin-top: 12px;
}

.lj-infografis-main-image {
  margin: 26px 0;
  background: #f8fafc;
  border: 1px solid var(--lj-border);
  border-radius: 22px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(15,23,42,.05);
}

.lj-infografis-main-image img {
  width: auto;
  max-width: 100%;
  max-height: 820px;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  display: inline-block;
}

.lj-infografis-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.lj-infografis-card .lj-news-card-body h3 {
  min-height: auto;
}

.lj-infografis-card .lj-cat {
  margin-bottom: 8px;
}

.lj-infografis-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--lj-red);
  color: #fff;
  padding: 10px 15px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
}

/* Beranda: infografis jangan terlalu besar */
.lj-home .lj-infografis-card img {
  height: 230px;
}

/* Archive infografis lebih nyaman */
.post-type-archive-lj_infografis .lj-news-grid,
.tax-lj_infografis_category .lj-news-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1180px) {
  .post-type-archive-lj_infografis .lj-news-grid,
  .tax-lj_infografis_category .lj-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .lj-infografis-main-image {
    padding: 10px;
    border-radius: 18px;
  }

  .lj-infografis-main-image img {
    max-height: none;
    border-radius: 14px;
  }

  .lj-infografis-card img,
  .lj-home .lj-infografis-card img {
    height: auto;
  }

  .post-type-archive-lj_infografis .lj-news-grid,
  .tax-lj_infografis_category .lj-news-grid {
    grid-template-columns: 1fr;
  }
}
