/* BOOM_WORLD_MOBILE_LAYOUT_V402
   Mobile-only cleanup for BOOM WORLD.
   - Golden Signal stamp no longer covers the game map on phones.
   - WORLD globe sits slightly higher while FLY/ACTION stay where they are.
*/
@media (max-width:900px), (pointer:coarse) {
  /* The 4.0 stamp is useful on hub/community, but it steals map space in WORLD. */
  html body.boom-world .boom-v400-stamp {
    display: none !important;
  }

  /* Lift only WORLD by 12px. Positive bottom margin preserves FLY's position. */
  html body.boom-world .mob-actions #boom-region-switch.boom-mobile-world-globe {
    margin: -12px 0 12px !important;
  }
}
