/* Redgrid profile presentation fixes. */
.profile-banner{
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:contain !important;
  background-color:#000 !important;
}

.profile-tabs{
  overflow:hidden;
}

.profile-tabs button{
  min-width:72px;
}

.profile-about-panel{
  margin-top:12px;
}

.profile-about-content{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.profile-about-content p{
  margin:0;
  white-space:pre-wrap;
  line-height:1.5;
}

.profile-about-content .stats{
  margin-top:4px;
}
