/* --- Backup CSS for the locked FAB on mobile (2025-10-19) --- */
@media (max-width: 768px){
  /* hide word "Город" */
  header.header .city > label, .header .city > label{ display:none !important; visibility:hidden !important; }
  /* hide header TG icons on mobile */
  .top-right .tg-icon, .top-right .tg-icon--mobile{ display:none !important; }
  /* FAB (backup, JS already inlines same rules) */
  #tgFab{
    position: fixed !important;
    right: 16px !important;
    bottom: 16px !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #229ED9 !important;
    border: none !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.18) !important;
    z-index: 2147483000 !important;
    padding: 0 !important;
  }
  #tgFab svg{ width:22px; height:22px; display:block; fill:#fff; }
}
