/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         MdW
 Author URI:     Biermann.de
 Template:       Divi
 Version:        1.0.1
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.acf-gallery-wrapper {
    text-align: center;
    margin: 2em auto;
}

.acf-gallery-main img {
    max-width: 100%;
    height: auto;
    border: 2px solid #ccc;
    margin-bottom: 1em;
}

.acf-gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.acf-gallery-thumbs img {
    width: 100px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 1px solid #ccc;
}

.acf-gallery-thumbs img:hover {
    transform: scale(1.05);
    border-color: #666;
}
