.email-preview {
    font-family: Arial, sans-serif;
    max-width: 100%;
    overflow-x: hidden;
}

.email-preview table {
    width: 100% !important;
    max-width: 100% !important;
}

.email-preview img {
    max-width: 100% !important;
    height: auto !important;
}

.email-preview p {
    margin: 0 0 1em 0 !important;
    line-height: 1.5 !important;
}

.email-preview td {
    font-size: 16px !important;
    color: #333333 !important;
}

input {
    border: 1px solid #d1d5db;
    padding: 0.5rem;
}
