/**
 * Ảnh bìa AI (plugin Kiếm Hiệp Leech).
 * Trang chủ: contain + khung đúng tỷ lệ (--kiemhiep-thumb-aspect) — hiện đủ ảnh.
 * Trang khác: cover — card gọn, không khoảng trống lớn.
 * Chi tiết truyện: contain.
 */

/* Trang chủ — không crop */
body.kiemhiep-thumb-fit.home .manga-item .manga-thumb,
body.kiemhiep-thumb-fit.home .top-story-card__img,
body.kiemhiep-thumb-fit.home .widget-top-stories__thumb img {
	object-fit: contain !important;
	object-position: center center;
	background: var(--surface-2, #1c1c1f);
}

/* Danh sách / slider ngoài trang chủ */
body.kiemhiep-thumb-fit:not(.home) .manga-item .manga-thumb,
body.kiemhiep-thumb-fit:not(.home) .top-story-card__img,
body.kiemhiep-thumb-fit:not(.home) .widget-top-stories__thumb img {
	object-fit: cover !important;
	object-position: center top;
	background: var(--surface-2, #1c1c1f);
}

body.kiemhiep-thumb-fit .manga-detail-cover img {
	object-fit: contain !important;
	object-position: center center;
	background: var(--surface-2, #1c1c1f);
}

body.kiemhiep-thumb-fit .manga-thumb-link,
body.kiemhiep-thumb-fit .top-story-card__thumb,
body.kiemhiep-thumb-fit .widget-top-stories__thumb {
	background: var(--surface-2, #1c1c1f);
}

body.kiemhiep-thumb-fit .manga-detail-cover {
	background: var(--surface-2, #1c1c1f);
}

body.kiemhiep-thumb-fit .manga-detail-cover img {
	width: 100%;
	max-width: 220px;
	height: auto;
	max-height: none;
}

@media (max-width: 768px) {
	body.kiemhiep-thumb-fit .manga-detail-cover {
		background: transparent;
	}

	body.kiemhiep-thumb-fit .manga-detail-cover img {
		object-fit: cover !important;
		background: transparent;
	}
}
