@media (min-width: 651px) {
  .main-tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: min(100%, 900px);
  }
}

.badge.guest-owned {
  background: rgb(160 131 255 / 15%);
  color: #c9baff;
}
