/* Buy More Save More – front styles */
.bmsm-card{border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 8px 24px rgba(16,24,40,.06);font-size:14px;line-height:1.45;background:#fff}
.bmsm-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:16px}
.bmsm-progress{margin:10px 0 14px}
.bmsm-progress-track{height:10px;background:#eee;border-radius:999px;overflow:hidden}
.bmsm-progress-fill{height:100%;background:var(--bmsm-primary, linear-gradient(90deg, rgba(34,197,94,.9), rgba(59,130,246,.9)));}
.bmsm-progress-text{display:flex;gap:8px;align-items:center;margin-top:8px;flex-wrap:wrap}
.bmsm-badge{display:inline-block;padding:2px 8px;border-radius:999px;background:#f3f4f6;font-size:12px}
.bmsm-badge-ok{background:var(--bmsm-badge-ok,#dcfce7)}
.bmsm-next{font-size:13px;color:#374151}
ul.bmsm-steps{list-style:none;margin:0;padding:0;border-top:1px dashed #e5e7eb;margin-top:10px}
ul.bmsm-steps li{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px dashed #eee}
ul.bmsm-steps li.passed .bmsm-step-title{opacity:.7;text-decoration:none}
.bmsm-status{font-size:12px;opacity:.85}
.bmsm-step-action .button.bmsm-explore{font-size:12px;padding:6px 12px;line-height:1;border-radius:8px;background:var(--bmsm-primary,#10b981);color:var(--bmsm-btn-text,#fff)}
.woocommerce-checkout .bmsm-card{margin-top:12px}
