/* Exoplan custom overrides — survives theme updates if default.hbs reference is preserved */

/* ===== Article images ===== */
/* Keep article images at content width (not wide) */
.gh-article-image {
    grid-column: main !important;
}

/* Rounded corners on all images */
.gh-article-image img {
    border-radius: 8px;
}

.kg-image {
    border-radius: 8px;
}

/* ===== Blog feed ===== */
/* Rounded corners on feed card images */
.gh-card-image img {
    border-radius: 8px;
}

/* Rounded corners on author/site icon */
.gh-navigation-logo img,
.gh-footer-logo img {
    border-radius: 8px;
}

/* ===== Footer ===== */
/* Hide the logo/icon from footer */
.gh-footer-logo {
    display: none !important;
}

/* Hide secondary nav (Get the App link) from footer */
.gh-footer-menu {
    display: none !important;
}

/* Change footer bar from grid to flex, center the Powered by Ghost */
.gh-footer-bar {
    display: flex !important;
    justify-content: center !important;
    grid-template-columns: none !important;
    margin-bottom: 0 !important;
}

/* Remove the copyright right-alignment so it centers */
.gh-footer-copyright {
    text-align: center !important;
}
