/* =============================================================
   價格調整（ADJ-B）module styles
   Shares row/review/table primitives with adj-vendor.css
   ============================================================= */

/* ── Row review state color indicators (reuse adj-vendor classes) ──
   .adj-row--approved, .adj-row--rejected, .adj-row--resubmit, .adj-row--pending
   already defined in adj-vendor.css — no redefinition needed            ── */

/* ── Product image placeholder cell ────────────────────────── */
.pa-img-placeholder {
  width: 40px;
  height: 40px;
  background: var(--bg-sunk);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: var(--fg-4);
  margin: 0 auto;
}

/* ── Margin improvement highlight ──────────────────────────── */
.pa-margin--improved {
  color: var(--tag-approved-fg);
  font-weight: 600;
}

/* ── Price change delta cell ─────────────────────────────────── */
.pa-price-up   { color: var(--danger); font-weight: 600; }
.pa-price-down { color: var(--tag-approved-fg); font-weight: 600; }

/* Group header colors (D/E/G/H) defined in ui-kit.css .tbl th.th-* rules */
