/*
Theme Name: Astra Child
Description: Styles for News post type archive page.
*/

/* Add your news archive custom CSS below */
body.post-type-archive-news .ast-article-post .post-thumb-img-content img{
    width: 100%;
    aspect-ratio: 4 / 3; /* 好みの比率に調整（4/3 など） */
    object-fit: cover;    /* 縦横比が崩れないように中央でクロップ */
}