/* Petalya OptimBlog image performance v1.1
   Override only the legacy 2 MB blog-card texture. */
.information-thumb.thumbnail {
    background-image:
        linear-gradient(
            rgba(255,255,255,0.05),
            rgba(255,255,255,0.05)
        ),
        url("/image/catalog/blog_img/pattern_04.webp") !important;
}
