.uh-student-menu-shell {
    position: fixed;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    z-index: 99999;
    display: inline-flex;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(15, 35, 79, .96);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 12px 28px rgba(15,23,42,.25);
}

.uh-student-menu-shell a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    color: #102447;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
}

.uh-student-shell {
    max-width: 1080px;
    margin: 0 auto;
    padding: 32px 20px 90px;
    display: grid;
    gap: 16px;
}

.uh-student-shell-card {
    background: #fff;
    border: 1px solid #d8e2ef;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 24px rgba(15,35,65,.06);
}

.uh-student-shell-kicker {
    color: #23548a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}
