/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* ACF Gallery Template Styles */
.acf-gallery-container {
    max-width: 100%;
    margin: 0 auto;
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
    .acf-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        grid-gap: 10px;
    }
    
    .image-caption {
        padding: 5px;
        font-size: 12px;
    }
}