html {
  scroll-behavior: smooth;
}
a {
  transition: color 0.2s ease, background-color 0.2s ease;
}


/* === FacetWP Hacks === */
.facetwp-checkbox {
  float: left;
  padding-right: 30px;
}

ul.ahc_stats_widget li {
  float: left;
  color: #000;
}

.tagdiv-type {
  color: #000;
}

/************************
	CV Formatting
*************************/

/* Container untuk setiap entri biodata */
.cv_sub_box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 20px;
  background: linear-gradient(145deg, #ffffff, #f2f2f2);
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 14px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15.5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out,
    background 0.3s ease-in-out;
}

.cv_sub_box:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  background: linear-gradient(145deg, #fcfcfc, #f1f1f1);
}

.cv_sub_box .title {
  font-weight: 600;
  margin-bottom: 4px;
  color: #0d0d0d;
  font-size: 15.5px;
}

.cv_sub_box p {
  margin: 0;
  color: #333;
  line-height: 1.5;
}

/* Penutup: Sumber biodata */
.pdti {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px dashed #ccc;
  color: #666;
  font-size: 14px;
  font-style: italic;
  text-align: right;
}


/************************
	NEWSPAPER HACKS
*************************/
/* === Struktur grid utama untuk subjudul === */
.td-post-title {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 16px;
  margin-top: 20px;
}

.td-post-title.two-columns {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  .td-post-title,
  .td-post-title.two-columns {
    grid-template-columns: 1fr;
  }
}

/* === Tampilan setiap link ACF === */
.td-post-title strong > a {
  position: relative;
  display: block;
  padding: 14px 20px 14px 48px; /* spasi kiri untuk ikon */
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-left: 4px solid #e53935;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  overflow: hidden;
}

/* === Ikon bendera bulat di kiri === */
.td-post-title strong > a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2025/05/flag-indonesia-round.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* === Ripple effect ala Material Design === */
.td-post-title strong > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(211, 47, 47, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease-out, height 0.4s ease-out, opacity 0.4s ease-out;
  pointer-events: none;
  opacity: 0;
}

.td-post-title strong > a:active::after {
  width: 200%;
  height: 200%;
  opacity: 1;
  transition: 0s;
}

/* === Hover (desktop) === */
@media (hover: hover) {
  .td-post-title strong > a:hover {
    text-decoration: underline;
    color: #d32f2f;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }
}

/* === Fokus & tap feedback (mobile) === */
.td-post-title strong > a:focus {
  background-color: #fdfdfd;
  box-shadow:
    0 0 0 2px rgba(211, 47, 47, 0.2),
    inset 0 0 4px rgba(0, 0, 0, 0.03);
  border-left-color: #d32f2f;
}

/* === Judul utama tetap utuh dan lepas dari grid === */
.td-post-title h1,
.td-post-title .entry-title {
  grid-column: 1 / -1;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  color: inherit;
}

/* === Meta info: penulis, tanggal, komentar === */
.td-post-title .td-module-meta-info {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}

.td-post-title .td-post-author-name,
.td-post-title .td-post-date,
.td-post-title .td-post-comments {
  display: inline-flex;
  align-items: center;
}

.td-post-title .td-post-author-name {
  margin-right: 8px;
}

.td-post-title .td-post-comments {
  margin-left: 8px;
}

/* === Judul untuk blok yang Ada Background === */
.td-post-template-8 .td-post-header .entry-title,
.td-post-template-3 .td-post-header .entry-title,
.td-post-template-7 .td-post-header .entry-title {
  color: #fff !important;
}

/************************
	YOP POLL HACKS
*************************/
/* === Container Poll === */
.basic-yop-poll-container {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    max-width: 100%;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
    width: 100%;
    container-type: inline-size;
}

/* === Judul Pertanyaan === */
.basic-yop-poll-container .basic-question-title {
    background: #000000;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: center;
    padding: 16px 15px;
    margin: 0;
    position: relative;
}

/* === Daftar Pilihan Jawaban === */
.basic-yop-poll-container .basic-answers {
    list-style: none;
    padding: 0;
    margin: 0;
}

.basic-yop-poll-container .basic-answers .basic-answer {
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    border: 1px solid #ddd;
}

.basic-yop-poll-container .basic-answers .basic-answer:hover {
    background-color: #ffecec;
    border-color: #cc0000;
    transform: translateY(-2px);
}

.basic-yop-poll-container .basic-answer-label {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.basic-yop-poll-container .basic-answer input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #cc0000;
    border-radius: 50%;
    background: #fff;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.basic-yop-poll-container .basic-answer input[type="radio"]:checked {
    background-color: #cc0000;
    box-shadow: inset 0 0 0 4px #fff;
}

.basic-yop-poll-container .basic-answer .basic-text {
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    transition: color 0.3s, font-weight 0.3s;
}

.basic-yop-poll-container .basic-answer:hover .basic-text {
    color: #cc0000 !important;
    font-weight: 700 !important;
}

/* === Tombol Vote, Results, Back === */
.basic-yop-poll-container .basic-vote {
    text-align: center;
    margin: 10px 0 20px 0;
}

.basic-yop-poll-container .basic-vote-button,
.basic-yop-poll-container .basic-results-button,
.basic-yop-poll-container .basic-back-to-vote-button {
    background-color: #cc0000;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.basic-yop-poll-container .basic-vote-button:hover,
.basic-yop-poll-container .basic-results-button:hover,
.basic-yop-poll-container .basic-back-to-vote-button:hover {
    background-color: #990000;
    transform: scale(1.05);
}

/* === Area Hasil Polling === */
.basic-yop-poll-container .basic-answers-results {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.basic-yop-poll-container .basic-answers-results .basic-answer {
    background: #f5f5f5;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.basic-yop-poll-container .basic-answers-results .basic-answer:hover {
    background-color: #ffecec;
}

.basic-yop-poll-container .basic-answers-results .basic-answer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basic-yop-poll-container .basic-answers-results .basic-text {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #222222 !important;
}

.basic-yop-poll-container .basic-answers-results .basic-answer-results-details {
    font-size: 16px !important;
    font-weight: bold;
    color: #cc0000 !important;
    animation: popNumber 0.6s ease forwards;
}

/* === Progress Container dan Bar === */
.basic-yop-poll-container .progress {
    background: linear-gradient(180deg, #f1f1f1 0%, #e0e0e0 100%);
    border-radius: 8px;
    overflow: hidden;
    height: 22px;
    margin-top: 5px;
    position: relative;
    width: 100%;
}

.basic-yop-poll-container .progress-bar {
    background: linear-gradient(90deg, #ff6666 0%, #cc0000 50%, #990000 100%) !important;
    height: 100%;
    font-size: 0;
    min-width: 2%;
    transition: width 1.2s cubic-bezier(0.25, 1, 0.5, 1), background 0.5s;
    border-radius: 8px 0 0 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    animation: growBar 1.8s ease forwards;
    animation-delay: var(--delay, 0s);
}

.basic-yop-poll-container .progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shine 2.5s infinite;
}

/* === Animations === */
@keyframes growBar {
    0% { width: 0%; }
    100% { width: var(--progress-width, 100%); }
}

@keyframes shine {
    0% { left: -50%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

@keyframes popNumber {
    0% { transform: scale(0.6); opacity: 0; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

/* === Responsive Compact untuk Sidebar === */
@container (max-width: 450px) {
    .basic-yop-poll-container {
        padding: 10px;
        border-radius: 8px;
    }
    .basic-yop-poll-container .basic-question-title {
        font-size: 16px !important;
        padding: 12px 10px;
    }
    .basic-yop-poll-container .basic-answers .basic-answer {
        padding: 8px 10px;
        margin-bottom: 8px;
    }
    .basic-yop-poll-container .basic-text {
        font-size: 14px !important;
    }
    .basic-yop-poll-container .basic-vote-button,
    .basic-yop-poll-container .basic-results-button,
    .basic-yop-poll-container .basic-back-to-vote-button {
        font-size: 14px;
        padding: 8px 14px;
    }
    .basic-yop-poll-container .progress {
        height: 16px;
    }
    .basic-yop-poll-container .progress-bar {
        border-radius: 6px 0 0 6px;
    }
}


/************************
	READING TIME WP HACKS
*************************/
.span-reading-time {
  display: block;
  margin-bottom: 20px;
  font-size: 0.7em;
  font-weight: 400;
  font-style: italic;
}


/************************
	HITA BATAK PANEL
*************************/

/* Panel wrapper */
.box-hita-batak-wrapper {
  background-color: #111;
  border-left: 4px solid #dd3333;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  margin: 30px 0;
}

/* Header Title */
.box-hita-batak-header {
  font-weight: 600;
  font-size: 16px;
  padding: 14px 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-hita-batak-header:hover {
  background-color: #1a1a1a;
}

.box-hita-batak-header::after {
  content: "▼";
  font-size: 12px;
  color: #dd3333;
  transition: transform 0.3s ease;
}

/* Panel content */
.box-hita-batak-content {
  padding: 0 18px 12px;
  display: none;
  font-size: 15px;
  line-height: 1.6;
}

.box-hita-batak-content a {
  color: #fff;
  text-decoration: none;
  margin-right: 8px;
  display: inline-block;
  transition: color 0.2s ease;
}

.box-hita-batak-content a:hover {
  color: #dd3333;
  text-decoration: underline;
}

.box-hita-batak-content img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: 0 !important;
  margin-left: 4px;
  vertical-align: middle;
  opacity: 0.8;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.box-hita-batak-content img:hover {
  filter: brightness(1.2);
  opacity: 1;
  transform: scale(1.15);
}

/* Active state */
.box-hita-batak-wrapper.active .box-hita-batak-content {
  display: block;
}

.box-hita-batak-wrapper.active .box-hita-batak-header::after {
  transform: rotate(180deg);
}


/* === Feedzy Hacks === */
.feedzy-style2 .rss_content_wrap .title {
    font-weight: bold;
}

.feedzy-rss-1 ul {
    width: 38%;
    list-style: none;
    float: right;
   
}

.feedzy-rss-1 ul li .title a {
    font-weight: bold;
    font-size: .9em !important;
}

.feedzy-rss-1 ul li p {
     line-height: 1.4em !important;
    font-size: .8em !important;
}



/************************
	PANEL DASHBOARD HEADER FOOTER
*************************/

.footer-panel-separator {
  border: none;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  margin: 12px 0;
}

.blurred {
  filter: blur(1.5px) brightness(0.85) grayscale(0.2);
  transform: scale(0.98);
  opacity: 0.75;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

#menu-filter_acf_alfabet-1 li a .tdb-menu-item-text,
#menu-filter_acf_alfabet-2 li a .tdb-menu-item-text {
  transition: transform 0.25s ease, color 0.25s ease !important;
  transform-origin: center !important;
}

#menu-filter_acf_alfabet-1 li:hover a .tdb-menu-item-text,
#menu-filter_acf_alfabet-1 li.current-menu-item a .tdb-menu-item-text,
#menu-filter_acf_alfabet-2 li:hover a .tdb-menu-item-text,
#menu-filter_acf_alfabet-2 li.current-menu-item a .tdb-menu-item-text {
  transform: scale(1.4) !important;
}


.tagcloud-ti a {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  padding: 6px 12px;
  margin: 4px;
  font-size: 13px !important;
  color: #ccc !important;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.tagcloud-ti a:hover {
  background-color: #df5461;  /* strong red */
  color: #fff !important;
}



/************************
	WPDISCUZ HACKS
*************************/

/* Warna ikon voting */
.wpd-vote-emotion.wpd-vote-up {
  color: #111; /* hitam netral untuk senang */
}
.wpd-vote-emotion.wpd-vote-down {
  color: #c00; /* merah untuk tidak senang */
}

/* Hover efek */
.wpd-vote-emotion:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* Style jumlah vote */
.wpd-vote-count {
  font-weight: bold;
  margin-left: 4px;
  color: #000;
}

.wpd-prim-button {
  background-color: #d13434 !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.wpd-prim-button:hover {
  background-color: #a82424 !important;
  color: #fff !important;
}

.wpd-thread-head .wpd-thread-tabs li.wpd-active {
  border-bottom: 2px solid #d13434 !important;
  color: #d13434 !important;
}



/************************
	KUTIPAN KALIMAT: BUTTON - OUTLINED - NEWSPAPER HACKS 
*************************/

.td_btn.td_outlined_btn {
  all: unset;
  display: block;
  border: 1px solid #c00;
  padding: 1em 1.2em;
  margin-bottom: 0.8em;
  background: #fff;
  font-style: italic;
  color: #222;
  font-size: 1.05em;
  line-height: 1.6;
  position: relative;
  border-radius: 4px;
}

.td_btn.td_outlined_btn:last-child {
  margin-bottom: 0; /* hapus margin bawah jika terakhir */
}

.td_btn.td_outlined_btn::before {
  content: "“";
  font-size: 3em;
  color: #c00;
  position: absolute;
  top: -10px;
  left: 12px;
  font-family: Georgia, serif;
  opacity: 0.1;
  z-index: 0;
}

.td_btn.td_outlined_btn span,
.td_btn.td_outlined_btn {
  position: relative;
  z-index: 1;
}




/************************
	INDEX PAGE HACKS tokoh.id/index-tokoh/
*************************/
/* --- GRID DASAR --- */
.index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

/* --- SETIAP BLOK HURUF --- */
.index-grid-item h3 {
  font-size: 22px;
  font-weight: 800;
  color: #000;
  margin: 0 0 10px 0;
  position: relative;
}

.index-grid-item h3 a {
  text-decoration: none;
  color: #000;
  position: relative;
}

.index-grid-item h3 a::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #000;
  margin-top: 4px;
}

/* Wrapper untuk huruf A–Z dengan tooltip */
.tooltip-index-wrapper {
  position: relative;
  display: inline-block;
}

/* Tooltip muncul saat hover */
.tooltip-index-text {
  display: none;
  position: absolute;
  bottom: 125%; /* naik ke atas huruf */
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  white-space: nowrap;
  border-radius: 4px;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

/* Saat hover ke huruf, tampilkan tooltip */
.tooltip-index-wrapper:hover .tooltip-index-text {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

/* --- LIST NAMA TOKOH --- */
.index-grid-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.index-grid-item li {
  margin: 6px 0;
}

.index-grid-item li a {
  font-size: 15px;
  color: #cc0000;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.index-grid-item li a:hover {
  text-decoration: underline;
  color: #990000;
}

/* --- RESPONSIF MOBILE --- */
@media (max-width: 600px) {
  .index-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
  }

  .index-grid-item h3 {
    font-size: 18px;
  }

  .index-grid-item li a {
    font-size: 14px;
  }
}

.index-tokoh-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 30px auto;
  max-width: 1000px;
}

.index-tokoh-item {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
}

.index-tokoh-item a {
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-tokoh-item:hover {
  background: #cc0000;
  color: #fff;
}

.index-tokoh-item--wide {
  width: auto;
  padding: 0 16px;
  font-size: 15px;
  border-color: #cc0000;
}

.index-tokoh-item--wide:hover {
  background: #cc0000;
  color: #fff;
}

.index-tokoh-item--wide[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  white-space: nowrap;
  border-radius: 4px;
  z-index: 10;
}



/************************
	INDEX ALFABET DI PANEL UTAMA JADI STICKY (HEADER-FOOTER)
*************************/

/* Sticky top untuk desktop */
#tdi_78.scroll-sticky {
  position: fixed;
  top: 60px; /* default, ditimpa oleh JS jika login */
  left: 0;
  right: 0;
  z-index: 9999;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Sticky bottom untuk mobile */
@media (max-width: 768px) {
  #tdi_160.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    background: white;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  }

  #tdi_78 {
    display: none !important;
  }
}

@media (min-width: 769px) {
  #tdi_160 {
     z-index: 999;
  }
}



/* =========================
   ULTAH SIDEBAR - ULTAH HOMEPAGE - ULTAH HALAMAN KHUSUS
   ========================= */
/* =========================
   LAYOUT GRID & WRAPPER
   ========================= */
.tokoh-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.tokoh-grid:only-child,
.tokoh-grid:has(.tokoh-card-wrapper:nth-child(1):nth-last-child(1)) {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

body.page-id-25265 .tokoh-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
}

/* =========================
   TOKOH CARD - STYLE UMUM
   ========================= */
.tokoh-card-wrapper {
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  padding-bottom: 8px;
  position: relative;
  width: 150px;
}

.tokoh-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.2s ease;
  font-size: 12px;
  color: inherit;
}

.tokoh-card:hover {
  transform: translateY(-2px);
}

.tokoh-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4.2;
  object-fit: cover;
  margin-bottom: 4px;
  border-bottom: none;
}

body.page-id-25265 .tokoh-card img {
  height: auto;
  object-fit: cover;
}

/* =========================
   TOKOH INFO
   ========================= */
.tokoh-info {
  padding: 4px;
}

.tokoh-info .tokoh-nama {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: 1.2;
}

.tokoh-nama {
  font-size: 13px;
  font-weight: bold;
  margin-top: 4px;
}

.tokoh-tanggal {
  font-size: 12px;
  color: #666;
}

/* =========================
   LABEL ULTAH HARI INI
   ========================= */
.ultah-hari-ini {
  display: inline-block;
  background: #df5252;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 4px;
  border-radius: 3px;
  margin-left: 4px;
  margin-top: 10px;
}

.tokoh-sidebar-wrapper .ultah-hari-ini {
  background-color: #df5252;
  color: white;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 6px;
}

/* =========================
   SHARE SECTION
   ========================= */
.tokoh-share {
  justify-content: center;
  gap: 1px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.tokoh-share .share-label {
  display: none;
}

.tokoh-share button,
.tokoh-share a {
  background: none;
  border: none;
  margin: 0 4px;
  padding: 4px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.tokoh-share button.copy-share-btn {
  border-radius: 4px;
  color: #333;
}

.tokoh-share svg {
  width: 20px;
  height: 20px;
  fill: #ccc;
  margin: 0;
  transition: transform 0.2s ease;
}

.tokoh-share svg:hover,
.tokoh-share a:hover,
.tokoh-share button:hover {
  transform: scale(1.1);
}

body.page-id-25265 .tokoh-share {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 4px;
}

/* =========================
   HALAMAN KHUSUS
   ========================= */
.judul-ultah-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  flex-wrap: wrap;
  gap: 10px;
}

.judul-ultah {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.link-ultah-bulan-ini {
  font-size: 13px;
  color: #c00;
  text-decoration: none;
  text-align: right;
  margin-top: 6px;
}

.link-ultah-bulan-ini:hover,
.link-ultah-bulan-ini a:hover {
  text-decoration: underline;
}

.toggle-ultah {
  display: flex;
  gap: 6px;
}

.toggle-btn {
  font-size: 16px;
  padding: 4px 10px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  cursor: pointer;
  border-radius: 4px;
}

.toggle-btn.active {
  background: #c00;
  color: #fff;
  border-color: #c00;
}

.toggle-btn[data-target="bulanini"] {
  font-size: 12px;
}

.tokoh-bulanini {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

/* =========================
   SIDEBAR VARIAN
   ========================= */
.tokoh-sidebar-wrapper.ceria {
  background: #fdfdfd;
  padding: 0 0 10px;
  border-radius: 12px;
  color: #333;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tokoh-sidebar-wrapper.ceria:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  background-color: #fff4ee;
}

.tokoh-sidebar-wrapper .judul-ultah-sidebar {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #d84315;
  text-align: center;
  padding-bottom: 4px;
  letter-spacing: 0.3px;
}

.tokoh-sidebar-wrapper .tokoh-card-wrapper,
.tokoh-sidebar-wrapper .tokoh-card {
  background: none;
  box-shadow: none;
}

.tokoh-sidebar-wrapper .tokoh-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.tokoh-sidebar-wrapper .tokoh-card img {
  width: 100%;
  max-width: 160px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(255, 100, 100, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tokoh-sidebar-wrapper .tokoh-card:hover img {
  transform: scale(1.05);
  box-shadow: 0 0 16px rgba(255, 100, 100, 0.4);
}

.tokoh-sidebar-wrapper .tokoh-nama {
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
  color: #b71c1c;
}

.tokoh-sidebar-wrapper .tokoh-tanggal {
  font-size: 14px;
  margin-top: 4px;
  color: #5d4037;
}

.tokoh-sidebar-wrapper .tokoh-share {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 12px;
}

.tokoh-sidebar-wrapper .tokoh-share img {
  width: 20px;
  height: 20px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.tokoh-sidebar-wrapper .tokoh-share img:hover {
  opacity: 1;
}

.tokoh-sidebar-wrapper .tokoh-share svg {
  fill: #333;
}

/* =========================
   SHARE IKON JUDUL
   ========================= */
.share-ultah-icons {
  display: flex;
  gap: 10px;
}

.share-ultah-icons a img,
.share-ultah-icons img {
  width: 24px;
  height: 24px;
  opacity: 0.8;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.share-ultah-icons a img:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* =========================
   KONFETI & ANIMASI
   ========================= */
.ultah-confetti {
  position: relative;
  height: 10px;
  margin-bottom: 8px;
  overflow: visible;
  pointer-events: none;
  text-align: center;
  font-size: 22px;
  line-height: 1;
}

.ultah-confetti span {
  position: absolute;
  font-size: 20px;
  animation: confetti-fall 3s linear infinite;
}

.ultah-confetti span:nth-child(1) { left: 20%; animation-delay: 0s; }
.ultah-confetti span:nth-child(2) { left: 50%; animation-delay: 0.6s; }
.ultah-confetti span:nth-child(3) { left: 75%; animation-delay: 1.2s; }

@keyframes confetti-fall {
  0%   { transform: translateY(-20px) rotate(0deg); opacity: 1; }
  100% { transform: translateY(100px) rotate(360deg); opacity: 0; }
}

/* =========================
   TAB SIDEBAR
   ========================= */
.sidebar-tab-buttons {
  display: flex;
  margin-top: 0;
}

.sidebar-tab {
  flex: 1;
  padding: 6px 10px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

.sidebar-tab.active {
  background: #fff;
  border-bottom: 2px solid #d00;
  color: #d00;
}

.sidebar-tab-content {
  display: none;
  margin-top: 10px;
  font-size: 13px;
}

.sidebar-tab-content.active {
  display: block;
}

.sidebar-tab-content .tglbulansejarah {
  font-size: 18px;
  margin: 10px 0 0 20px;
  font-weight: 700;
}

.sejarah-list {
  margin: 10px 0;
  padding-left: 18px;
}

.sejarah-list li {
  margin-bottom: 6px;
  font-size: 15px;
}

.kutipan-tokoh-sidebar blockquote {
  font-size: 15px;
  margin: 20px;
}

.kutipan-nama {
  padding: 0 0 0 30px;
}

/* =========================
   TEMA DARK MODE
   ========================= */
.ultah-homepage-dark .tokoh-card,
.ultah-homepage-dark .tokoh-tanggal {
  color: #ccc;
  background: none;
}

.ultah-homepage-dark .ultah-hari-ini {
  background: #df5252;
  color: #fff;
}
/* Efek grayscale dan zoom di homepage tokoh ultah */
.ultah-homepage-dark .tokoh-card img {
  filter: grayscale(100%);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.ultah-homepage-dark .tokoh-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}


/* Default (Desktop) */
.ultah-homepage-dark .tokoh-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.ultah-homepage-dark .tokoh-card-wrapper {
  width: 120px;
  flex-shrink: 0;
}

/* Tablet: 768px - 1024px */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .ultah-homepage-dark .tokoh-grid {
  display: flex;
  flex-wrap: nowrap; /* jangan izinkan baris baru */
  overflow-x: auto; /* geser horizontal jika perlu */
  gap: 12px;
  padding-bottom: 16px;
  justify-content: space-around;	
  }

  .ultah-homepage-dark .tokoh-card-wrapper {
  flex: 0 0 auto; /* agar lebar tetap */
    width: 120px;
  }
  .tokoh-share {
    display: flex !important;
  }
}

/* Mobile: 768px */
@media screen and (max-width: 767px) {
  .ultah-homepage-dark .tokoh-grid {
    flex-direction: column;
    align-items: center;
  }

  .ultah-homepage-dark .tokoh-card-wrapper {
    width: 85%;
  }
}

/* =========================
   MEDIA QUERIES
   ========================= */
@media screen and (max-width: 1024px) {
  .tokoh-share a,
  .tokoh-share button {
    width: 22px;
    height: 22px;
  }
  .tokoh-share svg {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 600px) {
  .judul-ultah-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.tokoh-share button.mobile-share-btn {
  display: none;
}
@media (max-width: 768px) {
  .tokoh-share button.mobile-share-btn {
    display: inline-block;
  }
}


/* =========================
   Footer Card Lorong Kata
   ========================= */

.lk-footer {
  margin-top: 40px;
}

.lk-footer__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;   /* abu-abu terang */
  border-radius: 12px;
  padding: 20px 24px;
}
.lk-footer__title {
  margin: 0 0 8px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  color: #111827;              /* hampir hitam */
  letter-spacing: .2px;
}
.lk-footer__text {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #374151;              /* abu-abu gelap */
}

/* Responsif kecil (opsional) */
@media (max-width: 480px){
  .lk-footer__card{ padding: 18px 16px; }
  .lk-footer__title { font-size: 15px; }
  .lk-footer__text { font-size: 14.5px; }
}

/************************************************************
  LORONG KATA + TOKOHINDONESIA HEADER/FOOTER ADDITIONS
  Merged from supplemental stylesheet
************************************************************/

/* Styling untuk blockquote Lorong Kata */
.tagdiv-type blockquote p {
  font-family: "Georgia", serif !important;
  font-style: italic !important;
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
  color: #333 !important;
  text-transform:none !important;
  border-left: 4px solid #cc0000 !important; /* Merah khas TokohIndonesia.com */
  padding: 0.5em 1em !important;
  margin: 1.5em 0 !important;
  background-color: #fafafa !important; /* Abu muda agar kontras lembut */
}

blockquote p {
  margin: 0; /* Hilangkan margin default */
}

.catatan-redaksi {
  background-color: #f9f9f9;
  border-left: 4px solid #ccc;
  padding: 1em;
  margin: 1.5em 0;
  font-style: italic;
  font-size: 0.75em;
}

.catatan-redaksi p {
  font-style: italic;
  font-size: 0.95em;
  margin-bottom: 5px;
}



/* =========================================================
   TOKOHINDONESIA HEADER BAR
   RESET v1.0 — COMPACT TOGGLE ONLY
   Scope: #tdi_86

   Aman:
   - Tidak menyentuh More
   - Tidak menyentuh dropdown
   - Tidak menyentuh menu alfabet/profesi/agama
   - Tidak menyentuh tab
   - Tidak menyentuh foto/card/grid
   ========================================================= */

/* Hide Lama Membaca */
#tdi_86 .rt-reading-time,
#tdi_86 .span-reading-time,
#tdi_86 [class*="reading-time"],
#tdi_86 [class*="Reading-Time"],
#tdi_86 [class*="read-time"],
#tdi_86 [class*="Read-Time"] {
  display: none !important;
}

/* Weather-side button */
#tdi_86 .ti-hb-compact-control {
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: middle !important;
  margin-left: 10px !important;
  position: relative !important;
  top: -1px !important;
  z-index: 10 !important;
}

#tdi_86 .ti-hb-compact-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  height: 23px !important;
  min-height: 23px !important;
  padding: 0 9px !important;

  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.075) !important;
  color: rgba(255, 255, 255, 0.78) !important;

  font-family: Montserrat, var(--td_default_google_font_1, "Open Sans", sans-serif) !important;
  font-size: 9.8px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .18px !important;

  cursor: pointer !important;
  outline: none !important;
  box-shadow: none !important;
  transition:
    background-color .18s ease,
    border-color .18s ease,
    color .18s ease,
    transform .18s ease !important;
}

#tdi_86 .ti-hb-compact-btn:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

/* Fallback kalau weather tidak ditemukan */
#tdi_86 .ti-hb-compact-control.ti-hb-control-fallback {
  display: flex !important;
  justify-content: flex-end !important;
  max-width: 1200px !important;
  margin: 0 auto 8px !important;
  padding: 0 12px !important;
  box-sizing: border-box !important;
}

/* Compact mode: hanya sembunyikan blok yang diberi JS */
#tdi_86.ti-hb-compact .ti-hb-collapsible {
  display: none !important;
}

/* Tombol tetap terlihat saat compact */
#tdi_86.ti-hb-compact .ti-hb-compact-control {
  display: inline-flex !important;
}

/* Responsive ringan */
@media (max-width: 1018px) {
  #tdi_86 .ti-hb-compact-control {
    margin-left: 8px !important;
    top: 0 !important;
  }

  #tdi_86 .ti-hb-compact-btn {
    height: 24px !important;
    min-height: 24px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
    font-size: 9.8px !important;
  }

  #tdi_86 .ti-hb-compact-control.ti-hb-control-fallback {
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

@media (max-width: 767px) {
  #tdi_86 .ti-hb-compact-control {
    margin-left: 6px !important;
  }

  #tdi_86 .ti-hb-compact-btn {
    height: 23px !important;
    min-height: 23px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 9.5px !important;
  }

  #tdi_86 .ti-hb-compact-control.ti-hb-control-fallback {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #tdi_86 .ti-hb-compact-btn {
    transition: none !important;
  }
}


/* =========================================================
   TOKOHINDONESIA FOOTER
   v1.0 — Compact Toggle + Tagcloud Quiet Polish
   Target: tagDiv Composer Footer
   Scope utama: .tdi_292

   Prinsip:
   - Tidak menyentuh More / dropdown tagDiv
   - Tidak mengubah layout menu alfabet, agama, provinsi, footer menu
   - Tidak menyentuh foto/card/grid
   - Compact hanya hide blok besar yang diberi JS
   - Tagcloud dipoles ringan, tetap editorial dan tenang
   ========================================================= */

/* =========================================================
   0. VARIABLES
   ========================================================= */

.tdi_292 {
  --ti-footer-font: Montserrat, var(--td_default_google_font_1, "Open Sans", sans-serif);
  --ti-footer-red: #ef4057;
  --ti-footer-text: rgba(238, 242, 250, 0.72);
  --ti-footer-text-strong: #ffffff;
  --ti-footer-muted: rgba(238, 242, 250, 0.46);
  --ti-footer-border: rgba(255, 255, 255, 0.11);
  --ti-footer-border-soft: rgba(255, 255, 255, 0.07);
  --ti-footer-chip-bg: rgba(255, 255, 255, 0.035);
  --ti-footer-chip-bg-hover: rgba(239, 64, 87, 0.13);
  --ti-footer-control-bg: rgba(255, 255, 255, 0.075);
  --ti-footer-control-bg-hover: rgba(255, 255, 255, 0.12);

  position: relative !important;
}

/* =========================================================
   1. COMPACT CONTROL NEAR MG
   JS inject tombol Ringkas/Lengkap dekat tombol MG.
   ========================================================= */

.tdi_292 .ti-footer-compact-control {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;

  margin: 23px 8px 0 0 !important;
  padding: 0 !important;

  float: right !important;
  clear: none !important;

  position: relative !important;
  z-index: 20 !important;
}

.tdi_292 .ti-footer-compact-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  height: 27px !important;
  min-height: 27px !important;
  padding: 0 10px !important;

  border: 1px solid var(--ti-footer-border-soft) !important;
  border-radius: 8px !important;
  background: var(--ti-footer-control-bg) !important;
  color: var(--ti-footer-text) !important;

  font-family: var(--ti-footer-font) !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .18px !important;

  cursor: pointer !important;
  outline: none !important;
  box-shadow: none !important;

  transition:
    background-color .18s ease,
    border-color .18s ease,
    color .18s ease,
    transform .18s ease !important;
}

.tdi_292 .ti-footer-compact-btn:hover {
  background: var(--ti-footer-control-bg-hover) !important;
  border-color: rgba(255,255,255, 0.18) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

/* fallback kalau MG tidak ditemukan */
.tdi_292 .ti-footer-compact-control.ti-footer-control-fallback {
  float: none !important;
  display: flex !important;
  justify-content: flex-end !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 6px auto 12px !important;
  padding: 0 12px !important;
  box-sizing: border-box !important;
}

/* =========================================================
   2. COMPACT MODE
   Hanya hide class yang diberi JS.
   Tidak menyentuh menu More/dropdown.
   ========================================================= */

.tdi_292.ti-footer-compact .ti-footer-collapsible {
  display: none !important;
}

.tdi_292.ti-footer-compact .ti-footer-compact-control {
  display: inline-flex !important;
}

/* =========================================================
   3. TAGCLOUD QUIET POLISH
   Scope: tagcloud footer saja, tidak menyentuh menu lain.
   ========================================================= */

.tdi_292 .td-ct-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 7px 8px !important;

  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;

  line-height: 1.2 !important;
}

/* Chip tag */
.tdi_292 .td-ct-wrap .td-ct-item {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 999px !important;

  color: var(--ti-footer-muted) !important;
  text-decoration: none !important;
  line-height: 1 !important;

  overflow: visible !important;
}

/* background bawaan tagDiv biasanya lewat ::before */
.tdi_292 .td-ct-wrap .td-ct-item::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;

  border: 1px solid var(--ti-footer-border-soft) !important;
  border-radius: 999px !important;
  background: var(--ti-footer-chip-bg) !important;
  box-shadow: none !important;

  opacity: 1 !important;
  transition:
    background-color .18s ease,
    border-color .18s ease,
    opacity .18s ease !important;
}

.tdi_292 .td-ct-wrap .td-ct-item-name {
  position: relative !important;
  z-index: 1 !important;

  display: inline-flex !important;
  align-items: center !important;

  padding: 7px 11px !important;

  color: var(--ti-footer-muted) !important;
  font-family: var(--ti-footer-font) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .18px !important;
  line-height: 1 !important;

  transition: color .18s ease !important;
}

.tdi_292 .td-ct-wrap .td-ct-item:hover::before {
  background: var(--ti-footer-chip-bg-hover) !important;
  border-color: rgba(239, 64, 87, 0.28) !important;
}

.tdi_292 .td-ct-wrap .td-ct-item:hover .td-ct-item-name {
  color: var(--ti-footer-text-strong) !important;
}

/* =========================================================
   4. SMALL POLISH WITHOUT TOUCHING MORE
   Aman: shadow dan separator saja.
   ========================================================= */

.tdi_292 .tdm_block,
.tdi_292 .tdm_block_wrap,
.tdi_292 .tdm_block_popup,
.tdi_292 .tdm_block_button {
  box-shadow: none !important;
}

.tdi_292 .tdm_block .tdm-btn,
.tdi_292 .tdm_block_popup .tdm-btn,
.tdi_292 .tdm_block_button .tdm-btn,
.tdi_292 a.tdm-btn {
  box-shadow: none !important;
}

.tdi_292 .td_block_separator span,
.tdi_292 .footer-panel-separator span {
  border-color: transparent !important;
  background: linear-gradient(90deg, transparent, var(--ti-footer-border), transparent) !important;
}

/* =========================================================
   5. RESPONSIVE
   ========================================================= */

@media (max-width: 1140px) {
  .tdi_292 .ti-footer-compact-control {
    float: none !important;
    display: flex !important;
    justify-content: flex-end !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px auto 10px !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
  }

  .tdi_292 .ti-footer-compact-btn {
    height: 25px !important;
    min-height: 25px !important;
    font-size: 10px !important;
  }

  .tdi_292 .td-ct-wrap {
    max-width: 100% !important;
    gap: 6px !important;
  }

  .tdi_292 .td-ct-wrap .td-ct-item-name {
    padding: 6px 10px !important;
    font-size: 10.5px !important;
  }
}

@media (max-width: 767px) {
  .tdi_292 .ti-footer-compact-control {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .tdi_292 .ti-footer-compact-btn {
    height: 24px !important;
    min-height: 24px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
    font-size: 9.6px !important;
  }

  .tdi_292 .td-ct-wrap {
    justify-content: flex-start !important;
    gap: 6px !important;
  }

  .tdi_292 .td-ct-wrap .td-ct-item-name {
    padding: 6px 9px !important;
    font-size: 10px !important;
  }
}

/* =========================================================
   6. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .tdi_292 *,
  .tdi_292 *::before,
  .tdi_292 *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}