/* RealHomes and Joinchat occupy the same lower-right position. On touch
   layouts the browser already provides an efficient return-to-top gesture,
   so remove the redundant RealHomes control and preserve clear targets. */
@media (max-width: 600px), (hover: none) and (pointer: coarse) {
  #scroll-top { display: none !important; }
}
