/* Thunder Outdoor Service - simpele galerij styling */
.thunder-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.thunder-gallery img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(251, 191, 36, 0.25);
  background: #111;
}
