.w-list { display: flex; flex-direction: column; gap: 8px; }
.w-row { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line);
  border-radius: 10px; padding: 10px 14px; }
.w-row-removing { opacity: .5; }
.w-bill-num { flex-shrink: 0; min-width: 62px; font-weight: 700; color: var(--brand-dark); text-decoration: none; }
.w-bill-num:hover { text-decoration: underline; }
.w-catch { flex: 1 1 auto; min-width: 0; color: var(--ink); font-size: .93rem; overflow: hidden;
  text-overflow: ellipsis; white-space: nowrap; }
.w-remove { flex-shrink: 0; background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 5px 12px; font: inherit; font-size: .78rem; font-weight: 600; color: var(--die); cursor: pointer; }
.w-remove:hover { border-color: var(--die); background: var(--die-soft); }
