/*
Theme Name: Flutterlane
Theme URI: https://flutterhaven.com
Author: Flutterlane
Description: Editorial layout matching the Flutterlane model site — health, business, software, and finance lanes with clean typography and card grids.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flutterlane
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready

Flutterlane theme — main styles are in assets/css/site.css (enqueued from functions).
*/

/* Featured images inside cards */
.post-card .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.feat-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
