#middle_left_buttons {
    width: 227px;
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

#middle_left_buttons {
    overflow: hidden;
}

#middle_left_buttons h2 {
    font-size: 13px;
    font-weight: bold;
    color: #f9fbf8;
    padding: 0 14px;
    margin: 15px 0px 10x 0px;

}

.join-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.join-menu li {
    width: 200px;
    margin: 0 0 8px 14px;
    /* background-image: url(../images/navi_bg.jpg); */
    /* same vibe as sddm */
    background-color: #F0E9BF;
    border-radius: 10px;
}

.join-menu li a {
    display: block;
    width: 100%;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    background-color: #F0E9BF;
    border-radius: 10px;
}

.join-menu li a:hover {
    /* color: #ffffff; */
    background-color: #fffef7;
}

#sublink1,
#sublink2,
#sublink3,
#sublink4 {
    text-align:
        left;
    height:
        50px;
}

#sublink1 a,
#sublink2 a,
#sublink3 a,
#sublink4 a {
    text-align:
        left;
    /*
    margin-left:
    20px;
    */
    padding-left:
        75px;
}

/* ------------------------------
   PROFILE HEADER (LEFT / RIGHT)
------------------------------ */
.profile-header {
    display: flex;
    justify-content: space-between; /* PUSH TO CORNERS */
    align-items: center;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

/* LEFT text */
.welcome-text {
    font-size: 10px;
    color: #444;
}

/* RIGHT clickable profile */
.profile-link {
    text-decoration: none;
}

.profile-row {
    display: flex;
    align-items: center;
    gap: 3px;
}

/* icon */
.profile-avatar {
    font-size: 8px;
    line-height: 1;
}

/* profile text */
.profile-action-text {
    font-size: 8px;
    color: #1f4aa8; /* BLUE */
    font-weight: normal;
}

/* hover */
.profile-row:hover .profile-action-text {
    text-decoration: underline;
}
