.email-content {
    /* Reset styles to prevent bleeding */
    all: revert;
    font-family: inherit;
    color: inherit;
    line-height: 1.5;
}

/* Ensure images don't overflow */
.email-content img {
    max-width: 100%;
    height: auto;
}

/* Force layout isolation */
.email-content::after {
    content: "";
    display: table;
    clear: both;
}
