.elementor-2723 .elementor-element.elementor-element-39675355{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2723 .elementor-element.elementor-element-268c7273 .jeg_post_title > a{font-size:45px;}.elementor-2723 .elementor-element.elementor-element-25ad25e5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2723 .elementor-element.elementor-element-5db3f00c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2723 .elementor-element.elementor-element-5db3f00c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2723 .elementor-element.elementor-element-1d4ebaa9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2723 .elementor-element.elementor-element-16cce68c{--spacer-size:20px;}@media(min-width:768px){.elementor-2723 .elementor-element.elementor-element-5db3f00c{--width:65.056%;}.elementor-2723 .elementor-element.elementor-element-1d4ebaa9{--width:50%;}}@media(max-width:767px){.elementor-2723 .elementor-element.elementor-element-268c7273 .jeg_post_title > a{font-size:21px;}}/* Start custom CSS for shortcode, class: .elementor-element-3a4e48f1 *//* ===== BOX TERPOPULER ===== */
.terpopuler {
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}

/* Heading TERPOPULER */
.terpopuler .title-section {
  margin-bottom: 15px;
  border-bottom: 2px solid #e30613; /* garis merah bawah */
  padding-bottom: 5px;
}

.terpopuler .title-section span {
  display: inline-block;
  background: #e30613;   /* kotak merah */
  color: #fff;           /* teks putih */
  font-weight: 700;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Item list */
.warp-list-terpopuler {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #f9f9f9;
  transition: background 0.3s;
}

.warp-list-terpopuler:nth-child(even) {
  background: #f1f1f1; /* zebra line */
}

.warp-list-terpopuler:hover {
  background: #ffeaea; /* hover bg */
}

/* Nomor urut */
.no-terpopuler {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #e30613;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

/* Judul */
.title-terpopuler h3 {
  font-size: 18px;
  margin: 0;
}

.title-terpopuler a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}

.title-terpopuler a:hover {
  color: #e30613;
  text-decoration: underline;
}

/* Versi dengan thumbnail (desktop default) */
.with-thumb .thumb-item {
  display: grid;
  grid-template-columns: 30px 80px 1fr;
  gap: 10px;
  align-items: center;
}

.with-thumb .thumb-terpopuler img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

/* ===== Responsif Tablet (<=1024px) ===== */
@media (max-width: 1024px) {
  .title-terpopuler h3 {
    font-size: 16px;
  }
  .with-thumb .thumb-item {
    grid-template-columns: 26px 70px 1fr;
  }
  .with-thumb .thumb-terpopuler img {
    width: 70px;
    height: 50px;
  }
}

/* ===== Responsif Mobile (<=768px) ===== */
@media (max-width: 768px) {
  .warp-list-terpopuler {
    padding: 8px;
  }
  .no-terpopuler {
    width: 24px;
    height: 24px;
    font-size: 14px;
    margin-right: 8px;
  }
  .title-terpopuler h3 {
    font-size: 15px;
  }
  .with-thumb .thumb-item {
    grid-template-columns: 24px 60px 1fr;
    gap: 8px;
  }
  .with-thumb .thumb-terpopuler img {
    width: 60px;
    height: 45px;
  }
}/* End custom CSS */