/* Final image-layout safeguards for public home, hub and article pages. */
.home-story{display:flex!important;min-width:0!important;flex-direction:column!important;overflow:hidden!important}
.home-story>.kori-guide-preview,
.home-story>.kori-guide-thumb,
.home-story>.kori-explorer-media,
.home-story>.kori-real-cover{display:none!important}
.home-story-media{position:relative!important;display:block!important;width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;overflow:hidden!important;aspect-ratio:16/9!important;background:#e8eef5!important}
.home-story-media>img{display:block!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center!important}
.home-story-body{display:flex!important;min-width:0!important;flex:1!important;flex-direction:column!important}

.kori-real-result>a>.kori-guide-preview,
.kori-real-result>a>.kori-guide-thumb,
.kori-real-result>a>.kori-explorer-media,
.kori-real-result>a>.kori-real-cover{display:none!important}
.kori-real-result-media{display:block!important;min-width:0!important;overflow:hidden!important;background:#e8eef5!important}
.kori-real-result-media>img{display:block!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important;object-position:center!important}

.kori-guide-preview,.kori-guide-thumb,.article-row-thumb,.kori-explorer-media{overflow:hidden!important;background:#e8eef5!important}
.kori-guide-preview>img,.kori-guide-thumb>img,.article-row-thumb>img,.kori-explorer-media>img{display:block!important;width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important;object-position:center!important}

.kori-editorial-photo{display:block!important;clear:both!important;width:100%!important;max-width:100%!important;margin:30px 0 36px!important;padding:0!important;border:0!important;background:transparent!important}
.kori-editorial-photo>img{display:block!important;width:100%!important;height:auto!important;max-height:680px!important;aspect-ratio:16/9!important;object-fit:cover!important;object-position:center!important;border-radius:14px!important}

.kori-real-result h2,.kori-guide-copy,.kori-guide-copy strong,.kori-guide-copy span,.home-story h3,.home-story p{writing-mode:horizontal-tb!important;text-orientation:mixed!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}

@media(min-width:981px){
  .kori-real-result>a{grid-template-columns:minmax(210px,40%) minmax(0,1fr)!important;min-height:176px!important}
  .kori-real-result-media{height:100%!important;min-height:176px!important;aspect-ratio:auto!important}
}
@media(max-width:980px){
  .kori-real-result>a{grid-template-columns:minmax(220px,36%) minmax(0,1fr)!important;min-height:168px!important}
  .kori-real-result-media{height:100%!important;min-height:168px!important;aspect-ratio:auto!important}
}
@media(max-width:640px){
  .kori-real-result>a{grid-template-columns:124px minmax(0,1fr)!important;min-height:124px!important}
  .kori-real-result-media{height:124px!important;min-height:124px!important;aspect-ratio:auto!important}
  .home-story-media{aspect-ratio:16/9!important}
  .kori-editorial-photo{margin:24px 0 28px!important}
  .kori-editorial-photo>img{max-height:430px!important;border-radius:10px!important}
}
