/**
 * @file
 * Site-specific footer adjustments.
 *
 * The footer regions hold only a single copyright line, but the footer
 * container still inherits the large padding-block values intended for
 * footer columns, leaving a tall blank area. Reduce that padding and the
 * text size so the footer's total height matches the gold header-nav bar
 * (36px).
 */

.site-footer__inner {
  padding-block: 8px;
}

.site-footer .footer-copyright {
  margin: 0;
  font-size: small;
  text-align: center;
}

.region--footer-top > *,
.region--footer-bottom > * {
  margin-block-end: 0;
}

@media (min-width: 62.5rem) {
  .region--footer-top > *:where(:not([data-big-pipe-placeholder-id])),
  .region--footer-bottom > *:where(:not([data-big-pipe-placeholder-id])) {
    margin-block-end: 0;
  }
}

.site-footer .text-content {
  color: inherit;
  text-align: center;
}
