/* =========================================================
   Community page — page-specific styles
   ========================================================= */

.community-page {
  min-height: calc(100vh - 120px);
}

.community-header {
  margin-bottom: 48px;
}

.community-heading {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.community-empty {
  border-top: 1px solid var(--border-color);
  padding: 56px 0;
}

.community-empty-label {
  font-size: 0.875rem;
  color: var(--text-muted);
}
