/* Mobile homepage: keep chat + back-to-top off the hero Search CTA (right).
   Loaded after pelikani.css so it wins over the earlier right-side lift. */
@media (max-width: 767px) {
  body:has(.pk-home__search) .chat-widget-btn {
    right: auto !important;
    left: 15px !important;
    bottom: calc(70px + 20px + 12px) !important;
  }
  body:has(.pk-home__search) .chat-window-wrapper {
    left: 15px !important;
    right: auto !important;
    top: max(12px, env(safe-area-inset-top, 0px)) !important;
    bottom: 12px !important;
    height: auto !important;
    max-height: none !important;
    width: calc(100vw - 30px) !important;
  }
  body:has(.pk-home__search) #scroll-top.button-go {
    right: auto !important;
    left: 15px !important;
  }
}
