/* Slim down the point display to match default GamiPress */
.usgp-points-grid {
  gap: 10px; /* smaller gap between columns */
}

.usgp-point-item {
  padding: 10px !important;  /* reduce padding */
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* prevent extra vertical stretching */
  box-sizing: border-box;
}

/* Thumbnail smaller like GamiPress */
.usgp-point-item img {
  max-width: 60px;
  margin-bottom: 5px;
}