/*
Theme Name: k3lp Graceful Child
Theme URI: https://www.k3lp.com/
Author: k3lp
Author URI: https://www.k3lp.com/
Description: Child theme of Graceful for k3lp. Sets a single, centered footer copyright line and a classic homepage blog layout (featured image -> title -> meta -> full content). NOTE: graceful-vibrant-blog (the previously active theme) is itself a child of Graceful, so this is built as a proper single-level child of Graceful, which WordPress fully supports.
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: graceful
Text Domain: k3lp-graceful-child
Tags: blog, news, two-columns, right-sidebar, featured-images, custom-menu, translation-ready
*/

/* ============================================================
   Classic homepage: keep theme's own .content-wrap / .content-column
   layout intact; only enforce responsive featured image + readable content.
   ============================================================ */
.content-post .site-images img,
.content-post .k3lp-featured-img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.content-post .post-page-content {
	line-height: 1.7;
}
.content-post .post-page-content img {
	max-width: 100%;
	height: auto;
}
.content-post .post-title {
	line-height: 1.3;
}

/* ============================================================
   Footer copyright: single line, centered
   ============================================================ */
.footer-bottom-wrap .footer-copyright {
	text-align: center;
	width: 100%;
}
