/* AutoSchools V2.0.13 — keep the central Quick Action sheet visibly usable. */

/*
 * Some Telegram/browser WebViews can suspend the opening transition while the
 * tab changes compositing state. In that state aria-hidden is already false,
 * but the panel remains at translateY(105%) below the viewport. The opened
 * state therefore uses its final position immediately; closing remains handled
 * by the existing V2.0.5 sheet contract.
 */
.quick-action-sheet.open .quick-sheet-panel {
  transform:translate(-50%, 0) !important;
  transition:none !important;
}
