/* InventoryOS surcharge — cart fee add-on styling */
:is(li,tr):has(a[href*="delivery-priority-fee"]){display:none!important}
.ios-fee-hidden{display:none!important}
.ios-addon-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding:9px 12px;background:#fafafa;border:1px solid #ececec;border-radius:10px;font-size:12px;color:#525252;line-height:1.4}
.ios-addon-row b{font-weight:600;color:#111;white-space:nowrap}
.ios-addon-row .ios-addon-title{font-weight:600;color:#111}
