/**
 * @file
 * Footer styles for the RRC theme.
 */

.a-page__footer {
  padding-inline: var(--h-spacer);
  text-transform: uppercase;
  a {
    color: currentColor;
  }
}

.a-page__footer-title {
  font-size: clamp(1rem, 5vw, var(--base-font-size-name));
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 1em 2em;
  span {
    width: 3em;
    height: .075em;
    background: currentColor;
    margin-block-end: .01em;
    overflow: hidden;
  }
}