/* ==========================================================================
   car-payment-calculator.css — one small addition to toolpage.css.

   Turning a sticker price into a payment needs ten inputs, and ten boxes in
   a single undifferentiated grid reads as a wall. A labelled rule splits the
   four numbers every buyer already knows from the trade-in / tax / fee block
   most people can leave alone, so the form looks half as long as it is.
   ========================================================================== */
.cp-group {
  margin: 24px 0 14px;
  padding-top: 16px;
  border-top: 1px dashed var(--border);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--muted);
}
.cp-group span {
  display: block;
  margin-top: 5px;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--muted);
}
