/* ── Save / Compare secondary actions (Manufacturers directory) ───────── */
.mfr-sec-btn{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;font-weight:700;color:#6b7280;background:none;border:none;cursor:pointer;padding:2px 0}
.mfr-sec-btn:hover{color:#374151}
.mfr-sec-btn.on{color:#ef4444}
.mfr-sec-btn .heart{font-size:.9rem}
.mfr-compare-cb{display:flex;align-items:center;gap:5px;font-size:.78rem;font-weight:700;color:#6b7280;cursor:pointer}
.mfr-compare-cb input{accent-color:var(--teal);width:14px;height:14px;cursor:pointer}
.ml-card--compared{outline:2px solid var(--teal);outline-offset:-1px}

/* ── Sticky compare bar ── */
.mfr-compare-bar{position:fixed;left:0;right:0;bottom:-100px;background:#0f172a;color:#fff;z-index:9000;padding:14px 0;box-shadow:0 -8px 24px rgba(0,0,0,.2);transition:bottom .25s cubic-bezier(.4,0,.2,1)}
.mfr-compare-bar.show{bottom:0}
.mfr-compare-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.mfr-compare-bar-txt{font-size:.88rem;font-weight:700}
.mfr-compare-bar-txt span{color:var(--teal)}
.mfr-compare-bar-actions{display:flex;gap:10px}
.mfr-cbar-btn{border:none;border-radius:8px;padding:9px 16px;font-size:.8rem;font-weight:700;cursor:pointer;font-family:inherit}
.mfr-cbar-btn--clear{background:rgba(255,255,255,.1);color:#fff}
.mfr-cbar-btn--compare{background:var(--teal);color:#0d1829}
.mfr-cbar-btn--compare:hover{background:#00b094}
.mfr-cbar-btn--compare:disabled{opacity:.4;cursor:not-allowed}

/* ── Compare modal ── */
.mfr-cmp-overlay{position:fixed;inset:0;background:rgba(15,27,45,.65);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;z-index:10000;padding:20px}
.mfr-cmp-overlay.open{display:flex}
.mfr-cmp-modal{background:#fff;border-radius:18px;width:100%;max-width:1100px;max-height:88vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 60px rgba(0,0,0,.3)}
.mfr-cmp-head{display:flex;align-items:center;justify-content:space-between;padding:20px 26px;border-bottom:1px solid #e5e7eb;flex-shrink:0}
.mfr-cmp-title{font-size:1.2rem;font-weight:800;color:#0f172a}
.mfr-cmp-close{width:34px;height:34px;border-radius:50%;background:#f3f4f6;border:none;color:#6b7280;cursor:pointer;font-size:1.05rem}
.mfr-cmp-body{overflow:auto;padding:0}
.mfr-cmp-table{width:100%;border-collapse:collapse;font-size:.85rem}
.mfr-cmp-table th,.mfr-cmp-table td{padding:12px 18px;border-bottom:1px solid #f3f4f6;text-align:left;vertical-align:top}
.mfr-cmp-table th.row-label{background:#f9fafb;font-weight:700;color:#374151;white-space:nowrap;position:sticky;left:0}
.mfr-cmp-table td{color:#0f172a}
.mfr-cmp-table td .na{color:#cbd5e1;font-style:italic}
.mfr-cmp-col-head{text-align:center;min-width:180px}
.mfr-cmp-col-logo{width:56px;height:56px;border-radius:10px;background:#f3f4f6;margin:0 auto 8px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.mfr-cmp-col-logo img{width:100%;height:100%;object-fit:contain}
.mfr-cmp-col-name{font-weight:800;color:#0f172a}

@media (max-width: 700px) {
    .mfr-cmp-col-head{min-width:140px}
}

/* ── Popular Searches — real category/location/certification shortcut pills ── */
.fp-pill-wrap{display:flex;flex-wrap:wrap;gap:8px}
.fp-pill{display:inline-flex;align-items:center;font-size:.73rem;font-weight:700;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:100px;padding:6px 12px;text-decoration:none;transition:all .15s}
.fp-pill:hover{background:var(--teal);border-color:var(--teal);color:#0d1829}

/* ── Phase 2 — trust row (profile completeness / last updated / why-this-supplier) ── */
.ml-trust-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding-top:6px;margin-top:2px;border-top:1px solid #f1f5f9;font-size:.68rem;color:#94a3b8}
.ml-trust-item{white-space:nowrap}
.ml-trust-more{margin-left:auto;color:var(--teal);font-weight:700;text-decoration:none;white-space:nowrap;cursor:pointer}
.ml-trust-more:hover{text-decoration:underline}
.ml-why-panel{margin-top:6px;padding:10px 12px;background:#f8fafc;border:1px solid #eef2f7;border-radius:8px;display:flex;flex-direction:column;gap:4px}
.ml-why-item{font-size:.76rem;color:#334155;font-weight:600}
