@charset "UTF-8";

@page {
  @top-left {
    content: "親子AIプログラミング体験会 2026/08/01";
  }
}

#toc {
  margin-top: 2rem;
}

#toc > h2 {
  break-after: avoid;
}

#toc ol {
  margin: 0;
  padding-left: 0;
}

#toc li {
  margin: 0.38em 0;
  list-style: none;
  break-inside: avoid;
}

#toc li ol {
  padding-left: 1.2em;
}

#toc li a {
  display: flex;
  width: 100%;
  align-items: baseline;
  color: currentcolor;
  text-decoration: none;
}

#toc .toc-label {
  min-width: 0;
  text-wrap: pretty;
}

#toc li[data-section-level="1"] > a .toc-label > strong {
  display: block;
}

#toc li a::before {
  flex: auto;
  order: 1;
  margin: 0 0.5em;
  border-bottom: 1px dotted var(--muted);
  content: "";
}

#toc li a::after {
  flex: none;
  order: 2;
  align-self: flex-end;
  min-width: 2em;
  content: target-counter(attr(href), page);
  text-align: right;
}

@media print {
  #toc {
    font-size: 9pt;
  }

  #toc li {
    margin: 0.24em 0;
  }
}
