.mc-trust-after {
    background: #f7f7f7;
    padding: 18px 20px;
    border-radius: 12px;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom:20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

@media (max-width: 600px) {
    .mc-trust-after {
        font-size: 15px;
        padding: 20px;
    }
}


/* Estilo premium para mensaje de confianza en producto */
.mc-product-trust {
    background: #f7f7f7;
    padding: 12px 14px;
    margin-top: 12px;
    margin-bottom:12px;
    border-radius: 10px;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid #eee;
}

/* Ajustes móviles */
@media (max-width: 600px) {
    .mc-product-trust {
        font-size: 15px;
        padding: 14px 16px;
        line-height: 1.6;
    }
}


/* Estilo minimalista para mensaje de confianza en carrito */
.mc-cart-trust {
    font-size: 13px !important;
    color: #555 !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    opacity: 0.9 !important;
}

/* Opcional: añadir separación ligera arriba */
.woocommerce-cart .mc-cart-trust {
    margin-top: 8px;
}

/* Móvil */
@media (max-width: 600px) {
    .mc-cart-trust {
        font-size: 14px;
        line-height: 1.4;
    }
}




