.sql-textarea {
            font-family: 'Courier New', 'Fira Code', monospace;
            font-size: 0.9rem;
            background-color: #f8f9fa;
            border-radius: 8px;
            border: 1px solid #dee2e6;
            resize: vertical;
        }
        .migration-alert {
            background-color: #e9ecef;
            border-radius: 6px;
            padding: 1rem;
            margin: 1rem 0;
        }
        .data-type-table th {
            background-color: #e9ecef;
        }
        .feature-tag {
            background: #e9ecef;
            border-radius: 30px;
            padding: 0.25rem 0.75rem;
            font-size: 0.8rem;
            font-weight: 500;
            margin-right: 0.5rem;
        }
        .example-btn-sm {
            font-size: 0.8rem;
            padding: 0.25rem 0.75rem;
            background-color: #f1f3f5;
            border: 1px solid #ced4da;
        }
        .bg-mysql-light {
            background-color: #eef5fa;
        }