
/* Container as a soft card */
.wcsp-pro-widget{
  border:1px solid #e7e7e7;
  border-radius:8px;
  padding:18px;
  max-width:760px;
  background:#fff;
  box-shadow:0 1px 0 rgba(0,0,0,.02) inset;
  font-family:inherit;
  color:#222;
}
.wcsp-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
  font-weight:600;
}
.wcsp-head strong{font-weight:700}
.wcsp-qty label{display:block;font-weight:700;margin:8px 0 6px}
.wcsp-stepper{display:inline-flex;align-items:center;border:1px solid #d9d9d9;border-radius:8px;overflow:hidden;background:#fafafa}
.wcsp-stepper button{border:0;background:#f2f2f2;padding:6px 12px;cursor:pointer;line-height:1;font-size:18px}
.wcsp-stepper input{border:0;width:90px;text-align:center;padding:8px 0;background:#fff;font-weight:600}
.wcsp-min{font-size:12px;color:#6b7280;margin-top:4px}
.wcsp-total{margin:14px 0 8px;font-size:16px}
.wcsp-total strong{font-weight:700}
.wcsp-note{font-size:12px;color:#6b7280}
.wcsp-tiers{width:100%;border-collapse:collapse;margin:12px 0 6px}
.wcsp-tiers th{background:#f7f7f7;color:#111;font-weight:700;text-align:left;border:1px solid #eee;padding:10px}
.wcsp-tiers td{border:1px solid #eee;padding:10px}
.wcsp-tiers tr:nth-child(even) td{background:#fafafa}
.wcsp-tiers tr.is-active td{background:#fff8e6}
.wcsp-tiers + .wcsp-footnote{font-size:12px;color:#6b7280;margin-bottom:12px}
.wcsp-extras h4{margin:8px 0 6px;font-weight:700}
.wcsp-extras-note{font-size:12px;color:#6b7280;margin:0 0 8px}
.wcsp-extras-list{display:block}
.wcsp-extra{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #eee;border-radius:8px;margin-bottom:8px;background:#fff}
.wcsp-extra img.wcsp-extra-img{width:36px;height:36px;object-fit:cover;border-radius:6px;border:1px solid #eee}
.wcsp-extra-title{font-weight:600}
.wcsp-extra-price{margin-left:auto;font-weight:700}
.wcsp-actions{margin:10px 0}
.wcsp-actions .button{background:#ef7d00;border-color:#ef7d00;color:#fff;padding:10px 16px;border-radius:8px;font-weight:700}
.wcsp-actions .button:hover{filter:brightness(.95)}
.wcsp-summary textarea,.wcsp-summary-text{width:100%;min-height:90px;border:1px solid #e5e7eb;border-radius:8px;padding:10px;font-size:14px}
