/* ===== PROJECT PAGE STYLES ===== */

.project > .gallery {
  margin-top: 5rem;
}

/* Reuse story-section styles for related stories */
.project .story-section {
  margin-top: 3rem;
  min-width: 0;
}

.project .story-section .section-heading {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .project > .gallery {
    margin-top: 0;
  }
}
