/*
Theme Name: Notation Blog Child
Theme URI: https://shujahmotors.com/
Description: Child theme for ShujahMotors. Adds accessible featured images (real <img> + alt), hides WordPress version/generator, and cleans asset version strings. Do not delete.
Author: ShujahMotors
Template: notation-blog
Version: 1.0.0
Text Domain: notation-blog-child
*/

/* Preserve the parent's featured-image framing for the real <img> on listings. */
.blog-posts-wrapper .featured-image {
    position: relative;
    overflow: hidden;
}
.blog-posts-wrapper .featured-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-posts-wrapper .featured-image .post-thumbnail-link {
    position: absolute;
    inset: 0;
    display: block;
}
