<style>
/* background */
.container:has(> section.rankings) {
  background: radial-gradient(583.78% 135.37% at 91.25% 0%, #890B34 0%, #5a0722 27.38%, #2B0310 99.04%);
}
.container section.rankings,
.container .padding-md.bg-maroon.border-gold.border-top-md,
.container .padding-md.bg-maroon.border-gold.border-bottom-sm {
  background: #5a0722;
}

/* structure */

.rankings .grid-wrapper-min-max {
  grid-template-columns: 1fr;
}
.rankings .container {
  width: 70% ;
}
.rankings .grid-item {
  flex-direction: column;
}

/* typography */

.rankings h2, .rankings h3 {
  text-align: center;
}
.rankings h2 {
  margin-bottom: calc(var(--baseline) * .75 * 1rem);
  margin-bottom: 0;
  color: #ffffff;
}
.rankings h2 span.gold-accent {
  color: #eaaa00;
}
.rankings h3 {
  display: block;
  margin-bottom: calc(var(--baseline) * .75 * 1rem);
  font-size: 1.5rem;
  color: #ffffff !important;
}
.rankings h3 span {
  margin: 0 .5rem;
}
.rankings h3 span.attribution {
  display: block;
  margin: 1rem 0 0 .5rem;
  width: auto;
  font-family: 'Antenna', 'Arial', sans-serif;
  font-size: 75%;
  font-weight: 100;
  font-style: italic;
}
.rankings h3 span.attribution::before {
  content: '– ';
}
.rankings p {
  font-family: 'Antenna Light', 'Arial', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.005rem;
}

/* hr */

.rankings hr {
  margin: 1.125rem auto;
  width: 50%;
  text-align: center;
  border-top: 0;
  border-bottom: solid 1px #eaaa00 !important;
}

/* buttons */

.rankings .buttons {
  align-items: flex-start;
}
.rankings .buttons a {
  margin: 0 auto;
}
.luc-button--dark, .button--dark,
.luc-button--dark a:hover, .button--dark a:hover {
  background: none;
}
.luc-button--dark::after, .button--dark::after {
  display: inline-block;
  margin: 0 0 0 .5rem;
}

/* borders */

* .border-gold {
  border-style: solid;
  border-color: #eaaa00;
}
* .border-top-xsm {
  border-top-width: .125rem;
}
* .border-top-sm {
  border-top-width: .25rem;
}
* .border-top-md {
  border-top-width: .5rem; 
}
* .border-top-lg {
  border-top-width: .75rem; 
}
* .border-bottom-xsm {
  border-bottom-width: .125rem;
}
* .border-bottom-sm {
  border-bottom-width: .25rem;
}
* .border-bottom-md {
  border-bottom-width: .5rem; 
}
* .border-bottom-lg {
  border-bottom-width: .75rem; 
}
</style>
