:root {
  --toc-base-color: #ddd;
  --toc-font-family: 'Poppins', Helvetica, Arial, sans-serif;
}
#toc {
    background-color: var(--toc-base-color);
    border-radius: 30px;
    font-size: 1.4rem;
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 60px 30px;
    position: relative;
}
/*#toc::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  bottom: 20px;*/
/*  right: 20px;*/
/*  background-image: url("data:image/svg+xml, %0A%3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox=%220%200%20179.97%20273.23%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23981828;%7D.cls-1,.cls-2%7Bfill-rule%3Aevenodd;%7D.cls-2%7Bfill%3A%23706f6f;%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id=%22Capa_2%22%20data-name=%22Capa%202%22%3E%3Cg%20id=%22Capa_1-2%22%20data-name=%22Capa%201%22%3E%3Cpath%20class=%22cls-1%22%20d=%22M38.37,141.51c3.35,2.68,14.31,10.51,17.66,13s6.33.83,11.18-4c5.15-5.15,26.82-26.61,38.68-36.9s28-23.48,28-23.48,5.14,20.8,6.48,24.6,9.17,10.72,15.66-.23S168.49,84.5,174.53,63s7.61-47.86,1.8-57.69S158.44.87,143,8.47A260.75,260.75,0,0,1,94.94,27C78.17,31.5,72.13,31.29,75.26,41.12S86.43,59,89.79,63s7.83,3.13,12.08,1.57a59.37,59.37,0,0,1,7.37-2.24S84.44,84,69.68,97.68s-29.3,31.54-32.21,35.11-2.46,6,.9,8.72%22%2F%3E%3Cpath%20class=%22cls-2%22%20d=%22M141.6,131.72c-3.35-2.68-14.31-10.52-17.66-13s-6.33-.83-11.18,4c-5.15,5.15-26.83,26.61-38.68,36.9s-28,23.47-28,23.47S41,162.35,39.64,158.55s-9.18-10.73-15.66.22-12.5,30-18.55,51.43-7.61,47.86-1.8,57.69,17.89,4.47,33.33-3.13A260.48,260.48,0,0,1,85,246.2c16.77-4.47,22.8-4.26,19.68-14.09S93.54,214.22,90.18,210.2s-7.83-3.13-12.08-1.57a59.76,59.76,0,0,1-7.38,2.24s24.81-21.68,39.57-35.32,29.3-31.54,32.21-35.11,2.45-6-.9-8.72%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");*/
/*  background-size: 36px 36px;*/
/*  background-repeat: no-repeat;*/
/*  height: 36px;*/
/*  width: 36px;*/
/*}*/
#toc .icon {
  align-items: center;
  background-color: #fff;
  border: 1px solid var(--brand-color);
  border-radius: 100%;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, .3);
  color: var(--brand-color);
  display: flex;
  justify-content: center;
  height: 72px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -36px;
  width: 72px;
}
#toc > h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px;
    text-align: center;
  font-family: var(--toc-font-family);
}
#toc ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
#toc > ol > li::before {
  color: var(--brand-color);
  content: "»";
  font-weight: bold;
  margin-right: 8px;
}
#toc > ol > li > ol > li {
  list-style: disc;
}
#toc > ol > li > ol > li > ol > li {
  list-style: circle;
}
#toc > ol > li > ol li::marker {
  color: var(--brand-color);
}
#toc ol li {
  margin-bottom: 2px;
  max-width: 95%;
}
#toc ol li a {
  font-weight: bold;
  text-decoration: underline;
}
#toc ol li a::after {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox=%220%200%20256%20512%22%3E%3Cpath%20d=%22M246.6%20278.6c12.5-12.5%2012.5-32.8%200-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8%2016.6-19.8%2029.6l0%20256c0%2012.9%207.8%2024.6%2019.8%2029.6s25.7%202.2%2034.9-6.9l128-128z%22%20style=%22fill%3A%23666%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: '';
  margin-left: 3px;
  display: inline-block;
  position: relative;
  top: 2px;
  height: 12px;
  width: 12px;
}
#toc ol > li ol {
    margin: 10px 10px 10px 20px;
}
article .content h2,
article .content h3,
article .content h4,
article .content h5 {
    scroll-margin-top: 150px;
}

@media (min-width: 1200px) {
  #toc {
    margin-left: 60px;
    margin-right: 60px;
  }
}
