.anows-workspace .active-tab {
    border-bottom: 2px solid #2563eb; /* Blue-600 */
    color: #2563eb;
}

/* Ensure clean output display */
.output-content {
    min-height: 200px;
    max-height: 500px;
    overflow-y: auto;
    white-space: pre-wrap; /* Preserve formatting */
}
