.photo-gallery-page .gallery-header {
  margin-top: 2rem;
  text-align: left; /* Changed from center to left */
}

.photo-gallery-page .gallery-header h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.photo-gallery-page .gallery-placeholder {
  text-align: center;
  margin-top: 3rem;
}

.photo-gallery-page .gallery-placeholder em {
  font-size: 1.3rem;
  color: #bbb;
}

.photo-gallery-page .site-content {
  max-width: 1200px; /* Reduced by 100px to show 8 photos per row instead of 9 */
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}