/*
Theme Name: Jalan Sebentar Graceful Child
Theme URI: https://jalansebentar.com/
Description: Child theme for Jalanse Bentar based on Graceful, preserving Graceful Vibrant Blog styling while showing full homepage posts and a clean centered footer copyright.
Author: Jalanse Bentar
Template: graceful
Version: 1.0.0
Text Domain: jalansebentar-graceful-child
*/

@import url("../graceful/style.css");
@import url("../graceful-vibrant-blog/style.css");

.home article.content-post .site-images img,
.blog article.content-post .site-images img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.home article.content-post .post-page-content,
.blog article.content-post .post-page-content {
    overflow-wrap: anywhere;
}

.home article.content-post .post-page-content img,
.blog article.content-post .post-page-content img,
.home article.content-post .post-page-content iframe,
.blog article.content-post .post-page-content iframe,
.home article.content-post .post-page-content embed,
.blog article.content-post .post-page-content embed {
    max-width: 100%;
}

.home article.content-post .post-page-content table,
.blog article.content-post .post-page-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.jalansebentar-child-copyright {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.8;
}

.footer-bottom-wrap .footer-credits {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}
