/* Footing calculator: keep the live-measurement caption visually attached to the diagram. */
#foundationVisualCaption {
  display: grid;
  justify-items: center;
  gap: 1px;
  padding-top: 7px;
  text-align: center;
}

#foundationVisualCaption small {
  color: var(--muted);
  font-weight: 600;
}

#foundationVisualCaption strong {
  color: var(--navy-deep);
  font-size: .92rem;
  line-height: 1.3;
}
