.shinwe-catalog-sheet-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 24px 0 28px;
}

.shinwe-catalog-sheet-gallery figure {
  min-width: 0;
  margin: 0;
  padding: 12px;
  border: 1px solid #d8e4ec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(12, 48, 75, 0.08);
}

.shinwe-catalog-sheet-gallery a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #f6f9fb;
}

.shinwe-catalog-sheet-gallery img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.shinwe-catalog-sheet-gallery figcaption {
  margin-top: 10px;
  color: #173b57;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 782px) {
  .shinwe-catalog-sheet-gallery {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin: 18px 0 24px;
  }

  .shinwe-catalog-sheet-gallery figure {
    padding: 8px;
    border-radius: 10px;
  }
}
