.code-container {
    font-family: 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.4;
}
#sqlInput, #formattedOutput {
    min-height: 300px;
    tab-size: 4;
}
.formatted-sql {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.sql-keyword {
    color: #d73a49;
    font-weight: bold;
}
.sql-string {
    color: #032f62;
}
.sql-number {
    color: #005cc5;
}
.sql-comment {
    color: #6a737d;
    font-style: italic;
}
.auto-save-status {
    font-size: 0.8rem;
    color: #6c757d;
}