.the-content p {
  color: #262928;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 28px;
}

.the-content h2,
.the-content h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 24px 0;
}

.the-content h3 {
  font-size: 18px;
}

.the-content a {
  color: #4d4df0;
  text-decoration: underline;
  font-weight: 400;
}

.the-content ul {
  list-style: disc;
  padding-left: 32px;
  line-height: 28px;
}

.the-content ul li:not(:last-child) {
  margin-bottom: 24px;
}

.the-content table {
  margin-bottom: 24px;
}

.sidebar #ez-toc-container {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.sidebar #ez-toc-container nav {
  border: none;
}

.sidebar #ez-toc-container nav .ez-toc-list {
  display: flex;
  gap: 2rem;
  overflow: auto;
}

.sidebar #ez-toc-container nav .ez-toc-link {
  font-size: 14px;
  color: #737373;
  font-weight: 400;
  line-height: 26px;
}

.sidebar #ez-toc-container nav li {
  flex: none;
  padding: 10px 0;
}

.sidebar #ez-toc-container nav .ez-toc-link:active,
.sidebar #ez-toc-container nav .ez-toc-link.active {
  color: #3e3ec0;
  font-weight: 700;
}

.ez-toc-open-icon {
  display: none !important;
}

.the-content--gated {
  color: #000;
}

.the-content.the-content--gated ul li:not(:last-child) {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 920px) {
  .sidebar #ez-toc-container {
    border-left: 1px solid #737373;
    padding: 0 0 0 2rem;
    position: sticky;
  }
  .sidebar #ez-toc-container nav .ez-toc-list {
    flex-direction: column;
  }

  .sidebar #ez-toc-container nav li {
    padding: 0;
  }
}
