#pappasole-content-wrapper{float:none;margin:0;padding:0}
#pappasole-content-wrapper .hentry{margin:0}
#pappasole-content-wrapper .hentry .entry-content .wp-block-gallery, .editor-styles-wrapper .wp-block-gallery{margin:0}

.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignfull, 
.storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignfull{width:100%;margin:0}

/* Reset Gutenberg Gallery - delega layout a MiniMasonry */
#pappasole-content-wrapper .wp-block-gallery { display: block !important; gap: unset !important; columns: unset !important; position: relative; min-height: 500px; margin-bottom: 4.8rem; opacity: 0; transition: opacity .4s ease-in-out; }
#pappasole-content-wrapper .wp-block-gallery.pappasole-gallery-ready { opacity: 1; }

/* Immagini gallery */
#pappasole-content-wrapper .wp-block-gallery .wp-block-image { overflow: hidden; border-radius: 1.6rem; transition: opacity .3s ease-in-out; cursor: pointer; margin: 0; position:absolute;}
#pappasole-content-wrapper .wp-block-gallery .wp-block-image img { transition: transform .6s ease-in-out; width: 100%; height: auto; }
#pappasole-content-wrapper .wp-block-gallery .wp-block-image:hover img { transform: scale(1.1); }


/* Viewer.js overrides */
.viewer-backdrop, .viewer-container { background-color: rgba(0, 0, 0, .9) !important; z-index: 99999999 !important; }
.viewer-toolbar > ul > li { line-height: 0; font-size: 0; margin: 0; }
.viewer-canvas img { border-radius: 0; }
