/* Native category imagery must remain complete, including panoramic uploaded banners. */
@layer sg-native-category-images {
  html body .sg-studio-media img.sg-native-category-image {
    display:block !important; width:100% !important; height:100% !important;
    min-height:0 !important; max-width:100% !important; max-height:none !important;
    object-fit:contain !important; object-position:center !important;
    margin:0 !important; padding:0 !important; transform:none !important;
  }
  html body .sg-category-hero .category__cover.sg-native-cover {
    height:auto !important; min-height:0 !important; aspect-ratio:auto !important; align-self:center !important;
  }
  html body .sg-category-hero .sg-native-cover img.sg-native-category-image {
    position:static !important; height:auto !important;
  }
  html body .sg-category-hero.sg-category-hero--no-image {
    grid-template-columns:minmax(0,1fr) !important;
  }
}
