/* file.css — attachment chip, used by both the form and the detail view */
.file{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:var(--r-md);padding:9px 12px;background:var(--raised);font-size:13px;box-shadow:var(--shadow-xs)}
.file .x{margin-left:auto;border:0;background:transparent;cursor:pointer;color:var(--muted-2);font-size:15px;line-height:1;padding:2px 4px;border-radius:var(--r-xs)}
.file .x:hover{color:var(--ink);background:var(--hover)}
