.user-box{
  display:flex;
  align-items:center;
  gap:8px;
}

.profile-icon{
  width:32px;
  height:32px;
  border-radius:50%;
  background:#e5edff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#1366d6;
  font-size:14px;
  box-shadow:var(--shadow);
}

.username{
  font-weight:700;
  font-size:15px;
  color:#0f172a;
}
