/* Profile banner: use the full profile rail while preserving the server-rendered 728:90 crop. */
#content.profilepage .profile-cover-slot {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  aspect-ratio: 728 / 90;
  margin: 0 0 10px;
  box-sizing: border-box;
}
#content.profilepage .profile-cover-slot > img,
#content.profilepage.theme-v2 .profile-cover-slot > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 760px) {
  #content.profilepage .profile-cover-slot {
    margin-bottom: 8px;
  }
}
