#toc,
#toc ul {
  list-style-type: none;
}

.toc-title {
  color: var(--amphibios-white);
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-family: OpenSans-Bold, sans-serif;
  font-weight: 700;
}

.toc-section {
  background-color: var(--amphibios-blue);
  border: none;
  outline: 8px dotted white;
  outline-offset: -5px;
  width: 100%;
  margin-bottom: 100px;
  padding: 1rem;
  @media (max-width:992px){
  h1, h2, h3, h4 {
    word-wrap: break-word;
  }
  }
  @media (min-width: 992px) {
    width: fit-content;
  }
  li {
    color: var(--amphibios-white);
    a {
      color: var(--amphibios-white) !important;
      text-decoration: none;
    }
  }
}

