.abpc { border:1px solid #e5e7eb; padding:16px; }
.abpc-table { width:100%; margin-bottom:16px; }
.abpc-row { display:grid; grid-template-columns: 1.5fr 0.8fr 0.7fr 0.8fr; align-items:center; gap:12px; padding:10px 0; border-bottom:1px solid #f1f5f9; }
.abpc-head { font-weight:600; }
.abpc-prod img { width:56px; height:56px; object-fit:cover; margin-right:8px; }
.abpc-prod { display:flex; align-items:center; gap:8px; }
.abpc-qty { display:flex; align-items:center; gap:6px; }
.abpc-qty button { width:28px; height:28px; }
.abpc-input { width:56px; text-align:center; }
.abpc-form .abpc-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.abpc-form .abpc-grid .wide { grid-column:1 / -1; }
.abpc-summary { margin-top:12px; border-top:1px dashed #ddd; padding-top:12px; }
.abpc-summary div { display:flex; justify-content:space-between; margin:6px 0; }
.abpc-total strong { color:#16a34a; font-size:18px; }
#abpc-submit { margin-top:12px; background:#16a34a; color:#fff; padding:10px 16px; border:none; border-radius:6px; }
@media (max-width:720px){
  .abpc-row{ grid-template-columns: 1fr 0.8fr 0.7fr 0.8fr; }
  .abpc-form .abpc-grid { grid-template-columns:1fr; }
}
