.inm-spc-wrap .spc-field-catalogue-pages {
  display: none;
}

.inm-spc-wrap .spc-catalogue-placeholder {
  line-height: 1.7;
}

.inm-spc-wrap .spc-catalogue-image-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

.inm-spc-wrap .spc-catalogue-image {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  border: 1px solid #0071bc38;
  border-radius: 6px;
  background: #fff;
}
