.comparison-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
    .comparison-table th, .comparison-table td { border: 1px solid #ddd; padding: 12px; text-align: left; }
    .comparison-table th { background: #f5f5f5; font-weight: 600; }
    .comparison-table tr:nth-child(even) { background: #fafafa; }
    pre { background: #f5f5f5; padding: 15px; border-radius: 5px; overflow-x: auto; }
