/* Immer vom Plugin geladen — Fallback wenn Theme-CSS fehlt/veraltet ist. */

a.sg-locationpill {
  cursor: pointer;
  text-decoration: none;
}

.sg-gallery-grid--centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 22px 0 4px;
}

.sg-gallery-grid--centered .sg-gallery-grid__item {
  flex: 0 1 calc(33.333% - 7px);
  max-width: 280px;
  min-width: 120px;
  margin: 0;
}

.sg-gallery-grid--centered img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

@media (max-width: 520px) {
  .sg-gallery-grid--centered .sg-gallery-grid__item {
    flex-basis: calc(50% - 5px);
    max-width: 220px;
  }
}
