.siteFooter[data-astro-cid-dgjbbrhs] {
  height: auto;
  margin-bottom: calc(var(--siteHeader-logo-height) + var(--size-50));
  text-wrap: balance;

  & section {
    display: flex;
    flex-direction: column;
    gap: var(--layout-space-100);

    & > [data-astro-cid-dgjbbrhs] {
      max-width: 50ch;
    }

    & a {
      -webkit-text-stroke: 1px black;
      color: #0000;
    }
  }
}
