/* Minimal XML output styling */
#xml-output {
    width: 100%;
    height: 380px;
    background: var(--bg-alt);
    border: 1.5px solid var(--border);
    border-radius: var(--radius-lg);
    padding: var(--space-md);
    color: var(--success);
    font-family: var(--font-mono);
    font-size: 0.83rem;
    line-height: 1.7;
    resize: vertical;
    overflow-y: auto;
    white-space: pre;
}
