  .page hgroup h3 em {
  font-weight: 500;
  letter-spacing: -0.04rem;
}

.podcast-stats h1 {
  font-weight: 800;
  text-align: center;
}
.podcast-stats h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .podcast-stats h2 {
    font-size: 2.25rem;
    line-height: 2.375rem;
  }
}
.podcast-stats table caption {
  font-weight: normal;
  color: #c6002b;
  caption-side: top;
  text-align: center;
}
@media (min-width: 992px) {
  .podcast-stats table caption {
    margin-bottom: 2rem;
  }
}
.podcast-stats table thead th {
  font-weight: normal;
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
}
@media (max-width: 767.98px) {
  .podcast-stats table thead th {
    font-size: 0.875rem;
  }
}
.podcast-stats table tbody th,
.podcast-stats table tbody td {
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
}
.podcast-stats table tbody td {
  vertical-align: middle;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.podcast-stats table td.ihr-stats {
  font-weight: 700;
  color: #c6002b;
}
@media (min-width: 768px) {
  .podcast-stats table td.ihr-stats {
    font-size: 1.875rem;
  }
}

.chart h2 {
  margin: 4rem 0 2rem;
}

.nav-panels {
  margin: 1rem 0;
}

.nav-panels > section {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.podcasters h2 {
  font-weight: 700;
  margin: 3rem 0 2rem;
}
@media (min-width: 768px) {
  .podcasters h2 {
    font-size: 0.5rem;
  }
}
.podcasters figcaption {
  text-align: center;
}

.podcasts h2 {
  margin: 3rem auto 2rem;
}
.podcasts .nav-link {
  color: rgb(108.1479591837, 112.75, 117.3520408163);
}
.podcasts section {
  display: flex;
}
@media (max-width: 767.98px) {
  .podcasts section {
    flex-wrap: wrap;
  }
}
.podcasts section .podcast {
  padding: 5px;
}
@media (max-width: 767.98px) {
  .podcasts section .podcast {
    flex-basis: 33.3%;
    flex-grow: 1;
  }
}

.larger {
  font-weight: 700;
}
@media (min-width: 768px) {
  .larger {
    font-size: 2.75rem;
  }
}