/* Shell only: PBRA cards and the season control retain their existing presentation. */
.brxe-section.pb-page-standard.pb-page-standard--ranking {
  padding-block: var(--pb-nav-content-gap) 0;
}

/* The page stack owns navigation spacing, not the standalone menu margin. */
.pb-page-standard--ranking .pb-section-menu {
  margin-block: 0;
}

.pb-page-standard--ranking .pb-ranking-stack {
  display: flex;
  flex-direction: column;
  gap: var(--pb-heading-content-gap);
}

.pb-page-standard--ranking .pb-ranking-heading {
  margin: 0;
}

/* The documented 0.84rem context role also applies below 390px. */
.pb-page-standard--ranking .pb-ranking-heading .pb-component-heading__eyebrow {
  font-size: 0.84rem;
  letter-spacing: .08em;
}

/* Isolate the not-yet-standardized rating from inherited shell typography. */
.pb-page-standard--ranking :is(.pbra-renderer, .pbra-season-filter-frame) {
  font-family: Roboto;
  color: var(--black, #000);
}
