.photo-review-list-page .page-header {
  justify-content: space-between;
}
.photo-review-gallery {
  flex: 1;
  overflow-y: auto;
  padding-top: 63px;
}

.photo-gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.photo-gallery-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.photo-gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}