/* Ensure Ghost post images are never cropped */
.post-template .gh-article-image img,
.page-template .gh-article-image img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
}

.post-template .gh-article-image img,
.page-template .gh-article-image img {
    max-height: 520px;
}

.gh-content .kg-image-card img,
.gh-content .kg-gallery-card .kg-gallery-image img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    max-height: 520px;
}
