.siteFooter[data-astro-cid-p3quidt2] {
  height: auto;
  margin-bottom: calc(var(--siteHeader-logo-height) + var(--size-50));
  padding-block: var(--layout-space-400);
  text-wrap: balance;

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

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