.tackleShop{height:100%;display:flex;flex-direction:column;background-size:cover;background-position:center;border-radius:9px;padding:18px;gap:14px}
#stage .tackleShop .shopOffers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;flex:1;min-height:0;padding:0;background:none}
#stage .tackleShop .baitOffer{min-width:0;min-height:0;display:flex;flex-direction:column;padding:20px 16px;background:#08232dd9;border:1px solid #ead19888;border-radius:8px;gap:12px}
#stage .tackleShop .baitOffer>b{font-size:29px;line-height:1.3;color:#ffe4ad}
#stage .tackleShop .baitOffer p{font-size:24px;line-height:1.5;margin:0 0 auto;color:#f1eee2}
#stage .tackleShop .baitOffer button{font-size:26px!important;min-height:54px!important;padding:8px 16px!important;margin:0;width:100%;flex-shrink:0}
#stage .tackleShop .baitOffer button:first-of-type{background:#e3cb93;color:#18323c;border-color:#e3cb93}
.tackleShop .baitNote{flex:none;text-align:center;font-size:23px;line-height:1.4;margin:0;color:#fff2ce;text-shadow:0 2px 4px #000}
