/* css/modules/attach.css: the .attach-* module — split out of css/app.css by #360's sibling stage (#362).
   Load order is core.css, then every modules/*.css alphabetically; rules here
   are in their original relative order, and no selector in this file appears in
   any other (asserted in tests/css-split-check.js). */

/* job documents & permits */
.attach-card{margin-top:20px}
.attach-card.is-needed{border-left:4px solid var(--red)}
.attach-warn{background:#fde6df;color:var(--red);font-weight:800;font-size:13px;padding:9px 12px;border-radius:9px;margin-bottom:10px}
.attach-list{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}
.attach-row{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:9px;padding:8px 10px}
.attach-ico{font-size:16px;color:var(--muted-2);width:20px;text-align:center;flex:none}
.attach-b{flex:1;min-width:0}
.attach-b b{display:block;font-size:13.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.attach-b small{color:var(--muted);font-weight:700;font-size:12px}
.attach-add{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.attach-add select,.attach-add input{padding:8px 10px;border:1px solid var(--line);border-radius:8px;font-family:inherit;font-weight:600;font-size:13px}
.attach-add input{flex:1;min-width:170px}
