/** Shopify CDN: Minification failed

Line 48:0 Expected "}" to go with "{"

**/
.de-toc {
  margin: 1.25rem 0 1.5rem;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.de-toc summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
}

.de-toc summary::-webkit-details-marker {
  display: none;
}

.de-toc ul {
  margin: 0.75rem 0 0;
  padding: 0 0 0 1.25rem;
  list-style: none;
}

.de-toc li {
  margin: 0.4rem 0;
}

.de-toc a {
  text-decoration: none;
  color: inherit;
}

.de-toc a:hover {
  text-decoration: underline;
}

@media (min-width: 640px) {
  .de-toc details[open] {
    display: block;
  }
