/* R5.65 — Homepage FAQ mobile fixed-height scroll
   Scope: homepage FAQ only. Keeps desktop behaviour unchanged. */

@media (max-width: 900px){
  body.v83-home .r522-faq-text-only .v67-faq-shell{
    height:auto;
    overflow:visible;
  }

  body.v83-home .r522-faq-text-only .v67-faq-scroll{
    display:flex !important;
    flex-direction:column;
    height:400px !important;
    max-height:400px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-gutter:stable;
    scroll-padding-block:14px 18px;
  }
}

@media (max-width: 720px){
  body.v83-home .r522-faq-text-only .v67-faq-scroll{
    height:360px !important;
    max-height:360px !important;
    padding:14px 14px 18px !important;
    gap:9px !important;
  }
}

@media (max-width: 380px){
  body.v83-home .r522-faq-text-only .v67-faq-scroll{
    height:340px !important;
    max-height:340px !important;
    padding-inline:12px !important;
  }
}
