<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .archive-page ul li, .entry-content ul li, .entry-content ol, .entry-content ul {
    list-style-type: none;
    margin: 0 0 0 0;
} */

li.lslide {
    margin: 0 !important;
}

.lSSlideWrapper .lSFade {
    position: unset !important;
}

/* fifu slider as woo gallery */

div.fifu-woo-gallery img.fifu {
    cursor: zoom-in;
}

div.fifu-woo-gallery ul.lSPager.lSGallery {
    display: block;
    padding: unset !important;
}

ul.lSPager.lSGallery {
    /* display: none; */
}

/* fix thumbnail gallery for some themes: Twenty Twenty, Rehub, etc */
ul.lSPager.lSGallery li {
    list-style: none;
    margin: 0;
    height: auto !important;
}

/* fix lightGallery for storefront */
button::after, button::before {
    display: inline !important;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.lSAction &gt; a {
    opacity: 0.38 !important;
    box-shadow:0px 4px 6px rgba(0, 0, 0, 0.38);
    border-radius:50%;
    background-color:#7f7f7f;
}

li.lslide {
    list-style-type: none !important;
}
</pre></body></html>