/* ===== FINAL FIX: LIVECHAT FAVICON ICON ===== */
  .MENTOTO-sticky-livechat .icon{
    overflow:hidden!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:linear-gradient(135deg,#ffd15c,#c99116)!important;
    border-radius:50%!important;
  }
  .MENTOTO-sticky-livechat .icon::before,
  .MENTOTO-sticky-livechat .icon::after{
    display:none!important;
    content:none!important;
    opacity:0!important;
    visibility:hidden!important;
  }
  .MENTOTO-sticky-livechat .icon img{
    display:block!important;
    width:74%!important;
    height:74%!important;
    object-fit:contain!important;
    opacity:1!important;
    visibility:visible!important;
    filter:drop-shadow(0 2px 5px rgba(0,0,0,.42))!important;
  }

  /* ===== FINAL FIX: +4 LEBIH BANYAK HARUS TERLIHAT ===== */
  .hdd02-gallery__thumbnail-item-text,
  .hdd02-gallery__thumbnail-item-text:link,
  .hdd02-gallery__thumbnail-item-text:visited,
  .hdd02-gallery__thumbnail-item-text:hover,
  .hdd02-gallery__thumbnail-item-text:active,
  .hdd02-gallery__thumbnail-item-text .text,
  .hdd02-gallery__thumbnail-item-text span,
  .hdd02-gallery__thumbnail-item-text *{
    color:#fff3b8!important;
    -webkit-text-fill-color:#fff3b8!important;
    text-shadow:
      0 2px 8px rgba(0,0,0,.95),
      0 0 12px rgba(255,209,92,.62)!important;
    font-weight:900!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .hdd02-gallery__thumbnail-item-text{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    background:linear-gradient(180deg,rgba(24,17,4,.96),rgba(5,4,1,.98))!important;
    border:1.5px solid rgba(255,214,106,.82)!important;
    box-shadow:
      0 14px 30px rgba(0,0,0,.55),
      inset 0 1px 0 rgba(255,255,255,.12),
      0 0 14px rgba(255,209,92,.18)!important;
    border-radius:12px!important;
  }
  .hdd02-gallery__thumbnail-item-text .text{
    background:rgba(0,0,0,.28)!important;
    padding:4px 6px!important;
    border-radius:8px!important;
    line-height:1.25!important;
  }

  /* Jaga banner popup tetap tidak kepotong */
  .MENTOTO-popup-banner-card img{
    object-fit:contain!important;
    height:auto!important;
  }
