/* Round 2 device-specific controls. */
/* The responsive-preview launcher is a desktop tool. Touch-only devices must
   never display it, regardless of portrait or landscape orientation. */
@media (hover: none) and (pointer: coarse),
       (any-hover: none) and (any-pointer: coarse) {
  .mobile-mode-toggle {
    display: none !important;
  }
}
