.slms-learner-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: #1e73be;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.slms-nav-center a {
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.slms-nav-center a:hover {
    text-decoration: underline;
}

.slms-nav-right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.slms-user-name {
    font-weight: 600;
}

.slms-logout {
    background: #fff;
    color: #1e73be;
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
}