.yegge-site-footer {
  position: relative;
  z-index: 10;
  width: min(100% - 32px, 1100px);
  margin: 40px auto 0;
  padding: 16px 0 22px;
  border-top: 1px solid rgba(128, 128, 128, 0.42);
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.yegge-site-footer a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(128, 128, 128, 0.65);
  text-underline-offset: 3px;
}

.yegge-site-footer a:hover,
.yegge-site-footer a:focus-visible {
  opacity: 0.78;
}

@media (max-width: 640px) {
  .yegge-site-footer {
    width: calc(100% - 24px);
    font-size: 11px;
  }
}
