.rankings-toc .title {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
  .rankings-toc a {
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    -webkit-text-decoration-color: var(--gray-200);
            text-decoration-color: var(--gray-200);
  }
  .rankings-toc table {
    border-collapse: separate;
    border-color: var(--gray-200, #e4e4e7);
    border-radius: 0.25rem;
    border-width: 1px;
    display: table;
    margin-bottom: 3rem;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    border-spacing: 0;
  }
  .rankings-toc table thead {
    display: none;
    vertical-align: middle
  }
  @media (min-width: 640px) {
    .rankings-toc table thead {
      display: table-header-group;
    }
  }
  .rankings-toc table thead tr {
    background-color: var(--primary-50, #92B8E5);
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--gray-800, #71717a);
    text-transform: uppercase
  }
  .rankings-toc table thead footer nav ul buttontr {
    text-transform: capitalize;
  }
  .rankings-toc table thead tr th, .rankings-toc table thead tr td {
    border-color: var(--gray-200, #e4e4e7);
    border-bottom-width: 1px;
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
  }
  @media (min-width: 640px) {
    .rankings-toc table thead tr th, .rankings-toc table thead tr td {
      display: table-cell;
    }
  }
  .rankings-toc table tbody {
    border-color: var(--gray-200, #e4e4e7);
    border-top-width: 1px;
    display: table-row-group;
    vertical-align: middle;
  }
  .rankings-toc table tbody tr:nth-child(even) {
    background-color: var(--gray-50, #fafafa);
  }
  .rankings-toc table tbody td {
    display: flex;
    align-items: baseline;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  @media (min-width: 640px) {
    .rankings-toc table tbody td {
      display: table-cell;
    }
  }
  .rankings-toc table tbody td[data-title]::before {
    content: attr(data-title);
    min-width: 40%;
    max-width: 40%;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1rem;
    padding-right: 0.75rem;
    position: relative;
    text-transform: uppercase;
  }
  @media (min-width: 640px) {
    .rankings-toc table tbody td[data-title]::before {
      display: none;
    }
  }
  @media (min-width: 768px) {
    .rankings-toc h3.title {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
  }
  .rankings-toc .rank {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
  }

