@charset "UTF-8";
#footnote-drawer-wrapper #footnote-drawer-mask {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s 0s ease;
}
#footnote-drawer-wrapper #footnote-drawer-container {
  z-index: 1001;
  position: fixed;
  bottom: 0;
  left: 0;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  background-color: black;
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s 0s ease;
  padding: 0 20px;
}
#footnote-drawer-wrapper.is-open #footnote-drawer-mask {
  opacity: 0.3;
  visibility: visible;
}
#footnote-drawer-wrapper.is-open #footnote-drawer-container {
  padding: 10px 20px 20px 20px;
  max-height: 50%;
  opacity: 0.9;
  visibility: visible;
}

sup.footnote-drawer-reference a {
  text-decoration: none;
}

.footnote-drawer-scroll-up {
  margin-right: 8px;
}
.footnote-drawer-scroll-up a {
  text-decoration: none;
}

.footnote-drawer-header {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 15px 0;
}

.footnote-drawer-contents sup {
  margin-right: 8px;
}

.footnote-drawer-close-button {
  background-color: inherit;
  border: none;
  color: white;
  font-size: 1em;
  font-weight: 700;
  padding: 0.5em;
  line-height: 0;
  outline: none;
}
.footnote-drawer-close-button:focus {
  background-color: inherit;
  outline: none;
}
.footnote-drawer-close-button:hover {
  background-color: inherit;
}
.footnote-drawer-close-button::after {
  display: inline-block;
  content: "×";
}

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