.ide-status-bar {
    background: #252526;
    /* Clean Jupyter Dark charcoal */
    border-top: 1px solid #1e1e1e;
    display: flex;
    align-items: center;
    padding: 0 8px;
    box-sizing: border-box;
    z-index: 15;
}

.status-bar-item {
    height: 100%;
    padding: 0 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background 0.15s ease;
}

.status-bar-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.status-bar-left,
.status-bar-right {
    height: 100%;
}