/* Styles moved from inline footer: FAB and mobile helpers */
@media (max-width:768px) {
    #mobileSearchFab { position: fixed; right: 12px; bottom: 12px; z-index: 3000; border-radius: 50%; width:56px; height:56px; display:flex; align-items:center; justify-content:center; box-shadow: 0 6px 18px rgba(0,0,0,0.12); }
    #mobileSearchFab .icon { font-size: 22px; }
}
