.project-single-release {
  margin-top: 1.5rem;
}

.project-release-block {
  width: 100%;
}

.project-release-block .featured-project-actions {
  margin-top: 0;
}

.project-about-features .project-features-block,
.project-about-features .project-about-links {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 217, 229, .24);
}

.project-about-features .project-features-block h3 {
  margin-bottom: .75rem;
  color: var(--text);
}

.project-about-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.project-about-links[hidden] {
  display: none;
}

/* Both DIRDE screenshot cards use the same shared frame. Firefox can round a
   stretched child one raster pixel wider on a later grid track, letting the
   opaque screenshot background cover the parent's outer right border. Keep a
   1px inline buffer inside the frame and let the shared width rule size the
   screenshot button within that protected content box. */
.project-detail-page .screenshot-grid figure {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding-inline: 1px;
}

.project-detail-page .screenshot-grid .screenshot-open {
  min-width: 0;
  flex: 1 1 auto;
}

.project-detail-page .screenshot-grid figcaption {
  margin-top: auto;
}

@media (max-width: 560px) {
  .project-about-links .text-link {
    width: 100%;
    justify-content: center;
  }
}
