/*
 * Final front-end guard for complete thumbnails.
 *
 * This asset is enqueued last by justnews-Child so a later parent/plugin rule
 * cannot turn a complete COS thumbnail back into a CSS cover crop.
 */
html body.wp-theme-justnews.wp-child-theme-justnews-Child .main .post-loop .item .item-img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .main .post-loop .item .item-img-inner,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .archive .item-img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .archive .item-img-inner,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .blog .item-img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .blog .item-img-inner,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .search .item-img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .search .item-img-inner,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .sidebar .widget_post_hot .item-img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .sidebar .widget_post_hot .item-img-inner,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .sidebar .widget_post_thumb .item-img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .sidebar .widget_post_thumb .item-img-inner,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .xk-ai-post-thumb {
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 16 / 9 !important;
  background: transparent !important;
}

html body.wp-theme-justnews.wp-child-theme-justnews-Child .main .post-loop .item .item-img img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .main .post-loop .item .item-img-inner img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .archive .item-img img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .archive .item-img-inner img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .blog .item-img img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .blog .item-img-inner img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .search .item-img img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .search .item-img-inner img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .sidebar .widget_post_hot .item-img img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .sidebar .widget_post_hot .item-img-inner img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .sidebar .widget_post_thumb .item-img img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .sidebar .widget_post_thumb .item-img-inner img,
html body.wp-theme-justnews.wp-child-theme-justnews-Child .xk-ai-post-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent !important;
}
