@media (max-width:767px){
  .mmld34-cat-scroll-hint{
    width:calc(100% - 32px)!important;
    min-height:34px!important;
    margin:8px auto 14px!important;
    border-radius:999px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    background:rgba(10,10,8,.88)!important;
    border:1px solid rgba(216,170,95,.34)!important;
    color:#d8aa5f!important;
    font-size:12px!important;
    font-weight:700!important;
    box-shadow:0 8px 22px rgba(0,0,0,.22)!important;
    direction:rtl!important;
    animation:mmld34-hint-pulse 1.5s ease-in-out infinite!important;
  }

  .mmld34-cat-scroll-hint:before{
    content:"←"!important;
    width:22px!important;
    height:22px!important;
    border-radius:50%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:rgba(216,170,95,.14)!important;
    color:#f4e3bd!important;
    font-size:15px!important;
    animation:mmld34-arrow-move 1.2s ease-in-out infinite!important;
  }

  .mmld34-cat-scroll-hint.mmld34-hidden{
    display:none!important;
  }

  @keyframes mmld34-hint-pulse{
    0%,100%{opacity:.75}
    50%{opacity:1}
  }

  @keyframes mmld34-arrow-move{
    0%,100%{transform:translateX(0)}
    50%{transform:translateX(-5px)}
  }
}
