@import "default.css";
ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

em {
  font-style: italic;
}

code {
  background-color: #ffffdd;
}

.center {
  margin: 0 auto;
  display: block;
  text-align: center;
}

blockquote {
  background: #eee;
  border-left: 2px solid rgb(56, 56, 56);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

blockquote:has(+ blockquote) {
  margin-bottom: 0;
}

blockquote + blockquote {
  margin-top: 0;
}

blockquote p {
  display: inline;
}

iframe {
  width: 800px;
  height: 450px;
}

sup {
  vertical-align: top;
  font-size: 0.7em;
}

input {
  width: 9em;
}

.img-caption {
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
  color: gray;
}

@media only screen and (max-width: 850px) {
  pre {
    margin: 0pt 0% 0pt 0%;
    background-color: #ffffdd;
    overflow: auto;
    padding: 5px;
  }
  .gallery-block {
    display: block;
    width: 92%;
    padding: 10px;
    margin: 10px auto;
    background-color: #dddddd;
  }
  .phone-zoom {
    zoom: 0.8;
  }
  iframe {
    width: 90vw;
    height: 51vw;
  }
}
@media only screen and (min-width: 850px) {
  pre {
    margin: 10pt 10% 10pt 10%;
    background-color: #ffffdd;
    overflow: auto;
    padding: 10px;
  }
  .gallery-block {
    display: block;
    width: 552px;
    padding: 10px;
    margin: 10px auto;
    background-color: #dddddd;
  }
}
@media only screen and (max-width: 265px) {
  iframe {
    width: 239px;
    height: 135px;
  }
}
.MJXc-display {
  overflow-x: auto;
  overflow-y: hidden;
}

#igraph {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 560px;
  border: none;
}

.highlight {
  margin: 0 auto;
}

.outer {
  text-align: center;
  width: 100%;
  background-color: white;
}

.ind {
  margin-left: 36pt;
}

.inpage {
  margin: 0cm 10% 10pt 10%;
}

.block {
  display: inline-block;
  margin: 0.2rem;
  background-color: white;
}

.current {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.poem-text {
  margin-top: 0px;
  text-align: center;
  font-style: italic;
}

footer .license-icons img {
  vertical-align: text-bottom;
  display: inline-block;
}

.footnote {
  margin: 0 1px;
}

.katex-display {
  overflow-x: auto;
  overflow-y: hidden;
}

footer {
  color: gray;
  font-size: small;
  font-style: italic;
  padding-top: 10px;
  max-width: 795px;
  min-width: 265px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

footer .license-icons img {
  vertical-align: text-bottom;
}

.fim {
  margin: 1em auto;
  position: relative;
  display: inline-block;
  text-align: center;
}

.fim p {
  display: block;
  margin: 0;
  margin-block: 0;
}

.fim p img {
  display: block;
}

.fim figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5rem 1rem 1rem;
  color: rgb(255, 255, 255);
  background: linear-gradient(to top, hsla(230, 40%, 5%, 0.95), hsla(230, 40%, 5%, 0));
}

table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid;
  padding: 5px;
}

.blog-preview {
  transition: transform 0.2s ease, opacity 0.2s ease;
  position: relative;
}

.blog-link::after {
  content: "";
  position: absolute;
  inset: 0;
}

.blog-preview:hover h1 {
  text-decoration: underline;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.pagination-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1rem;
  height: 2rem;
  padding: 0 0.5rem;
  font-size: 0.9rem;
}

.pagination-current {
  font-weight: bolder;
  cursor: default;
}

.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  letter-spacing: 0.05em;
}

/*# sourceMappingURL=styles.css.map */