<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2025 | 11:13:48 */
h2.fw-bold {
    font-size: 14px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
}


/* OtimizaÃ§Ã£o para imagens WordPress - Qualidade mÃ¡xima */
.wp-post-image {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: high-quality;
    -ms-interpolation-mode: bicubic;
}

/* Garante que as imagens nÃ£o sejam cortadas ou distorcidas */
.wp-post-image[srcset] {
    display: block;
    margin: 0 auto;
}

/* Melhora a nitidez em diferentes dispositivos */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wp-post-image {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}</pre></body></html>