.project-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.project-logo img {
  display: block;
  width: clamp(158px, 18vw, 205px);
  height: auto;
  max-width: none;
}

.project-logo--compact img {
  width: clamp(142px, 15vw, 178px);
}

.project-logo--footer img {
  width: clamp(124px, 14vw, 154px);
}

.redirect-logo {
  margin-bottom: 28px;
}

.starpromotion-credit {
  display: inline-block;
  margin-top: 5px;
  color: inherit;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.45;
  opacity: .78;
  text-decoration: none;
}

.starpromotion-credit:hover,
.starpromotion-credit:focus-visible {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 520px) {
  .project-logo img { width: 158px; }
  .project-logo--compact img { width: 140px; }
  .project-logo--footer img { width: 132px; }
}
