.student-identity{display:grid;gap:3px;padding:13px 14px;border:1px solid var(--line);border-radius:10px;background:var(--soft)}
.student-identity span,.student-identity small{color:var(--muted);font-size:9px}
.student-identity strong{font-size:14px;color:var(--ink)}
.student-logout{color:var(--red)!important}
@media(max-width:560px){.student-logout{width:auto!important}}
