/* Arisoeman Photography – Elementor masonry (prefix rg-photo-) */

.rg-photo-container {
  column-count: 3;
  column-gap: 24px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.rg-photo-item {
  position: relative;
  display: block;
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
  break-inside: avoid;
  background-color: #1a1a1a;
  text-decoration: none;
  color: inherit;
}

.rg-photo-item img,
.rg-photo-item .rg-photo-img,
.elementor .rg-photo-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.rg-photo-item:hover img,
.rg-photo-item:hover .rg-photo-img {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .rg-photo-container {
    column-count: 3;
    column-gap: 14px;
  }

  .rg-photo-item {
    margin-bottom: 14px;
    border-radius: 8px;
  }
}

@media (max-width: 786px) {
  .rg-photo-container {
    column-count: 2;
    column-gap: 8px;
  }

  .rg-photo-item {
    margin-bottom: 8px;
    border-radius: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rg-photo-item img,
  .rg-photo-item .rg-photo-img {
    transition-duration: 0.1s !important;
  }
}

@media (max-width: 767px) {
  .rg-photo-item {
    border-radius: 4.67px;
  }
}
