/* --- CONFIGURAÇÃO FORÇADA PARA COMPUTADORES --- */
.product-meta__description .rte p,
.product-tabs__panel .rte p,
.rte p {
    margin-bottom: 24px !important;
    line-height: 1.6 !important;
}

.product-meta__description .rte img,
.product-tabs__panel .rte img,
.rte img {
    display: block !important;
    margin-top: 30px !important; 
    margin-bottom: 30px !important; 
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    height: auto !important;
    float: none !important; /* Remove alinhamentos antigos do editor */
}

/* --- AJUSTE AUTOMÁTICO PARA CELULARES --- */
@media screen and (max-width: 740px) {
    .product-meta__description .rte p,
    .product-tabs__panel .rte p,
    .rte p {
        margin-bottom: 16px !important; 
    }
    
    .product-meta__description .rte img,
    .product-tabs__panel .rte img,
    .rte img {
        margin-top: 20px !important;   
        margin-bottom: 20px !important;
    }
}