@layer components {
  .site-footer {
    background-color: var(--color-accent);
    padding-block: 6.25cqi 10cqi;
    padding-inline: 12cqi;
  }

  .site-footer__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4cqi;
    margin-block-end: 20cqi;
  }

  .site-footer__link {
    font-family: var(--font-hero);
    font-size: 4cqi;
    font-weight: 800;
    line-height: 1.35;
    color: oklch(1 0 0);
    text-decoration: none;
    white-space: nowrap;

    &:hover {
      text-decoration: underline;
    }
  }

  .site-footer__divider {
    inline-size: 0;
    block-size: 5cqi;
    border-inline-start: 1.5px solid oklch(1 0 0);
  }

  .site-footer__copyright {
    font-family: var(--font-hero);
    font-size: 3.25cqi;
    font-weight: 800;
    line-height: 1.35;
    color: oklch(1 0 0);
    text-align: center;
  }
}
