.html-email-editor {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
}

.html-editor-container {
    min-height: 300px;
    max-height: 500px;
    overflow-y: auto;
}

.html-editor-container .ql-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    min-height: 300px;
    max-height: 500px;
}

.html-editor-container .ql-editor {
    min-height: 300px;
    max-height: 500px;
    padding: 15px;
    overflow-y: auto;
}

.html-editor-container .ql-editor.ql-blank::before {
    font-style: normal;
    color: #999;
}

.html-editor-textarea {
    font-family: 'Courier New', 'Consolas', 'Monaco', monospace !important;
}

.html-editor-textarea .mud-input-control {
    font-family: 'Courier New', 'Consolas', 'Monaco', monospace !important;
}

.html-editor-textarea textarea {
    font-family: 'Courier New', 'Consolas', 'Monaco', monospace !important;
    font-size: 13px;
    line-height: 1.5;
}

