/* =============================================
   Ver.1405 - Representative thumbnail source scopes
   - Compact/search/detail-side work thumbnails that use rep_image should keep
     the representative 147/200 output contract instead of falling back to the
     cover 320/216 list contract.
   - Work list, maker list and mypage work lists remain cover-first.
   ============================================= */
html body :is(
  .search-page .works-grid.search-results-grid .work-thumb,
  .actor-detail-page .actor-film-thumb,
  .wd-best-thumb,
  .wd-sim-thumb
){
  aspect-ratio:var(--javyun-rep-output-ratio, 147 / 200) !important;
}

html body :is(
  .search-page .works-grid.search-results-grid .work-thumb > img,
  .search-page .works-grid.search-results-grid .work-thumb > .work-cover,
  .actor-detail-page .actor-film-thumb > img,
  .wd-best-thumb > img,
  .wd-sim-thumb > img
){
  object-fit:cover !important;
  object-position:center top !important;
}
