/*
Theme Name: NextGen News
Theme URI: https://example.com/
Author: Berita Intelektual
Description: Magazine news theme inspired by the supplied Berita Intelektual reference layouts.
Version: 1.5.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: nextgen-news
*/

:root {
    --bi-navy: #0d3850;
    --bi-navy-dark: #082b3e;
    --bi-gold: #d8a94f;
    --bi-ink: #182333;
    --bi-muted: #85909d;
    --bi-line: #e9edf1;
    --bi-surface: #ffffff;
    --bi-page: #ffffff;
    --bi-radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bi-page);
    color: var(--bi-ink);
    font-family: var(--bi-body-font, Arial, sans-serif);
    font-size: 15px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--bi-gold); }
button, input, textarea, select { font: inherit; }
svg.bi-icon { width: 1em; height: 1em; display: inline-block; flex: 0 0 auto; vertical-align: -.14em; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.bi-topbar { border-bottom: 1px solid var(--bi-line); color: #555e68; font-size: 12px; }
.bi-topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.bi-top-links { display: flex; gap: 16px; flex-wrap: wrap; }
.bi-date { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.bi-date-label { background: var(--bi-gold); color: white; border-radius: 12px; padding: 3px 11px; font-size: 10px; }
.bi-brandbar { padding: 18px 0 15px; }
.bi-brandbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.bi-brand { min-width: 250px; }
.bi-brand .custom-logo { max-height: 66px; width: auto; }
.bi-wordmark { display: inline-flex; flex-direction: column; color: var(--bi-navy); font-family: Georgia, serif; font-size: 28px; line-height: .78; font-weight: 700; letter-spacing: -1.7px; }
.bi-wordmark small { align-self: flex-end; margin: 1px 7px 0 0; color: var(--bi-gold); font: 700 8px/1 Arial, sans-serif; letter-spacing: 0; }
.bi-header-actions { display: flex; align-items: center; gap: 18px; }
.bi-search { display: flex; align-items: center; border: 1px solid #d7dce1; border-radius: 20px; width: min(330px, 35vw); height: 34px; overflow: hidden; }
.bi-search input { border: 0; outline: 0; flex: 1; padding: 0 14px; color: var(--bi-ink); background: transparent; font-size: 12px; }
.bi-search button { border: 0; background: transparent; color: #9aa1a8; width: 38px; cursor: pointer; }
.bi-socials { display: flex; gap: 8px; }
.bi-social { width: 32px; height: 32px; border-radius: 50%; color: #fff !important; display: inline-flex; justify-content: center; align-items: center; font-size: 15px; font-weight: 700; }
.bi-social.facebook { background: #6178b4; } .bi-social.instagram { background: #ec5141; } .bi-social.twitter { background: #4fabe0; } .bi-social.youtube { background: #f11c12; } .bi-social.rss { background: #ff720d; }
.bi-nav { background: var(--bi-navy); color: #fff; }
.bi-nav-inner { display: flex; align-items: center; justify-content: space-between; }
.bi-menu-toggle { display: none; background: transparent; border: 0; color: #fff; padding: 13px 0; cursor: pointer; }
.bi-primary-menu, .bi-primary-menu ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: stretch; }
.bi-primary-menu li { position: relative; }
.bi-primary-menu a { display: flex; align-items: center; min-height: 45px; padding: 0 16px; color: #fff; font-size: 15px; font-weight: 700; }
.bi-primary-menu a:hover, .bi-primary-menu .current-menu-item > a { color: #fff; background: rgba(255,255,255,.08); }
.bi-primary-menu .sub-menu { display: none; position: absolute; z-index: 20; min-width: 190px; background: var(--bi-navy-dark); box-shadow: 0 8px 20px rgba(0,0,0,.16); }
.bi-primary-menu li:hover > .sub-menu { display: block; }
.bi-primary-menu .sub-menu a { min-height: 38px; font-size: 12px; }

.bi-main { padding: 38px 0 66px; }
.bi-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; align-items: start; }
.bi-section { margin: 0 0 34px; }
.bi-section-heading { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--bi-line); margin-bottom: 18px; padding-bottom: 8px; }
.bi-section-heading h2, .bi-section-heading h3 { position: relative; margin: 0; padding-left: 12px; color: var(--bi-ink); font-size: 19px; line-height: 1.2; font-weight: 800; }
.bi-section-heading h2::before, .bi-section-heading h3::before { content: ""; position: absolute; width: 4px; top: 1px; bottom: 1px; left: 0; background: var(--bi-gold); }
.bi-index-link { color: var(--bi-gold); font-size: 11px; }

.bi-hero { display: block; background: #fff; overflow: hidden; border: 1px solid var(--bi-line); border-radius: var(--bi-radius); box-shadow: 0 1px 3px rgba(17, 37, 50, .04); }
.bi-hero-main, .bi-hero-card { position: relative; overflow: hidden; background: #dfe4e7; }
.bi-hero-main { aspect-ratio: 1.84 / 1; min-height: 360px; cursor: grab; touch-action: pan-y; }
.bi-hero-main.is-dragging { cursor: grabbing; }
.bi-hero-secondary { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; }
.bi-hero-card { min-height: 0; background: #fff; border-right: 1px solid var(--bi-line); }
.bi-hero-card:last-child { border-right: 0; }
.bi-hero-card-image { display: block; aspect-ratio: 1.62 / 1; overflow: hidden; background: #dfe4e7; }
.bi-hero-card-body { padding: 9px 9px 11px; background: #fff; min-height: 72px; }
.bi-hero-card-body h3 { margin: 0; font-size: 14px; line-height: 1.25; }
.bi-hero-card.is-active { box-shadow: inset 0 -3px 0 var(--bi-gold); }
.bi-media { width: 100%; height: 100%; object-fit: cover; }
.bi-placeholder { width: 100%; height: 100%; min-height: 120px; background: linear-gradient(135deg, #dfe9ed, #91aab4 52%, var(--bi-navy)); }
.bi-overlay { position: absolute; inset: auto 0 0; padding: 22px 20px 17px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.86)); }
.bi-overlay h2 { margin: 7px 0 0; font-size: clamp(23px, 2.4vw, 30px); line-height: 1.14; }
.bi-hero-card .bi-overlay { padding: 14px 13px 12px; }
.bi-hero-card .bi-overlay h3 { margin: 5px 0 0; font-size: 15px; line-height: 1.22; }
.bi-kicker { color: var(--bi-gold); font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; }
.bi-overlay .bi-kicker { color: #fff; background: var(--bi-gold); padding: 4px 7px; letter-spacing: 1px; display: inline-block; border-radius: 2px; }
.bi-hero-date { margin-top: 7px; color: rgba(255,255,255,.88); font-size: 12px; display: flex; align-items: center; gap: 4px; }
.bi-hero-date .bi-icon { width: 13px; height: 13px; }
.bi-meta { color: var(--bi-muted); font-size: 11px; display: flex; align-items: center; gap: 5px; }
.bi-overlay .bi-meta { color: rgba(255,255,255,.82); margin-top: 7px; }
.bi-post-list { display: flex; flex-direction: column; }
.bi-post-row { display: grid; grid-template-columns: 188px minmax(0, 1fr); gap: 18px; padding: 0 0 17px; margin-bottom: 17px; border-bottom: 1px solid var(--bi-line); }
.bi-post-row .bi-thumb { aspect-ratio: 16/10; overflow: hidden; border-radius: 3px; background: #e6ecef; }
.bi-post-row .bi-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bi-post-row h3 { margin: 6px 0 8px; font-size: 17px; line-height: 1.25; }
.bi-post-row p { margin: 0; color: #6a737e; font-size: 13px; }
.bi-three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bi-card { min-width: 0; }
.bi-card-image { aspect-ratio: 16/10; overflow: hidden; border-radius: 3px; background: #e6ecef; }
.bi-card-image img { width: 100%; height: 100%; object-fit: cover; }
.bi-card h3 { font-size: 15px; line-height: 1.24; margin: 8px 0 6px; }
.bi-card .bi-meta { font-size: 9px; }
.bi-section-more { display: block; width: max-content; margin: 16px auto 0; padding: 8px 28px; border-radius: 18px; background: var(--bi-gold); color: #fff !important; font-size: 10px; font-weight: 700; }

.bi-sidebar { min-width: 0; }
.bi-widget { margin-bottom: 30px; }
.bi-widget-title { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--bi-line); padding: 0 0 9px; margin: 0 0 13px; }
.bi-widget-title h2, .bi-widget-title h3 { margin: 0; padding-left: 11px; position: relative; font-size: 19px; line-height: 1.2; }
.bi-widget-title h2::before, .bi-widget-title h3::before { content: ""; position: absolute; left: 0; top: 2px; bottom: 2px; width: 4px; background: var(--bi-gold); }
.bi-popular { border: 1px solid var(--bi-line); padding: 12px; background: #fff; }
.bi-popular-feature img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 3px; }
.bi-popular-feature h3 { font-size: 15px; line-height: 1.25; margin: 11px 0 13px; }
.bi-ranked { list-style: none; padding: 0; margin: 0; counter-reset: ranked; }
.bi-ranked li { counter-increment: ranked; display: grid; grid-template-columns: 38px 1fr; gap: 8px; align-items: center; border-top: 1px dotted #d8dde1; padding: 14px 0; min-height: 66px; }
.bi-ranked li::before { content: counter(ranked); color: #e1e5ef; font-size: 29px; font-weight: 800; line-height: 1; }
.bi-ranked a { font-size: 13px; line-height: 1.3; font-weight: 700; }
.bi-latest { border: 1px solid var(--bi-line); padding: 12px; }
.bi-latest-feature img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 3px; }
.bi-latest-feature h3 { font-size: 15px; line-height: 1.25; margin: 8px 0 4px; }
.bi-latest-row { display: grid; grid-template-columns: 76px 1fr; gap: 10px; border-top: 1px solid var(--bi-line); padding: 10px 0 0; margin-top: 10px; }
.bi-latest-row img { width: 76px; height: 54px; object-fit: cover; border-radius: 3px; }
.bi-latest-row h3 { margin: 0; font-size: 13px; line-height: 1.25; }
.bi-latest-row .bi-meta { margin-top: 4px; font-size: 9px; }

.bi-breadcrumb { display: inline-flex; gap: 8px; align-items: center; color: #8e98a3; background: #f7f8f9; padding: 9px 13px; border-radius: 3px; font-size: 11px; margin-bottom: 16px; }
.bi-archive-title { font-size: 31px; margin: 0 0 23px; }
.bi-archive-hero { margin-bottom: 28px; }
.bi-pagination { display: flex; gap: 4px; margin-top: 24px; padding: 15px; background: #f5f5f5; border-radius: 3px; }
.bi-pagination a, .bi-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 27px; height: 27px; border-radius: 50%; background: #fff; color: var(--bi-ink); font-size: 11px; }
.bi-pagination .current { background: var(--bi-gold); color: #fff; }

.bi-single-title { margin: 0 0 9px; font-size: clamp(30px, 3.2vw, 40px); line-height: 1.1; }
.bi-byline { display: flex; align-items: center; gap: 10px; color: var(--bi-muted); font-size: 13px; margin: 8px 0 18px; }
.bi-avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--bi-gold); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
.bi-featured-single { width: 100%; max-height: 560px; object-fit: cover; border-radius: 3px; }
.bi-caption { color: #a0a8b0; font-size: 10px; margin: 4px 0 11px; }
.bi-entry-content { font-size: 16px; line-height: 1.78; }
.bi-entry-content p { margin: 0 0 1.15em; }
.bi-entry-content h2, .bi-entry-content h3 { line-height: 1.25; margin-top: 1.5em; }
.bi-entry-content blockquote { border-left: 4px solid var(--bi-gold); margin: 1.4em 0; padding: 12px 18px; background: #fbf7ee; }
.bi-entry-content img { margin: 18px auto; }
.bi-entry-content a { color: var(--bi-navy); text-decoration: underline; }
.bi-page-title { font-size: 40px; margin: 0 0 28px; }
.bi-page-content { min-height: 530px; font-size: 16px; }
.bi-page-content p { margin: 0 0 22px; }
.bi-comments { margin-top: 40px; }
.bi-comments-title { font-size: 16px; border-left: 4px solid var(--bi-gold); padding-left: 9px; }

.bi-footer { background: var(--bi-navy); color: #fff; text-align: center; padding: 34px 0 25px; }
.bi-footer h3 { margin: 0 0 8px; font-size: 13px; }
.bi-footer p { margin: 0 0 5px; font-size: 11px; color: rgba(255,255,255,.9); }
.bi-footer-brand { margin: 20px auto 15px; color: #fff; }
.bi-footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 17px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 11px; }
.bi-footer-follow { margin: 16px 0 13px; font-size: 11px; font-weight: 700; }
.bi-footer .bi-socials { justify-content: center; }
.bi-copyright { margin-top: 17px !important; font-size: 10px !important; }

.bi-empty { padding: 26px; background: #f8fafb; border: 1px solid var(--bi-line); color: var(--bi-muted); }
.alignleft { float: left; margin: 0 1.5em 1em 0; } .alignright { float: right; margin: 0 0 1em 1.5em; } .aligncenter { display: block; margin-left: auto; margin-right: auto; }

@media (max-width: 960px) {
    .bi-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 24px; }
    .bi-primary-menu a { padding-inline: 9px; font-size: 13px; }
    .bi-brandbar-inner { gap: 12px; }
    .bi-socials { gap: 5px; }
    .bi-social { width: 29px; height: 29px; }
}
@media (max-width: 760px) {
    .container { width: min(100% - 28px, 620px); }
    .bi-topbar-inner { min-height: 30px; font-size: 9px; }
    .bi-top-links { gap: 8px; }
    .bi-date { display: none; }
    .bi-brandbar { padding: 13px 0; }
    .bi-brandbar-inner { align-items: flex-start; flex-wrap: wrap; }
    .bi-brand { min-width: 0; flex: 1; }
    .bi-wordmark { font-size: 24px; }
    .bi-header-actions { flex: 1 1 100%; order: 3; justify-content: space-between; }
    .bi-search { width: calc(100% - 135px); }
    .bi-nav-inner { min-height: 43px; }
    .bi-menu-toggle { display: block; }
    .bi-primary-menu { display: none; position: absolute; left: 0; right: 0; top: 100%; z-index: 50; background: var(--bi-navy-dark); flex-direction: column; box-shadow: 0 10px 20px rgba(0,0,0,.2); }
    .bi-primary-menu.is-open { display: flex; }
    .bi-nav { position: relative; }
    .bi-primary-menu a { min-height: 40px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
    .bi-primary-menu .sub-menu { position: static; display: block; box-shadow: none; }
    .bi-primary-menu .sub-menu a { padding-left: 32px; }
    .bi-main { padding-top: 24px; }
    .bi-layout { display: block; }
    .bi-sidebar { margin-top: 40px; }
    .bi-hero-main { min-height: 290px; }
    .bi-hero-card-body h3 { font-size: 12px; }
    .bi-post-row { grid-template-columns: 125px minmax(0, 1fr); gap: 12px; }
    .bi-post-row h3 { font-size: 13px; }
    .bi-post-row p { display: none; }
    .bi-three-grid { gap: 9px; }
    .bi-card h3 { font-size: 11px; }
    .bi-entry-content { font-size: 15px; }
}
@media (max-width: 450px) {
    .bi-social.rss { display: none; }
    .bi-hero-main { min-height: 260px; }
    .bi-hero-secondary { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
    .bi-hero-card { min-width: 72%; border-right: 1px solid var(--bi-line); scroll-snap-align: start; }
    .bi-three-grid { grid-template-columns: 1fr; }
    .bi-three-grid .bi-card { display: grid; grid-template-columns: 120px 1fr; gap: 10px; border-bottom: 1px solid var(--bi-line); padding-bottom: 10px; }
    .bi-three-grid .bi-card h3 { margin: 2px 0 5px; }
    .bi-three-grid .bi-card .bi-meta { grid-column: 2; margin-top: -24px; }
}

/* Single post reference contract: title -> author -> feature -> share -> body -> tags -> share -> editor. */
html { scrollbar-color: #c9a260 #f5f5f5; scrollbar-width: thin; }
body { overflow-x: hidden; }
*:focus-visible { outline: 3px solid rgba(216,169,79,.55); outline-offset: 3px; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #f5f5f5; }
::-webkit-scrollbar-thumb { background: #c9a260; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #ad8848; }
@media (forced-colors: active) { *:focus-visible { outline: 2px solid CanvasText; } ::-webkit-scrollbar-thumb { background: ButtonText; } ::-webkit-scrollbar-track { background: Canvas; } }

.bi-single-main { padding-top: 30px; }
.bi-menu-icon-open { display: none; }
.bi-menu-toggle.is-open .bi-menu-icon-closed { display: none; }
.bi-menu-toggle.is-open .bi-menu-icon-open { display: inline-flex; }
.bi-single-main .bi-breadcrumb { align-items: center; background: #f5f5f5; border-radius: 10px; clear: both; display: inline-flex; float: left; gap: 8px; margin-bottom: 15px; min-height: 30px; padding: 0 10px 0 0; position: relative; }
.bi-single-main .bi-breadcrumb a:first-child { align-items: center; background: #fff; border-radius: 10px; color: var(--bi-gold); display: inline-flex; height: 30px; justify-content: center; margin-left: -5px; padding: 0 10px; }
.bi-single-main .bi-breadcrumb a:first-child .bi-icon { height: 21px; width: 21px; }
.bi-single-main .bi-breadcrumb a:last-child { color: #14142b; font-size: 11px; font-weight: 400; }
.bi-single-main .bi-breadcrumb > span { color: #ccc; font-size: 11px; }
.bi-single-main .bi-breadcrumb::after { clear: both; content: ''; display: table; }
.bi-single-reference { background: transparent; border: 0; box-shadow: none; }
.bi-single-reference .bi-single-header { margin: 0; }
.bi-single-reference .bi-single-title { color: #2a2a2a; float: left; font-size: 36px; font-weight: 700; letter-spacing: -.65px; line-height: 1.16; margin: 0; padding: 0; text-align: left; width: 100%; overflow-wrap: anywhere; }
.bi-single-reference .bi-byline { align-items: center; clear: both; gap: 10px; margin: 16px 0 7px; min-height: 45px; }
.bi-avatar-link { border-radius: 50%; display: inline-flex; flex: 0 0 45px; height: 45px; overflow: hidden; width: 45px; }
.bi-avatar-image { border-radius: 50%; display: block; height: 45px; object-fit: cover; width: 45px; }
.bi-author-copy { display: flex; flex-direction: column; gap: 3px; }
.bi-author-copy strong { color: #2a2a2a; font-size: 15px; line-height: 1.2; text-transform: none; }
.bi-author-copy strong a:hover { color: #d2aa5f; }
.bi-author-copy time { color: #818181; font-size: 12px; line-height: 1.2; }
.bi-single-reference .bi-featured-figure { clear: both; margin: 10px 0 0; }
.bi-single-reference .bi-featured-single { border-radius: 0; max-height: none; object-fit: contain; width: 100%; }
.bi-single-reference .bi-caption { color: #929292; font-size: 11px; line-height: 1.4; margin: 5px 0 10px; }
.bi-single-reference .bi-entry-content { clear: both; font-size: 17px; line-height: 1.72; margin: 0; overflow-wrap: anywhere; }
.bi-single-reference .bi-entry-content p { margin: 0 0 20px; }
.bi-single-reference .bi-entry-content h2, .bi-single-reference .bi-entry-content h3 { color: #2a2a2a; line-height: 1.35; margin: 25px 0 12px; }
.bi-single-reference .bi-entry-content a { color: #d8162e; font-weight: 500; text-decoration: none; }
.bi-single-reference .bi-entry-content a:hover { color: #a60f22; text-decoration: underline; }
.bi-single-reference .bi-entry-content blockquote { background: #fbfbfb; border-left: 4px solid #d2aa5f; margin: 22px 0; padding: 12px 18px; }
.bi-single-reference .bi-entry-content img { height: auto; margin: 18px auto; }
.bi-single-reference .bi-entry-content #section_terkait { background: #fbfbfb; border-bottom: 1px solid #f1f1f1; border-top: 1px solid #f1f1f1; border-radius: 5px; margin: 0 0 25px; padding: 10px; }
.bi-single-reference .bi-entry-content #section_terkait ul { list-style: none; margin: 0; padding: 0; }
.bi-single-reference .bi-entry-content #section_terkait li { line-height: 1.5; }
.bi-single-reference .bi-entry-content #section_terkait strong { color: #d8162e; font-size: 18px; }
.bi-single-reference .bi-entry-content #section_terkait a { color: #222; font-weight: 400; }

.bi-single-tag-share { border: 0; clear: both; margin: 5px 0 10px; min-height: 26px; }
.bi-single-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.bi-single-tags a { border: 1px solid #e8e8e8; border-radius: 5px; color: #000; font-size: 12px; line-height: 24px; min-height: 25px; padding: 0 10px; text-transform: uppercase; }
.bi-single-tags a::before { content: '#'; margin-right: 3px; }
.bi-single-tags a:hover { background: transparent; border-color: #000; color: #000; }
.details-header { border-bottom: 1px dotted #ccc; border-top: 1px dotted #ccc; clear: both; font-size: 14px; margin-top: 15px; padding: 11px 0; text-align: center; }
.details-header .entry-meta { color: #333; }
.details-header b { font-weight: 700; }

.bi-reference-section-heading { align-items: center; border-bottom: 1px solid var(--bi-line); display: flex; justify-content: space-between; margin: 20px 0 15px; padding: 0 0 7px; }
.bi-reference-section-heading h2 { align-items: center; color: #2a2a2a; display: flex; font-size: 20px; line-height: 1.3; margin: 0; text-transform: capitalize; }
.bi-title-rule { background: var(--bi-gold); display: inline-block; height: 16px; margin-right: 10px; width: 5px; }
.bi-reference-section-heading .bi-index-link { align-items: center; color: var(--bi-gold); display: inline-flex; font-size: 12px; gap: 4px; letter-spacing: 2.5px; text-transform: capitalize; }
.bi-reference-section-heading .bi-index-link:hover { color: #222; }
.bi-reference-section-heading .bi-index-link .bi-icon { height: 14px; width: 14px; }
.bi-comments { clear: both; margin-top: 23px; }
.bi-comments .comment-respond { background: #f8f8f8; padding: 25px 30px 30px; }
.bi-more-news { clear: both; margin-top: 30px; }
.bi-more-news-list { display: flex; flex-direction: column; }
.bi-more-news-item { border-bottom: 1px solid var(--bi-line); display: grid; gap: 14px; grid-template-columns: 180px minmax(0, 1fr); padding: 0 0 15px; margin-bottom: 15px; }
.bi-more-news-image { aspect-ratio: 16/10; background: #e6ecef; border-radius: 3px; display: block; overflow: hidden; }
.bi-more-news-image img { height: 100%; object-fit: cover; width: 100%; }
.bi-more-news-copy h3 { font-size: 17px; line-height: 1.25; margin: 7px 0 8px; }
.bi-more-news-copy .bi-meta { font-size: 10px; }

/* Reference sidebar widgets: compact WordPress utility rail. */
.bi-sidebar-search { margin: 0 0 31px; }
.bi-sidebar-search label { color: #2a2a2a; display: block; font-size: 16px; font-weight: 600; line-height: 1.3; margin: 0 0 9px; }
.bi-sidebar-search-row { display: flex; gap: 8px; }
.bi-sidebar-search input { background: #fff; border: 1px solid #c9c9c9; border-radius: 0; color: #222; flex: 1; font-size: 14px; height: 38px; min-width: 0; padding: 7px 10px; }
.bi-sidebar-search button { background: #2f3439; border: 0; border-radius: 0; color: #fff; cursor: pointer; flex: 0 0 68px; font-size: 13px; height: 38px; }
.bi-sidebar-search button:hover { background: #d2aa5f; }
.bi-sidebar-widget { border-top: 1px solid #e5e5e5; margin: 0 0 29px; padding-top: 15px; }
.bi-sidebar-widget h2 { border-left: 4px solid var(--bi-gold); color: #2a2a2a; font-size: 21px; font-weight: 700; line-height: 1.25; margin: 0 0 13px; padding: 0 0 0 10px; }
.bi-sidebar-widget ul { color: #2a2a2a; font-size: 15px; line-height: 1.5; margin: 0; padding-left: 19px; }
.bi-sidebar-widget li { margin: 0 0 7px; }
.bi-sidebar-widget a { color: #2a2a2a; }
.bi-sidebar-widget a:hover { color: #d2aa5f; }
.bi-sidebar-empty { color: #555; font-size: 14px; line-height: 1.5; margin: 0; }

@media (max-width: 760px) {
    .bi-single-main { padding-top: 24px; }
    .bi-single-reference .bi-single-title { font-size: 32px; }
    .bi-single-reference .bi-entry-content { font-size: 16px; line-height: 1.72; }
    .bi-more-news-item { grid-template-columns: 125px minmax(0, 1fr); gap: 12px; }
    .bi-more-news-copy h3 { font-size: 13px; margin: 4px 0 6px; }
}
@media (max-width: 450px) {
    .bi-single-reference .bi-breadcrumb { margin-bottom: 13px; }
    .bi-single-reference .bi-entry-content #section_terkait a { display: block; }
    .bi-more-news-item { grid-template-columns: 112px minmax(0, 1fr); }
    .bi-more-news-copy .bi-kicker { font-size: 9px; letter-spacing: 1.5px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
