/* Quiet two-point register heading: House Ledger left, official register right. */
.house-ledger__heading {
  grid-template-columns: 1fr auto !important;
  align-items: baseline !important;
  column-gap: clamp(1.4rem, 3vw, 3.5rem) !important;
}
.house-ledger__heading > p:first-child,
.house-ledger__heading > h2 {
  margin: 0 !important;
  color: #796f61 !important;
  font-family: var(--ceremonial) !important;
  font-size: .5rem !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: .19em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}
.house-ledger__heading > h2 {
  justify-self: end !important;
  max-width: none !important;
  text-align: right !important;
}
@media (max-width: 720px) {
  .house-ledger__heading {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: .48rem !important;
    text-align: center !important;
  }
  .house-ledger__heading > p:first-child,
  .house-ledger__heading > h2 {
    justify-self: center !important;
    font-size: .45rem !important;
    text-align: center !important;
    white-space: normal !important;
  }
}
