/* paginator links for like, the tumblr rss and updates feed */
.paginator-links {
  margin: 0 auto;
  text-align: center;
}

/* this is for lists & non-nested details drop-downs */
.ChapListing ol > li,
.ChapListing ul > li {
  padding: 5px 0;
  font-size: 125%;
}
.ChapListing details > summary {
  margin: 0;
  padding: 10px 0;
  font-size: 1.25em;
  border-bottom: 1px solid var(--main-color);
}

.pageNav {
  margin: 0 0 2em;
}
.pageNav p {
  text-align: center;
}
.pageNav p:first-child {
  float: left;
  text-align: left;
  margin: -0.25em 0;
}
.pageNav p:nth-child(2) {
  float: right;
  text-align: right;
  margin: -0.25em 0;
}
.pageNav > ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}
.pageNav > ul > li {
  text-align: center;
  align-self: middle;
  vertical-align: middle;
  width: 80%;
  justify-self: center;
}
.pageNav > ul > li:nth-child(1), .pageNav > ul > li:nth-child(3) {
  max-width: 20%;
}
.pageNav > ul > li:only-child {
  width: 100%;
  max-width: 100%;
}

.overview details {
  padding: 0;
  list-style-position: inside;
}
.overview h3 {
  margin: 5px;
  text-align: center;
}
.overview h3 + p {
  text-align: center;
  margin: 0;
}
.overview summary {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  -webkit-text-decoration: dashed underline;
          text-decoration: dashed underline;
  color: var(--link-color);
}
.overview summary:hover, .overview summary:focus {
  -webkit-text-decoration: solid underline;
          text-decoration: solid underline;
  color: var(--link-hover-color);
  cursor: pointer;
}
.overview summary::before {
  color: var(--main-color);
  content: "[";
}
.overview summary::after {
  color: var(--main-color);
  content: "]";
}

.drop-contents {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
  box-shadow: none;
  position: absolute;
  right: 0;
  border-radius: 0;
  max-height: 10.25em;
  height: 0;
  overflow-y: visible;
  scrollbar-width: thin !important;
  scrollbar-color: var(--aside-summary-hover) var(--aside-color);
}
.drop-contents .scrolly {
  background-color: inherit;
}
.drop-contents ol {
  padding: 0;
  margin: 0;
}
.drop-contents ol li {
  margin-left: 0.75em;
  color: var(--main-color);
}
.drop-contents ol > :nth-child(n+10) li,
.drop-contents ol > li:nth-child(n+10) {
  margin-left: calc(0.75em + 1ch);
}

.dropdown {
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  position: relative;
  display: inline-block;
}
.dropdown details {
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
}
.dropdown details > div {
  background-color: var(--aside-color);
  opacity: 0;
  transition-property: opacity;
  transition-delay: 3s;
  transition-duration: 0.5s;
}
.dropdown details[open] {
  border-radius: 10px 10px 0 0;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-delay: 3s;
}
.dropdown details[open]:hover {
  filter: drop-shadow(1px 1px 2px var(--nav-foot-bg));
  background-color: var(--aside-color);
  transition-delay: 1ms;
}
.dropdown details[open]:hover summary:hover {
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), var(--aside-summary-hover), var(--aside-summary-hover), var(--aside-summary-hover), var(--aside-summary-hover), var(--aside-summary-hover), rgba(255, 0, 0, 0));
}
.dropdown details[open]:hover > div {
  transition-delay: 1ms;
  opacity: 1;
}
.dropdown a {
  display: inline-block;
  padding: 5px 15px;
}
.dropdown a:has(button) {
  padding: 0;
}
.dropdown a:hover, .dropdown a:active {
  text-decoration: none;
}
.dropdown button,
.dropdown a {
  font-family: Concourse, "Concourse 4", Kiwi, "Kiwi Maru", Fangsong, sans-serif;
  font-weight: normal;
  text-wrap: balance;
  background: none;
  border: none;
  width: 100%;
  margin: 0;
}
.dropdown button, .dropdown button *,
.dropdown a,
.dropdown a * {
  color: var(--main-color);
}
.dropdown button:hover, .dropdown button:focus,
.dropdown a:hover,
.dropdown a:focus {
  background-color: var(--aside-summary-hover);
  box-shadow: 0 0 0 1px var(--nav-foot-bg);
}
.dropdown button[disabled],
.dropdown a[disabled] {
  background-color: var(--between);
  cursor: not-allowed;
}
.dropdown button[disabled]:hover, .dropdown button[disabled]:focus,
.dropdown a[disabled]:hover,
.dropdown a[disabled]:focus {
  box-shadow: none;
}

.overview summary {
  text-decoration: none;
  padding: 5px 0;
}

#internalNav h3,
#internalNav h4 {
  padding: 0 !important;
  margin: 0;
}
#internalNav table {
  margin: 0 5%;
  min-width: 50%;
  max-width: 75%;
}
#internalNav table td {
  box-sizing: border-box;
  padding: 10px 15px 15px;
  text-align: left;
}
#internalNav table ul {
  padding-left: 15px;
}

@media only screen and (min-width: 751px) {
  .pageNav:last-of-type .dropdown .overview {
    border-radius: 0;
  }
  .pageNav:last-of-type .dropdown summary {
    border-radius: 0 0 10px 10px;
  }
  .pageNav:last-of-type .dropdown .dropdown:hover,
  .pageNav:last-of-type .dropdown .dropdown:hover .scrolly,
  .pageNav:last-of-type .dropdown .dropdown:hover .drop-contents, .pageNav:last-of-type .dropdown .dropdown:focus,
  .pageNav:last-of-type .dropdown .dropdown:focus .scrolly,
  .pageNav:last-of-type .dropdown .dropdown:focus .drop-contents, .pageNav:last-of-type .dropdown .dropdown:active,
  .pageNav:last-of-type .dropdown .dropdown:active .scrolly,
  .pageNav:last-of-type .dropdown .dropdown:active .drop-contents,
  .pageNav:last-of-type .dropdown details[open]:hover,
  .pageNav:last-of-type .dropdown details[open]:hover .scrolly,
  .pageNav:last-of-type .dropdown details[open]:hover .drop-contents,
  .pageNav:last-of-type .dropdown details[open]:focus,
  .pageNav:last-of-type .dropdown details[open]:focus .scrolly,
  .pageNav:last-of-type .dropdown details[open]:focus .drop-contents,
  .pageNav:last-of-type .dropdown details[open]:active,
  .pageNav:last-of-type .dropdown details[open]:active .scrolly,
  .pageNav:last-of-type .dropdown details[open]:active .drop-contents {
    box-shadow: none;
  }
  .pageNav:last-of-type .dropdown .drop-contents {
    bottom: calc(2em - 2px);
    width: 100%;
  }
  .pageNav:last-of-type .dropdown .drop-contents .scrolly {
    position: absolute;
    width: 100%;
    bottom: 100%;
  }
  .pageNav:last-of-type .dropdown details[open] {
    border-radius: 0 0 10px 10px;
  }
}
@media only screen and (max-width: 800px) {
  .drop-contents {
    display: block;
  }
  .dropdown details[open] {
    background-color: var(--aside-color);
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
  }
  .dropdown details[open] > div {
    opacity: 1;
  }
}
@media only screen and (max-width: 750px) {
  #internalNav {
    display: flex;
    justify-content: center;
    max-width: 100% !important;
  }
  #internalNav table {
    margin: 0;
    width: 100%;
    font-size: 110%;
  }
  #internalNav table li {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 500px) {
  .drop-contents {
    min-width: unset;
  }
}/*# sourceMappingURL=pagination.css.map */