.asciidoctor-wrapper {
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  background-color: #ffffff;
  color: #333333;
  padding: 2rem;
  margin: auto;
  line-height: 1.6;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
  word-break: break-word;
}

.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;
}

.asciidoctor-wrapper a {
  color: #4f46e5;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.asciidoctor-wrapper code {
  background-color: #f3f4f6;
  padding: 0.15rem 0.4rem;
  border-radius: 0.4rem;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.asciidoctor-wrapper pre {
  background-color: #0f172a;
  color: #e2e8f0;
  padding: 1rem;
  border-radius: 0.75rem;
  overflow-x: auto;
}

.asciidoctor-wrapper pre code {
  background-color: transparent;
  padding: 0;
}

.asciidoctor-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

.asciidoctor-wrapper th,
.asciidoctor-wrapper td {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}

.asciidoctor-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
  display: block;
  margin: 1.25rem auto;
}

.asciidoctor-wrapper blockquote {
  border-left: 4px solid #e5e7eb;
  padding-left: 1rem;
  color: #4b5563;
  background: linear-gradient(to right, #f9fafb, #ffffff);
  border-radius: 0.5rem;
}

.asciidoctor-wrapper details {
  background-color: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  margin: 1rem 0;
}

.asciidoctor-wrapper summary {
  font-weight: 600;
  cursor: pointer;
}

@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-0f4194a31aff02467d499f9abbc9228cd39a279e.map */
