.standings-grid-host {
  display: block !important;
}

.standings-board {
  padding: clamp(1.2rem, 3vw, 2rem);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
}

.standings-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.standings-toolbar h2 {
  margin: 0.45rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 800;
  text-transform: uppercase;
}

.standings-meta {
  display: grid;
  gap: 0.35rem;
  justify-items: end;
  color: var(--color-text-soft);
  font-family: var(--font-label);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.standings-note,
.standings-source {
  margin: 0;
  color: var(--color-text-soft);
  font-size: 0.98rem;
  line-height: 1.7;
}

.standings-table-wrap {
  margin: 1.35rem 0;
  overflow-x: auto;
  border: 1px solid var(--color-border);
}

.standings-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--color-background);
}

.standings-table th,
.standings-table td {
  padding: 0.9rem 0.8rem;
  border-bottom: 1px solid var(--color-border);
  text-align: center;
  font-size: 0.95rem;
}

.standings-table th {
  background: var(--color-dark);
  color: var(--color-text-inverse);
  font-family: var(--font-label);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.standings-team-cell {
  min-width: 220px;
  text-align: left !important;
  font-family: var(--font-display);
  font-weight: 700;
}

.standings-points {
  color: var(--color-red);
  font-weight: 800;
}

.standings-row-top td:first-child {
  box-shadow: inset 4px 0 0 var(--color-red);
}

.standings-row-danger td:first-child {
  box-shadow: inset 4px 0 0 #6e6e6e;
}

.standings-source a {
  color: var(--color-red);
  font-weight: 700;
}

.home-all-news {
  margin-top: 1.6rem;
}

.home-all-news-inner {
  display: grid;
  gap: 1rem;
}

.home-all-news-heading {
  margin-bottom: 0;
}

.home-all-news-grid {
  display: grid;
  gap: 1rem;
}

.home-all-news-grid .news-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  align-items: stretch;
}

.home-all-news-grid .news-card-body {
  padding: 1.2rem;
}

.home-all-news-grid .news-card p {
  min-height: auto;
}

.secondary-hero-section {
  margin-top: 1.9rem;
}

.secondary-hero-heading {
  margin-bottom: 1rem;
}

.secondary-hero-frame {
  height: clamp(420px, 62vh, 620px);
}

.secondary-hero-content h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.1vw, 2.15rem);
  font-weight: 900;
  line-height: var(--display-title-line);
}

.secondary-hero-content p {
  max-width: 42rem;
  margin: 0 0 1.8rem;
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 900px) {
  .standings-toolbar {
    flex-direction: column;
  }

  .standings-meta {
    justify-items: start;
  }

  .home-all-news-grid .news-card {
    grid-template-columns: 1fr;
  }
}
