
/* V227 - Remove the pale/gray strip directly below news-card images.
   Scope: news listing only. */

/* Make every image wrapper shrink exactly to the rendered image. */
body:not(.admin-layout) .v194-news-page .v194-news-grid .v194-news-media,
body:not(.admin-layout) .v194-news-page .v194-news-grid .news-card-image,
body:not(.admin-layout) .v194-news-page .v194-news-grid article figure,
body:not(.admin-layout) .v194-news-page .v194-featured-media{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  padding:0!important;
  margin:0!important;
  line-height:0!important;
  font-size:0!important;
  background:none!important;
  border:0!important;
}

/* Image has no baseline gap and no forced frame height. */
body:not(.admin-layout) .v194-news-page .v194-news-grid img,
body:not(.admin-layout) .v194-news-page .v194-featured img,
body:not(.admin-layout) .v194-news-page .news-card img,
body:not(.admin-layout) .v194-news-page article img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  vertical-align:top!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* Remove pseudo-elements/spacers sometimes used to preserve aspect ratio. */
body:not(.admin-layout) .v194-news-page .v194-news-grid .v194-news-media::before,
body:not(.admin-layout) .v194-news-page .v194-news-grid .v194-news-media::after,
body:not(.admin-layout) .v194-news-page .v194-news-grid .news-card-image::before,
body:not(.admin-layout) .v194-news-page .v194-news-grid .news-card-image::after,
body:not(.admin-layout) .v194-news-page .v194-news-grid article figure::before,
body:not(.admin-layout) .v194-news-page .v194-news-grid article figure::after{
  content:none!important;
  display:none!important;
}

/* The content block should start immediately after the image. */
body:not(.admin-layout) .v194-news-page .v194-news-grid .v194-news-body,
body:not(.admin-layout) .v194-news-page .v194-news-grid .news-card-body,
body:not(.admin-layout) .v194-news-page .v194-news-grid article>div:not(.v194-news-media):not(.news-card-image){
  margin-top:0!important;
  border-top:0!important;
}

/* Neutralize inherited light background that appeared as a strip below image. */
body:not(.admin-layout) .v194-news-page .v194-news-grid article{
  background:#fff!important;
}

/* Keep first content padding, but without a spacer band above it. */
body:not(.admin-layout) .v194-news-page .v194-news-grid .v194-news-body,
body:not(.admin-layout) .v194-news-page .v194-news-grid .news-card-body{
  padding-top:14px!important;
}
