/* components/molecules/totals-row.css — TotalsRow (M12). */

.cmp-totals-row {
  background: var(--surface-muted, #f9fafb);
  border-top: 2px solid var(--border-strong, #9ca3af);
  font-weight: 600;
}

.cmp-totals-row__cell {
  padding: 8px 10px;
  font-size: 12px;
  color: var(--text-strong, var(--text, inherit));
  vertical-align: middle;
  line-height: 1.4;
}

.cmp-totals-row__cell--align-right  { text-align: right; font-variant-numeric: tabular-nums; }
.cmp-totals-row__cell--align-center { text-align: center; }

.cmp-totals-row__cell--label {
  color: var(--text-muted, #6b7280);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 11px;
}

.cmp-totals-row__mark-cell {
  width: 32px;
  padding: 8px 8px;
}
