/* ── GLOBAL BOOK COVER SIZE FIX ── */
.book-cover,
.book-cover-thumb,
.new-release-img,
.story-perf-cover,
.trending-thumb {
  aspect-ratio: 2/3 !important;
  object-fit: cover !important;
  overflow: hidden !important;
}

.book-cover img,
.book-cover-thumb img,
.new-release-img img,
.story-perf-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}