/* ============================================================
   Villa Plumbing Field Portal — Project Committed Costs styling
   Layered onto the existing vpcc-jcp report look so the new
   section blends with the actual cost surface.
   ============================================================ */

.vpcc-cc-sub {
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #2c3e50;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.vpcc-jcp-amt.dup {
  text-decoration: line-through;
  opacity: 0.6;
}

/* Tighten the trace list when used for committed rows so the
   PO / quote / need lists scan as their own grouped subsection. */
[data-testid="vpcc-cc-po-list"],
[data-testid="vpcc-cc-quote-list"],
[data-testid="vpcc-cc-need-list"] {
  padding-left: 0;
  list-style: none;
}
