.tmbpp-grid{display:grid;gap:20px}
.tmbpp-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.tmbpp-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.tmbpp-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.tmbpp-cols-3,.tmbpp-cols-2{grid-template-columns:repeat(1,minmax(0,1fr))}}
.tmbpp-card{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff;display:flex;flex-direction:column}
.tmbpp-card__head{padding:18px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between}
.tmbpp-title{margin:0;font-size:20px}
.tmbpp-badge{font-size:12px;background:#f3f4f6;border:1px solid #e5e7eb;padding:4px 8px;border-radius:999px}
.tmbpp-card__body{padding:18px;flex:1}
.tmbpp-price{font-weight:700;margin-top:8px}
.tmbpp-card__foot{padding:18px;border-top:1px solid #f0f0f0;text-align:right}