/*
 Theme Name:     Divi Child
 Theme URI:      https://www.beart.com.au/gallery/divi-child/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.beart.com.au
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* Wrapper to ensure consistent spacing */
.custom-grid-image {
    margin-bottom: 15px;
    text-align: center;
}

/* Large image for image-only posts */
.grid-img-large {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 300px;
    border-radius: 8px;
}

/* Small image for posts with text */
.grid-img-small {
    width: 60%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    max-height: 180px;
    border-radius: 8px;
}
