.community-social-live .community-member-rail {
  height: min(810px, calc(100dvh - 118px));
  max-height: min(810px, calc(100dvh - 118px));
  grid-template-rows: auto auto minmax(0, 1fr);
}

.community-social-live .community-member-rail #community-social-members {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.community-members-unified {
  min-height: 100%;
}

.community-members-count {
  color: #87939a;
  letter-spacing: .08em;
  margin: 0;
  padding: 0 0 12px;
  font: 700 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  text-transform: uppercase;
}

.community-members-more {
  color: #87939a;
  min-height: 48px;
  padding: 14px 0 5px;
  text-align: center;
  font-size: 11px;
}

.community-members-more button,
.community-members-unified > button {
  color: #f5f7f8;
  background: #172127;
  border: 1px solid #39464d;
  border-radius: 12px;
  min-height: 42px;
  padding: 9px 14px;
}

@media (max-width: 980px) {
  .community-social-live .community-member-rail {
    height: min(78dvh, 720px);
    max-height: min(78dvh, 720px);
  }
}
