/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2025 | 14:23:21 */
/* Colonna centrale scrollabile */
.colonna_2:has(.comic-page-container) {
    height: 100dvh;
    overflow-y: auto;
    scroll-behavior: smooth; /* smooth scroll nativo */
    -webkit-overflow-scrolling: touch; /* mobile */
}

/* Snap delle immagini */
.wp-block-image.comic-page-img {
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 89vh;
    margin: 0;
}

/* Immagini dei fumetti */
.wp-block-image.comic-page-img img {
	max-width: 100%;
	width: auto;
	height: 80vh;
	object-fit: contain;
	display: block;
	box-shadow: 0 6px 14px rgba(178, 147, 172, 0.3) !important;
}

/* body .colonna_articolo img {
	box-shadow: 0 6px 14px rgba(178, 147, 172, 0.3) !important;
} */

