/* ==========================================================
   WEBIMPULSER PRO - DESKTOP SAFETY (RESTORE)
   ========================================================== */

/* 1. Hide mobile-only elements on desktop */
@media (min-width: 1025px) {

   .mobile-app-drawer,
   .drawer-overlay,
   .mobile-menu-btn,
   .logo-mobile {
      display: none !important;
   }

   .logo-desktop {
      display: block !important;
   }
}