/**
 * Gold/black rankings hero (scope, category, flat table pages).
 * URL: /assets/css/rankings-hero.css
 */

.rankings-hero-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 150px;
  padding: 2.25rem 1.25rem;
  margin: 0 -15px 1.5rem;
  background: #000;
  border: 2px solid #d4af37;
  border-radius: 4px;
  text-align: center;
}

.rankings-hero-banner .hero-line1 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #d4af37;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.rankings-hero-banner .hero-badge {
  display: inline-block;
  margin: 0;
  padding: 0.4rem 1.35rem;
  background: #d4af37;
  color: #000;
  font-size: 1.4rem;
  font-weight: 800;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

@media (max-width: 767.98px) {
  .rankings-hero-banner {
    min-height: 120px;
    padding: 1.5rem 0.85rem;
    margin: 0 -12px 1rem;
  }

  .rankings-hero-banner .hero-line1 {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }

  .rankings-hero-banner .hero-badge {
    font-size: 1.05rem;
    padding: 0.35rem 0.85rem;
  }
}
