@import "react-upload-gallery/dist/style.css";
.asciidoctor-wrapper {
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #0f172a; /* slate-900 */
  line-height: 1.75;
}

.asciidoctor-wrapper .sect1 {
  margin-bottom: 2.5rem;
}

.asciidoctor-wrapper .sect1:last-of-type {
  margin-bottom: 0;
}

.asciidoctor-wrapper .sectionbody {
  display: grid;
  gap: 1rem;
}

.asciidoctor-wrapper img {
  max-width: 100%;
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
}

.asciidoctor-wrapper hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, #e2e8f0 0%, #cbd5e1 50%, #e2e8f0 100%);
  margin: 2.5rem 0;
}

.asciidoctor-wrapper .admonitionblock {
  border: 1px solid #c7d2fe;
  background-color: #eef2ff;
  color: #1f2937;
  border-radius: 0.9rem;
  padding: 1rem 1.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.asciidoctor-wrapper .olist,
.asciidoctor-wrapper .ulist {
  margin: 0;
}

.asciidoctor-wrapper .olist li,
.asciidoctor-wrapper .ulist li {
  margin: 0.35rem 0;
}

@media screen and (max-width: 768px) {
  .asciidoctor-wrapper .sect1 {
    margin-bottom: 1.5rem;
  }
}
.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-a62067bade9af1a774c62886bf64301c644cfdf9.map */
