.formatter-textarea {
    min-height: 300px;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.9rem;
    line-height: 1.55;
    white-space: pre;
}

.formatter-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.formatter-stats .badge {
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
}

.compare-pane {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: #fff;
    padding: 1rem;
    min-height: 200px;
    max-height: 420px;
    overflow: auto;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.85rem;
    line-height: 1.5;
    white-space: pre;
    margin-bottom: 0;
}
