.tb-wrapper{max-width:1240px;margin:0 auto;padding:8px 20px 32px}
.tb-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
@media(min-width:750px){.tb-grid{grid-template-columns:repeat(4,1fr)}}
.tb-item{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid rgba(12,12,12,.1);border-radius:14px;background:#fff}
.tb-icon{color:rgb(255,92,0);flex-shrink:0}
.tb-icon svg{width:22px;height:22px}
.tb-title{font-size:13px;font-weight:600;margin:0}
.tb-subtitle{font-size:11.5px;color:rgba(12,12,12,.55);margin:0}
.tb-delivery{display:flex;align-items:center;gap:12px;margin-top:16px;padding:14px 16px;background:rgba(255,92,0,.06);border-radius:14px}
.tb-delivery svg{width:22px;height:22px;color:rgb(255,92,0);flex-shrink:0}
.tb-delivery-title{font-size:13px;font-weight:600;margin:0}
.tb-delivery-text{font-size:12.5px;color:rgba(12,12,12,.6);margin:2px 0 0}