/*
 Theme Name:   Newspaper Child
 Theme URI:    https://metrorailnews.in
 Description:  Child theme for Newspaper 12.7.6 (tagDiv). All customizations live here so parent theme updates stay safe.
 Author:        Metro Rail News
 Template:     Newspaper
 Version:      1.0.0
 Text Domain:  newspaper-child
*/

/* ─── Phase 2: CLS prevention & image safeguards ─────────────────────── */

/* Reserve 16:9 space before images load to prevent layout shift */
.td-module-thumb,
.td-image-wrap {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

/* Thumbnails fill their container cleanly */
img.entry-thumb {
    width: 100%;
    height: auto;
    display: block;
}

/* Hide broken-image icon if placeholder src is empty */
img.entry-thumb:not([src]),
img.entry-thumb[src=""] {
    visibility: hidden;
}

/* ─── Phase 2: Date / meta normalisation ────────────────────────────── */

/* Consistent date size across all Newspaper module types */
.td-post-date,
.td-module-date,
.entry-date {
    font-size: 0.8em;
    opacity: 0.8;
}
