/* Catalogue compatibility only: retain the original compact look, let nine+
   crops scroll on one row instead of colliding with the joystick in two rows. */
.toolbelt{touch-action:pan-x;pointer-events:auto;overscroll-behavior-x:contain;scrollbar-width:thin}
.shop-items,#bag-content{touch-action:pan-y;overscroll-behavior-y:contain}
@media(max-width:700px){
 .toolbelt{display:flex;overflow-x:auto;max-width:calc(100vw - 18px);scroll-snap-type:x proximity}
 .toolbelt .tool{flex:0 0 56px;width:56px;min-width:56px;scroll-snap-align:start}
 .choose-seed{min-width:44px;min-height:44px;padding:8px}
 .shop-item{gap:7px}.shop-copy{min-width:0}.shop-copy h3{overflow-wrap:anywhere}
 .farm-dialog{max-width:calc(100vw - 24px);max-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 24px)}
}
