/* MT Bidding — partners.css */
/* ===== LIÊN DANH ===== */
.exwrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;padding:16px}
.excard{border:1px dashed var(--line-strong);border-radius:var(--r-md);padding:14px;background:var(--surface-2);min-width:0}
.excard h4{margin:0 0 8px;font-size:14px;display:flex;align-items:center;gap:7px}
.exrow{display:flex;gap:10px;align-items:center;padding:9px 0;border-bottom:1px dashed var(--line)}
.exrow:last-child{border:0}
.exrow img{width:60px;height:44px;border-radius:6px;object-fit:cover;flex:0 0 auto}
.exrow .t{flex:1;min-width:0}
.exrow .t b{display:block;font-size:12.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.exrow .t span{font-size:11px;color:var(--text-3)}
.swap{width:32px;height:32px;border-radius:50%;background:var(--brand-grad);color:#fff;display:grid;place-items:center;flex:0 0 auto}
.exgo{background:var(--mt-yellow);color:#6B3E00;font-weight:700;padding:8px 14px;border-radius:var(--r-sm);font-size:12.5px}

/* ===== BÊN MỜI THẦU ===== */
.orgs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:14px 16px 16px}
.orgcard{border:1px solid var(--line);border-radius:var(--r-md);padding:11px 12px;display:flex;gap:10px;align-items:center;background:var(--surface-2);transition:.16s;min-width:0}
.orgcard:hover{border-color:var(--mt-red);box-shadow:var(--sh-2);transform:translateY(-2px)}
.orgcard .av{width:38px;height:38px;border-radius:9px;background:var(--brand-grad);color:#fff;display:grid;place-items:center;font-weight:800;font-size:13px;flex:0 0 auto}
.orgcard .oi{min-width:0}
.orgcard b{display:block;font-size:12.5px;font-weight:600;line-height:1.35}
.orgcard span{font-size:11px;color:var(--text-3)}
