.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;
        }
        .conversion-card {
            border-left: 4px solid #336791;
            background-color: #ffffff;
            transition: box-shadow 0.2s;
        }
        .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;
        }
        .result-header {
            font-weight: 600;
            margin-bottom: 0.5rem;
            margin-top: 1rem;
        }
        .copy-icon {
            cursor: pointer;
            transition: opacity 0.2s;
        }
        .copy-icon:hover {
            opacity: 0.7;
        }
        .bg-pg-light {
            background-color: #eef4ff;
        }
        .diff-note {
            font-size: 0.85rem;
            border-top: 1px solid #dee2e6;
            margin-top: 1.2rem;
            padding-top: 0.8rem;
        }