/* mt-trade-footer.css
 * Tier 2.5 fix-up: visible gray separator between CSI categories in
 * Material Takeoff. The .mt-trade-footer row uses inline
 * background:var(--bg-subtle,#1a1a1a) which renders as a near-black bar.
 * Override with !important because external CSS does not trump inline style.
 */

tr.mt-trade-footer {
  background: var(--gray-100, #F1F5F9) !important;
  color: var(--dark, #1F2933) !important;
  border-top: 1px solid var(--gray-200, #E2E8F0);
  border-bottom: 1px solid var(--gray-200, #E2E8F0);
}

tr.mt-trade-footer td {
  background: inherit !important;
  color: inherit !important;
  padding: 8px 12px;
}

tr.mt-trade-footer em {
  font-style: normal;
  font-weight: 600;
}
