.site-footer-link {
  position: fixed;
  right: max(0.8rem, calc((100vw - 1320px) / 2));
  bottom: 2.6rem;
  z-index: 2;
  color: #8b2500;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  height: 1.25rem;
  text-decoration: underline;
  text-decoration-color: rgba(139, 37, 0, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16rem;
}

.site-footer-link:hover {
  color: #7a1f00;
  text-decoration-color: rgba(139, 37, 0, 0.65);
}

@media (max-width: 860px) {
  .site-footer-link {
    right: 0.7rem;
    bottom: 1.7rem;
  }
}
