

/* ---------- NanoGallery2 overrides ---------- */
#communityGallery {
  width: 100%;
}

/* Rounded thumbnails */
#communityGallery .nGY2GThumbnail {
  border-radius: 10px !important;
  overflow: hidden !important;
}

/* ---------- Footer: View More button ---------- */
.gallery-footer {
  text-align: center;
  margin-top: 36px;
}

.gallery-btn {
  display: inline-block;
  background-color: #c0392b;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.gallery-btn:hover {
  background-color: #a93226;
  color: var(--white);
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
  .gallery-section {
    padding: 40px 16px;
  }
}
