/* Native image lazy-load placeholder: visible only while the real image is loading. */
img.mgcr-native-lazy {
	background: linear-gradient(105deg, #17171f 25%, #2a2938 40%, #17171f 55%);
	background-size: 220% 100%;
	animation: mgcr-native-lazy-shimmer 1.35s ease-in-out infinite;
}

img.wp-manga-chapter-img.mgcr-native-lazy {
	display: block;
	width: 100%;
	min-height: 160px;
	background-color: #17171f;
}

@keyframes mgcr-native-lazy-shimmer {
	to { background-position: -120% 0; }
}

@media (prefers-reduced-motion: reduce) {
	img.mgcr-native-lazy { animation: none; }
}
