:focus-visible {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
}

img {
  height: auto;
}

.user-avatar {
  object-fit: cover;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 2000;
  background: #0d6efd;
  color: #fff;
  padding: 8px 12px;
  border-radius: 0 0 8px 0;
  text-decoration: none;
}

.skip-link:focus,
.skip-link:focus-visible {
  left: 0;
}

.about-media {
  max-width: 80%;
}

.kofi-badge {
  border: 0;
  height: 36px;
}

.not-found-heading {
  font-size: 65px;
}

.not-found-image {
  width: 150px;
}

.discord-brand {
  color: #7289da;
}

.recommendation-stats {
  font-size: 0.9rem;
}

.recommenders-toggle-btn {
  font-size: 0.85rem;
}
