@charset "UTF-8";
.asciidoctor-wrapper {
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  background-color: #ffffff;
  color: #333333;
  padding: 2rem;
  margin: auto;
  line-height: 1.6;
}

.asciidoctor-wrapper .sect1 {
  margin-bottom: 3rem;
  border-left: 4px solid #4f46e5; /* indigo-600 */
  padding-left: 1rem;
}

.asciidoctor-wrapper .sect1 > h2 {
  font-size: 1.8rem;
  color: #1f2937; /* gray-800 */
  margin-bottom: 1rem;
  position: relative;
}

.asciidoctor-wrapper .sect1 > h2::before {
  content: "◆";
  color: #4f46e5;
  margin-right: 0.5rem;
}

.asciidoctor-wrapper .sectionbody {
  font-size: 1.05rem;
}

.asciidoctor-wrapper .paragraph p {
  margin: 0.5rem 0 1rem;
}

.asciidoctor-wrapper .ulist ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.asciidoctor-wrapper .ulist li {
  margin-bottom: 0.5rem;
}

.asciidoctor-wrapper .olist.arabic ol {
  list-style-type: decimal;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.asciidoctor-wrapper .olist li {
  margin-bottom: 0.5rem;
}

.asciidoctor-wrapper strong {
  color: #4f46e5;
}

@media screen and (max-width: 768px) {
  .asciidoctor-wrapper {
    padding: 1rem;
  }
  .asciidoctor-wrapper .sect1 > h2 {
    font-size: 1.5rem;
  }
  .asciidoctor-wrapper .sectionbody {
    font-size: 1rem;
  }
}
.rug-items-overflow > .rug-items {
  max-height: 500px;
  overflow-y: auto;
}

.react-wrapper {
  position: relative;
}

.maximize .reveal {
  height: 100vh;
}

.small-button {
  z-index: 999;
}

.react-wrapper iframe {
  width: 100%;
  height: 60vh;
}

.maximize .react-wrapper iframe.fullscreen {
  height: 100vh;
}

a.maximize-button,
a.small-button {
  font-size: 500%;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0.7;
  right: 10px;
  color: #ccc;
}

a.maximize-button:hover,
a.small-button:hover {
  color: #fff;
  opacity: 1;
}

.slide-layout-shift {
  width: 100%;
}

.slide-layout-shift p {
  text-align: center;
  top: 50%;
  position: relative;
  font-size: 2.5em;
  z-index: 1;
}

.slide-layout-shift p::after {
  content: "";
  clear: both;
}

.label-box {
  position: relative;
  background-color: #fff;
}

.label-box span.label {
  position: absolute;
  top: 10px;
  left: -10px;
  height: 25px;
  line-height: 25px;
  width: 70px;
  background-color: #e0c6c0;
  color: #353535;
  font-weight: bold;
  text-align: center;
}

.label-box span.label::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0px;
  height: 0px;
  border: none;
  border-top: 5px solid transparent;
  border-right: 10px solid #333;
  content: "";
}

.label-box span.label::after {
  position: absolute;
  top: 0px;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 12.5px 8px 12.5px 0px;
  border-color: transparent #e1e1e1;
  border-style: solid;
  content: "";
}
/*# sourceMappingURL=/assets/application.css-3e331d6c51e5a8e702455568b41aa957b0539f50.map */
