/* ============================
   SISTEM SUNYI — GEMA SUNYI
   Clean — tanpa dot zen
   ============================ */
/* Wrapper position (setelah share icons) */
#gema-sunyi {
  margin-top: 1px;
}
/* Layout */
.gema-sunyi {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1rem;
  font-family: "Cormorant Garamond", serif;
  color: #111;
}
/* Quote */
.gema-sunyi .gema-text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: .2rem;
  opacity: 1 !important;
}
/* Attribution */
.gema-sunyi .gema-meta {
  font-family: "Lato", sans-serif;
  font-size: .85rem;
  color: #666;
  margin-top: .35rem;
  letter-spacing: .25px;
}
/* Subtle line */
.gema-sunyi::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #dcdcdc;
  opacity: .35;
  margin: .5rem auto .9rem !important;
}
/* Controls container — NO DOT, tighter spacing */
#gema-controls {
  text-align: center;
  margin-top: 5px !important;
  /* kecilkan biar rapih */
  margin-bottom: 15px !important;
  /* samara sebelum lead */
}
/* Dropdown + button */
#gema-controls select,
#gema-controls button {
  font-family: "Lato", sans-serif;
  font-size: .85rem;
  padding: .25rem .9rem;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 0 .35rem;
  padding-bottom: .15rem;
  /* garis lebih halus */
}
/* Hover subtle */
#gema-controls select:hover,
#gema-controls button:hover {
  background: #f8f8f8;
}
/* Isolasi styling dari theme */
#gema-sunyi,
#gema-controls,
#gema-sunyi *,
#gema-controls * {
  box-sizing: border-box;
}
/* Icon deep – subtle Sistem Sunyi marker */
.gema-sunyi .gema-deep {
  font-family: "Cormorant Garamond", serif;
  font-size: .95rem;
  margin-left: 4px;
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-1px);
  transition: opacity .25s ease;
}
/* Hover – muncul lebih jelas, tapi tetap elegan */
.gema-sunyi .gema-deep:hover {
  opacity: .9;
}
.gema-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  font-family: "Lato", sans-serif;
  opacity: .65;
}
.gema-orbit {
  font-size: .7rem;
  opacity: .55;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.gema-sunyi-item {
  margin-bottom: 1.1rem;
}
.gema-sunyi .icon {
  font-size: .92rem;
  opacity: .75;
  margin-right: 2px;
  font-family: "Cormorant Garamond", serif;
}
.gema-sunyi .dots {
  font-size: .9rem;
  opacity: .55;
  margin-right: 4px;
}
/* Pastikan dropdown sejajar sunyi */
#gema-controls label {
  margin: 0 .4rem;
  opacity: .85;
}
#gema-controls select {
  min-width: 125px;
}
.gema-item {
  margin-bottom: 1px;
  color: #444;
  font-size: 16px;
}
#gema-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem 1rem;
}
/* ============================
   SISTEM SUNYI — Dropdown Level
   rapikan multi-select
   ============================ */
/* Hide native multi-select completely (logic only) */
#gema-controls select[data-filter="level"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
/* Pill container */
.gema-level-pills {
  display: inline-flex;
  gap: .6rem;
  align-items: center;
  margin-left: .4rem;
}
/* Pill style */
.gema-level-pill {
  font-family: "Lato", sans-serif;
  font-size: .82rem;
  cursor: pointer;
  opacity: .55;
  padding: .05rem .3rem;
  border-radius: 3px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s ease, border-color 0.2s ease;
  user-select: none;
}
/* Active look */
.gema-level-pill.active {
  opacity: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.55);
  font-weight: 500;
}
/* Hover */
.gema-level-pill:hover {
  opacity: .75;
}
/* FINAL: Force hide select for Gema Praktis Level */
#gema-controls label select[data-filter="level"][multiple] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
}
/* Block wrapper must exist so we can show/hide whole group */
#gema-controls .filter-hidden {
  display: none !important;
}
.gema-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.gema-line {
  opacity: 1;
}
select[data-filter="level"] {
  display: none !important;
}
/* ===============================
   Gema Sunyi – Filter UI Refinement
   =============================== */
/* Wrapper */
.gema-controls {
  font-family: "Lato", sans-serif;
  font-size: .9rem;
  margin-top: 1.2rem;
  text-align: center;
}
/* Tombol switch */
.gema-switch button {
  font-size: .85rem;
  letter-spacing: .2px;
  padding: .2rem .6rem;
  opacity: .65;
  border: none;
  background: none;
  cursor: pointer;
  transition: opacity .2s, color .2s;
}
.gema-switch button[aria-pressed="true"] {
  opacity: 1;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.gema-switch button:hover {
  opacity: .9;
}
/* Label teks kecil, halus, sunyi */
.gema-controls label {
  font-size: .75rem;
  color: rgba(0, 0, 0, 0.55);
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: 0 .6rem;
  letter-spacing: .1px;
}
/* Select */
.gema-controls select {
  font-size: .8rem;
  padding: .25rem .35rem;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background: transparent;
}
/* Pills */
.gema-level-pills {
  display: inline-flex;
  gap: .6rem;
  margin-left: .4rem;
}
.gema-level-pill {
  font-size: .75rem;
  opacity: .55;
  padding: .1rem .28rem;
  cursor: pointer;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  transition: all .25s ease;
}
.gema-level-pill:hover {
  opacity: .85;
}
.gema-level-pill.active {
  opacity: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.65);
  font-weight: 500;
}
/* Spasi antar blok */
.gema-filters {
  margin-top: 0;
}
/* ============================
   SISTEM SUNYI — Subheading Orbit
   ============================ */
.gema-sunyi .gema-meta {
  font-family: "Lato", sans-serif;
  font-size: .7rem;
  opacity: .55;
  font-style: italic;
  /* bisa dicoba, tapi opsional */
  color: rgba(0, 0, 0, 0.45);
  margin-top: .15rem;
  letter-spacing: .35px;
  font-weight: 400;
}
/* Orbit text khusus */
.gema-sunyi .gema-orbit {
  font-size: .65rem;
  opacity: .45;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-top: .05rem;
  display: block;
}
/* ============================
   END SISTEM SUNYI — GEMA SUNYI
   END Clean — tanpa dot zen
   ============================ */
.sunyi-label.resonansi,
.sunyi-label.jejak,
.sunyi-label.fraktal,
.sunyi-label.inti,
.sunyi-label.dialektika,
.sunyi-label.studi-kasus {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #b00;
  background: rgba(176, 0, 0, 0.05);
  border: 1px solid rgba(176, 0, 0, 0.1);
  border-radius: 999px;
  padding: 4px 10px;
  margin-top: 6px;
  margin-bottom: 0;
  box-shadow: none;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.25s ease;
}
.sunyi-label.resonansi:hover,
.sunyi-label.jejak:hover,
.sunyi-label.fraktal:hover,
.sunyi-label.inti:hover,
.sunyi-label.dialektika:hover,
.sunyi-label.studi-kasus:hover {
  background: rgba(176, 0, 0, 0.08);
  border-color: rgba(176, 0, 0, 0.15);
  color: #b00;
}
.sunyi-label.resonansi svg,
.sunyi-label.jejak svg,
.sunyi-label.fraktal svg,
.sunyi-label.inti svg,
.sunyi-label.dialektika svg,
.sunyi-label.studi-kasus svg {
  width: 14px;
  height: 14px;
  opacity: 0.7;
  flex-shrink: 0;
}
.esai-resonansi-populer-inline {
  display: block;
  font-size: 0.8rem;
  color: #555;
  margin-top: 2px;
  margin-bottom: 32px;
  line-height: 1.6;
}
.esai-resonansi-populer-inline .label-populer {
  font-weight: 600;
  color: #444;
  opacity: 0.8;
  margin-right: 4px;
}
.esai-resonansi-populer-inline a {
  color: #333;
  text-decoration: none;
}
.esai-resonansi-populer-inline a:hover {
  color: #b00;
}
.esai-resonansi-populer-inline .divider {
  color: #bbb;
  padding: 0 4px;
}
p > .sunyi-label.resonansi,
p > .sunyi-label.jejak,
p > .sunyi-label.fraktal,
p > .sunyi-label.inti,
p > .sunyi-label.studi-kasus {
  display: inline-flex;
  margin-bottom: 0 !important;
}
p:has(.sunyi-label.resonansi),
p:has(.sunyi-label.jejak),
p:has(.sunyi-label.fraktal),
p:has(.sunyi-label.inti),
p:has(.sunyi-label.studi-kasus) {
  margin-bottom: 0 !important;
}
/* === LABEL DINAMIS POPULER === */
.label-populer {
  font-weight: 600;
  color: #444;
  margin-right: 4px;
}
/* Variasi warna sesuai konteks */
.label-populer:contains("2 Minggu") {
  color: #444;
  /* lebih merah */
}
.label-populer:contains("Bulan Ini") {
  color: #444;
  /* lebih lembut */
}
.label-populer:contains("Terbaru") {
  color: #444;
  font-style: italic;
}
.label-populer:contains("Populer") {
  color: #444;
}
/* Hover efek pada tautan artikel */
.esai-resonansi-populer-inline a {
  text-decoration: none;
  color: #111;
  transition: color 0.2s ease, transform 0.2s ease;
}
.esai-resonansi-populer-inline a:hover {
  color: #b00;
  transform: translateX(2px);
}
p.sunyi-orbit-b4-lead {
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
  margin-top: 0!important;
  margin-bottom: 0!important;
  letter-spacing: 0.3px;
  transition: color 0.5s ease;
}
body.dark-sunyi .sunyi-orbit-b4-lead {
  color: #aaa;
}
.sunyi-orbit-b4-lead a {
  color: #b00;
  text-decoration: none;
  border-bottom: 1px dotted rgba(176, 0, 0, 0.4);
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
}
.sunyi-orbit-b4-lead a:hover {
  color: #800;
  border-bottom-color: rgba(128, 0, 0, 0.6);
}
body.dark-sunyi .sunyi-orbit-b4-lead a {
  color: #f2b8b8;
  border-bottom: 1px dotted rgba(242, 184, 184, 0.4);
}
/* === SISTEM SUNYI CREDIT (FINAL RAPI & TERSEJAJAR) === */
.lorongkata-rielniro-icon {
  font-size: 0.85em;
  margin-left: 4px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.lorongkata-rielniro-icon:hover {
  opacity: 1;
}
.sunyi-credit {
  display: inline-flex;
  align-items: baseline;
  /* sejajarkan logo & teks mengikuti baseline font */
  gap: 6px;
  margin-top: 1px;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}
.sunyi-credit-logo {
  width: 16px;
  height: 16px;
  transform: translateY(1px);
  /* koreksi posisi agar pas dengan italic text */
  opacity: 0.85;
  flex-shrink: 0;
}
.sunyi-credit em {
  font-style: italic;
}
.sunyi-credit a {
  color: #b00;
  text-decoration: none;
  font-weight: 500;
}
.sunyi-credit a:hover {
  text-decoration: underline;
}
/* dark mode */
body.dark-sunyi .sunyi-credit {
  color: #ccc;
}
body.dark-sunyi .sunyi-credit-logo {
  filter: brightness(1.2);
}
.langkah-sunyi {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  background: #fafafa;
  padding: 32px 40px;
  border-radius: 10px;
  margin-top: 40px;
  border-left: 3px solid #cfcfcf;
}
.langkah-sunyi h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}
.langkah-sunyi h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #111;
  margin-top: 28px;
  font-size: 19px;
}
.langkah-sunyi blockquote {
  border-left: 3px solid #ddd;
  margin: 12px 0 24px 0;
  padding-left: 16px;
  font-style: italic;
  color: #666;
}
.langkah-sunyi hr {
  border: none;
  border-top: 1px solid #e3e3e3;
  margin: 24px 0;
}
.langkah-sunyi li {
  font-size: 18px;
}
/* Sembunyikan teks asli bawaan theme */
.tdb-next-post > span {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  position: relative;
  margin-bottom: 6px;
}
/* Ganti teks "Artikulli paraprak" dengan "Artikel Sebelumnya" */
.tdb-next-post.tdb-post-prev > span::after {
  content: "Artikel Sebelumnya";
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  font-weight: 400;
  text-align: left;
}
/* Ganti teks "Artikulli tjetër" dengan "Artikel Selanjutnya" */
.tdb-next-post.tdb-post-next > span::after {
  content: "Artikel Selanjutnya";
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  font-weight: 400;
  text-align: right;
}
/* Box Catatan Seri Sistem Sunyi */
.sunyi-note {
  font-size: 0.9rem;
  color: #555;
  border-top: 1px solid #ddd;
  margin-top: 2.5em;
  padding-top: 1.2em;
  line-height: 1.7;
}
.sunyi-note a {
  color: #b00;
  text-decoration: none;
}
.sunyi-note a:hover {
  text-decoration: underline;
}
.sunyi-note strong {
  color: #000;
}
.sunyi-note em {
  color: #444;
}
#gema-controls {
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: opacity .25s ease;
}
/************************
  Fix Posisi Lama Membaca
*************************/
.tdb_single_content .id_ad_content-horiz-left {
  float: none!important;
  margin-right: 0px !important;
}