.wc-hub {
  --wc-accent: #c8102e;
  --wc-muted: #6b7280;
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px 16px 32px;
}

.wc-hub__header {
  margin-bottom: 12px;
}

.wc-hub__title {
  margin: 0 0 4px;
  font-size: 1.35rem;
  line-height: 1.25;
}

.wc-hub__desc {
  margin: 0;
  color: var(--wc-muted);
  font-size: 0.92rem;
}

.wc-hub__filters {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 12px;
  -webkit-overflow-scrolling: touch;
}

.wc-hub__filter {
  flex: 0 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.88rem;
  cursor: pointer;
}

.wc-hub__filter.is-active {
  background: var(--wc-accent);
  border-color: var(--wc-accent);
  color: #fff;
}

.wc-hub__grid {
  display: grid;
  gap: 12px;
}

.wc-hub__section {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 12px;
  background: #fff;
}

.wc-hub__section-title {
  margin: 0 0 8px;
  font-size: 0.95rem;
}

.wc-hub__matches {
  display: grid;
  gap: 8px;
}

.wc-hub__match {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 8px;
  align-items: center;
  font-size: 0.88rem;
}

.wc-hub__match-time {
  color: var(--wc-muted);
}

.wc-hub__issues {
  display: grid;
  gap: 8px;
}

.wc-hub__issue {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 10px;
}

.wc-hub__issue:hover {
  border-color: rgba(200, 16, 46, 0.35);
}

.wc-hub__issue-meta {
  display: flex;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--wc-muted);
  margin-bottom: 4px;
}

.wc-hub__news-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
}

.wc-hub__news-table th,
.wc-hub__news-table td {
  padding: 6px 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  vertical-align: top;
}

.wc-hub__news-table th {
  text-align: left;
  color: var(--wc-muted);
  font-weight: 600;
}

.wc-hub__news-title {
  color: inherit;
  text-decoration: none;
}

.wc-hub__news-title:hover {
  text-decoration: underline;
}

.wc-hub__empty {
  color: var(--wc-muted);
  font-size: 0.88rem;
}

.wc-hub__standing-group {
  margin-bottom: 10px;
}

.wc-hub__standing-group-title {
  margin: 0 0 6px;
  font-size: 0.84rem;
  color: var(--wc-muted);
}

.wc-hub__standing-row {
  display: grid;
  grid-template-columns: 28px 1fr 48px 52px;
  gap: 6px;
  font-size: 0.84rem;
  padding: 4px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.wc-hub__more {
  margin-top: 8px;
}

@media (min-width: 960px) {
  .wc-hub__grid--desktop {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .wc-hub__news-table thead {
    display: none;
  }

  .wc-hub__news-table tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 8px 0;
  }

  .wc-hub__news-table td {
    border: 0;
    padding: 0;
  }

  .wc-hub__news-table td[data-label]::before {
    content: attr(data-label) ': ';
    color: var(--wc-muted);
    font-size: 0.75rem;
  }

  .wc-hub__section--secondary {
    display: none;
  }
}

body.page-world-cup .community-hub__panel:not([data-community-panel='worldcup']) {
  display: none !important;
}

body.page-world-cup #community-panel-worldcup {
  display: block !important;
}

body.page-world-cup #app-sidebar {
  display: none;
}
