/* Scroll all outputs */
.output {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #ddd;
    padding: 0.5em;
}

/* Optional: special styling for text-based outputs */
.output pre {
    background-color: #f9f9f9;
    white-space: pre;
}
