/* SIMPLIFIED mobile overrides - removed conflicts with Hero.css */
/* Only essential mobile fixes that don't conflict with component CSS */

@media screen and (max-width: 1024px) {
  /* Essential hero mobile layout - avoid grid conflicts */
  .hero-ore .tv-frame {
    width: 100% !important;
    max-width: 420px !important;
    height: auto !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  .hero-ore .tv-screen { 
    width: 100% !important; 
    height: auto !important; 
  }
}

