.c-table-of-content {
  font-family: var(--font-primary);
  background-image: var(--background-image-senary-gradient);
  padding: 1px;
  border-radius: 16px;
}

.c-table-of-content #ez-toc-container {
  border: none;

  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 24px;
  background-image: var(--background-image-neutral-secondary-gradient);
}

.c-table-of-content #ez-toc-container .ez-toc-title {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-septenary);
  position: relative;
  padding-left: 36px;
}

.c-table-of-content #ez-toc-container .ez-toc-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5H20' stroke='%23359684' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 12H20' stroke='%23359684' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 19H20' stroke='%23359684' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.c-table-of-content #ez-toc-container .ez-toc-cssicon-toggle-label {
  display: none;
}

.c-table-of-content #ez-toc-container nav {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--color-quaternary);
}

.c-table-of-content #ez-toc-container nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.c-table-of-content #ez-toc-container nav ul li a {
  color: var(--font-secondary);
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
}
