/**
 * Dynamic ACF Media Grid for Elementor - Frontend Styles
 * Version: 1.0.6
 * 
 * Note: Most styling is handled by Premium Addons Media Grid widget.
 * These styles are for additional enhancements if needed.
 */

/* ACF-sourced items identifier (for debugging/styling) */
.premium-gallery-item[class*="dacf_"] {
    /* ACF-sourced items can be styled differently if needed */
}

/* Ensure proper image display in ACF items */
.premium-gallery-item[class*="dacf_"] .pa-gallery-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Caption styling enhancements for ACF items */
.premium-gallery-item[class*="dacf_"] .premium-gallery-caption {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
