/* Force left alignment inside table cell paragraphs */
div.body table td p,
div.body table th p {
    text-align: left !important;
}

/* Optional: ensure the cell itself is also left-aligned */
div.body table td,
div.body table th {
    text-align: left !important;
}