.tspg-gallery .section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tspg-view-all {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  color: #079447;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.tspg-gallery .tspg-card {
  border-radius: 0;
  background: #08780b;
  box-shadow: none;
}

.tspg-no-preview {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1;
  place-items: center;
  border-radius: 7px;
  background: #f0f0f1;
  color: #646970;
  text-align: center;
}
