/* WhatDew World — We Can Dew It fallback placement.
 * Saved World coordinates add .world-layout-overridden and must always win.
 * These rules only keep the no-layout / API-failure mobile fallback tappable.
 */
@media(max-width:720px){
  .world-location-we-can-dew-it:not(.world-layout-overridden){
    --world-x:50%!important;
    --world-y:68%!important;
  }
  .world-location-would-you-rather:not(.world-layout-overridden){
    --world-y:89%!important;
  }
}
@media(max-width:350px){
  .world-location-we-can-dew-it:not(.world-layout-overridden){width:92px}
}
