.table-first {
    --bs-table-color: #000;
    --bs-table-bg: #D9BE4C;
    --bs-table-striped-color: #000;
    --bs-table-hover-color: #000;
  }
  
  .table-second {
      --bs-table-color: #000;
      --bs-table-bg: #B3B4BA;
      --bs-table-striped-color: #000;
      --bs-table-hover-color: #000;
  }
  
  .table-third {
      --bs-table-color: #000;
      --bs-table-bg: #C07A50;
      --bs-table-striped-color: #000;
      --bs-table-hover-color: #000;
  }
  
  .highlight {
      --bs-table-color: #000;
      --bs-table-bg: #85C0C0;
      --bs-table-striped-color: #000;
      --bs-table-hover-color: #000;
  }

  .spacebro {
    margin-right: 1em;
    margin-left: 1em;
  }

  .sticky-footer {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
  }

  .achievement-icons-small {
    display: inline-flex;
    gap: 4px;
    margin-left: 8px;
  }

  .achievement-icon-small {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    object-fit: cover;
  }

  .table a {
    color: inherit;
    text-decoration: underline;
  }

  .table a:hover {
    color: inherit;
  }
  