/*
Theme Name: MoonKids
Theme URI: https://github.com/moonkids/moonkids
Author: MoonKids
Author URI: https://moonkids.example.com
Description: A responsive WordPress theme built with Bootstrap 5. Fully responsive for all screen sizes. Uses local Bootstrap 5 assets only (no CDN).
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moonkids
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, custom-colors, responsive-layout, custom-logo, footer-widgets

MoonKids WordPress Theme - Bootstrap 5 responsive theme.
*/

/* Theme overrides and custom styles (Bootstrap handles base layout) */
.site-main {
	min-height: 40vh;
}

/* Responsive images in content */
.entry-content img,
.post-thumbnail img {
	max-width: 100%;
	height: auto;
}
