.my-leads{margin-top:22px}.my-leads[hidden]{display:none}.my-leads__list{display:grid;gap:11px}.my-lead{min-width:0;padding:18px;border:1px solid var(--line);border-radius:13px;background:#fff}.my-lead__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start}.my-lead__head h3{margin:0 0 6px;font-size:17px;line-height:1.4;overflow-wrap:anywhere}.my-lead__head p{margin:0;color:var(--muted);font-size:12px}.my-lead__status{padding:7px 10px;border-radius:99px;background:#fff2cf;color:#765400;font-size:11px;font-weight:850;white-space:nowrap}.my-lead__status[data-status="in_progress"]{background:#e4f0ff;color:#235787}.my-lead__status[data-status="waiting_client"]{background:#f5e9ff;color:#71418c}.my-lead__status[data-status="completed"]{background:#e1f4d9;color:#145b25}.my-lead dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:15px 0 0}.my-lead dl div{min-width:0;padding:10px 11px;border-radius:10px;background:#f2f7f0}.my-lead dt{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.04em}.my-lead dd{margin:4px 0 0;font-size:13px;font-weight:750;overflow-wrap:anywhere}.my-lead details{margin-top:14px}.my-lead summary{min-height:44px;display:flex;align-items:center;color:var(--green);font-size:13px;font-weight:800;cursor:pointer}.my-lead details p{max-height:220px;overflow:auto;margin:4px 0 0;padding:12px;border-radius:10px;background:#f7faf6;color:#405047;font-size:13px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.my-leads .account-empty button{border:0;cursor:pointer}@media(max-width:600px){.my-lead__head{grid-template-columns:1fr}.my-lead__status{justify-self:start}.my-lead dl{grid-template-columns:1fr}}
