.ajk-media-gallery {
  background-color: #f9fafc;
}

.ajk-grid .ajk-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.ajk-grid img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ajk-grid .ajk-img-wrapper:hover img {
  transform: scale(1.05);
}

.ajk-pagination-controls button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
