#lmsStudentWishlistBadge.gactive.wishlist-badge--empty,[data-wishlist-badge='student'].gactive.wishlist-badge--empty{display:none!important;}
    .header-welcome-text{
      font-size:15px;
      font-weight:600;
      color:#334155;
      background:#f8fafc;
      border:1px solid #e2e8f0;
      border-radius:999px;
      padding:8px 14px;
      box-shadow:0 2px 10px rgba(15,23,42,.08);
      white-space:nowrap;
    }
    .header-welcome-text .welcome-label{
      color:#0f766e;
      margin-right:4px;
    }
    .header-welcome-text .student-name{
      color:#7c3aed;
      font-weight:700;
    }
    .student-programme-nav__profile{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:12px;
      flex-wrap:wrap;
    }
    .student-programme-nav__summary{
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      gap:2px;
      min-width:0;
      text-align:right;
    }
    .student-programme-nav__name{
      font-size:15px;
      font-weight:700;
      color:#1a2d62;
      line-height:1.25;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:220px;
    }
    .student-programme-nav__meta{
      font-size:12px;
      color:#64748b;
      line-height:1.25;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:220px;
    }
    .student-programme-nav__toggle{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border:1px solid #e2e8f0;
      background:#fff;
      border-radius:999px;
      padding:6px 10px 6px 6px;
      box-shadow:0 2px 10px rgba(15,23,42,.06);
      color:#1a2d62;
      line-height:1.2;
    }
    .student-programme-nav__toggle:hover,
    .student-programme-nav__toggle:focus{
      color:#1a2d62;
      border-color:#cbd5e1;
      background:#f8fafc;
    }
    .student-programme-nav__avatar{
      width:34px;
      height:34px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg,#2eca7f,#1a9d63);
      color:#fff;
      font-size:12px;
      font-weight:700;
      flex:0 0 34px;
    }
    .student-programme-nav__menu{
      min-width:260px;
      border:1px solid #e2e8f0;
      box-shadow:0 12px 30px rgba(15,23,42,.12);
      padding:0;
      overflow:hidden;
    }
    .student-programme-nav__menu-head{
      padding:14px 16px;
      background:#f8fafc;
      border-bottom:1px solid #e2e8f0;
    }
    .student-programme-nav__menu-head .name{
      font-size:15px;
      font-weight:700;
      color:#1a2d62;
      margin-bottom:4px;
    }
    .student-programme-nav__menu-head .detail{
      font-size:12px;
      color:#64748b;
      line-height:1.45;
    }
    .student-programme-nav__menu .dropdown-item{
      padding:10px 16px;
    }
    @media (max-width: 575.98px){
      .student-programme-nav__summary{
        display:none;
      }
      .student-programme-nav__name{
        max-width:140px;
      }
    }
