/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0.0
*/

/* Make standalone images (not in galleries) display large and centered */
.entry-content .wp-block-image:not(.wp-block-gallery .wp-block-image) {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2em auto;
    max-width: 100%;
}

.entry-content .wp-block-image:not(.wp-block-gallery .wp-block-image) img {
    width: 100%;
    height: auto;
    max-width: 800px;
    border-radius: 12px;
}

/* Ensure gallery images in 2-column grid look good */
.wp-block-gallery.columns-2 {
    gap: 1em;
}

.wp-block-gallery.columns-2 .wp-block-image img {
    border-radius: 12px;
}
