.content-bar {
    position: relative;
    width: 100%; /* Adjust to not overlap the sidebar */
    height: 40px;
    background-color: #2c3e50; /* Matches the sidebar background */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #ecf0f1;
    box-sizing: border-box;
}

.context {
    display: flex;
    gap: 10px;
}

.stat {
    font-size: 1.2em;
    font-weight: 500;
}

.actions {
    display: flex;
    align-items: center;
}