/**
* Theme Name: Xinterio Child
* Description: This is a child theme of xinterio 
* Author: themestek
* Template: xinterio
* Version: 1.0
*/
.acf-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.acf-gallery-item {
  text-align: center;
}

.acf-gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  cursor: pointer;
}

.acf-gallery-item figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}
