/* MailFlow — Minimal custom CSS */
/* Tailwind CSS is loaded via CDN in the base template */

/* Custom scrollbar for code textareas */
textarea.code-editor {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    line-height: 1.5;
    tab-size: 4;
}
