.site-footer {
  align-items: flex-start;
  gap: 28px;
  padding-top: 10px;
}

.footer-socials {
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.footer-social-link {
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--ink);
  opacity: .82;
  line-height: 1;
  transition: opacity 180ms ease, transform 180ms ease;
}

.footer-social-link::after {
  display: none;
}

.footer-social-link:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.footer-social-link svg {
  width: 32px;
  height: 32px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social-logo {
  display: block;
  flex: 0 0 auto;
  max-width: none;
  object-fit: contain;
}

.footer-social-link--xiaohongshu {
  width: 32px;
  min-width: 32px;
}

.footer-social-logo--xiaohongshu {
  width: 27px !important;
  height: 27px;
}

.footer-social-link--bilibili {
  width: auto;
  min-width: 46px;
  margin-left: 1px;
}

.footer-social-logo--bilibili {
  width: auto !important;
  height: 21px;
  aspect-ratio: 250 / 115;
}

.footer-copyright {
  margin: 0;
  padding-top: 7px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: max(11px, calc(var(--body-font-size) * .78));
  line-height: 1.4;
  letter-spacing: .02em;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .site-footer {
    min-height: 96px;
    gap: 16px;
    padding-top: 9px;
  }

  .footer-socials {
    min-height: 28px;
    gap: 6px;
  }

  .footer-social-link {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  .footer-social-link svg {
    width: 28px;
    height: 28px;
  }

  .footer-social-link--xiaohongshu {
    width: 28px;
    min-width: 28px;
  }

  .footer-social-logo--xiaohongshu {
    width: 24px !important;
    height: 24px;
  }

  .footer-social-link--bilibili {
    width: auto;
    min-width: 40px;
    margin-left: 0;
  }

  .footer-social-logo--bilibili {
    height: 18px;
  }

  .footer-copyright {
    max-width: 190px;
    padding-top: 5px;
    font-size: 10px;
    white-space: normal;
  }
}
