
.profile-direct-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:.48rem!important;
  white-space:nowrap!important;
  text-decoration:none!important;
}
.profile-direct-avatar{
  width:30px!important;
  height:30px!important;
  border-radius:50%!important;
  object-fit:cover!important;
  border:1px solid rgba(173,100,85,.34)!important;
  box-shadow:0 8px 18px rgba(102,62,54,.10),inset 0 1px 0 rgba(251,246,245,.45)!important;
  background:#fbf6f5!important;
  flex:0 0 auto!important;
}
.profile-direct-link::after,
.profile-direct-link .profile-chevron,
.profile-direct-link .nav-chevron{
  display:none!important;
  content:none!important;
}
