.content-block {
  margin: 0 0 24px;
}

.content-block-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 16px;
}

.gallery-item {
  display: block;
  text-decoration: none;
}

.gallery-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.gallery-caption {
  margin-top: 6px;
  font-size: 0.875rem;
  color: #555;
  text-align: center;
}
