.markdown-section blockquote {
  border-left: 4px solid #3b82f6;
  background: #eff6ff;
  color: #1e3a8a;
  margin: 1.25em 0;
  padding: 0.8em 1em;
}

.markdown-section blockquote p,
.markdown-section blockquote ul,
.markdown-section blockquote ol {
  margin-bottom: 0.6em;
  margin-top: 0.6em;
}

.markdown-section div:has(> figure + figure) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin: 1.25em 0;
}

.markdown-section div:has(> figure + figure) > figure {
  flex: 1 1 0;
  margin: 0;
  min-width: 0;
}

.markdown-section figure img {
  height: auto;
  max-width: 100%;
}

.markdown-section div:has(> figure + figure) > figure img {
  width: 100%;
}

.book-summary a[href="https://github.com/honkit/honkit"] {
  display: none !important;
}

.docs-tabs {
  border: 1px solid #d7dce3;
  border-radius: 8px;
  margin: 1.25em 0;
  overflow: hidden;
}

.docs-tab-list {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}

.docs-tab-input {
  display: none;
}

.docs-tab-label {
  background: #f4f5f7;
  border-right: 1px solid #d7dce3;
  color: #5f6673;
  cursor: pointer;
  flex: 0 0 auto;
  font-weight: 600;
  line-height: 1.4;
  max-width: 13rem;
  overflow: hidden;
  padding: 0.75rem 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.docs-tab-panels {
  border-top: 1px solid #d7dce3;
}

.docs-tab-panel {
  display: none;
  padding: 1rem 1.25rem;
}

.docs-tabs:has(> .docs-tab-input:nth-of-type(1):checked) .docs-tab-label:nth-of-type(1),
.docs-tabs:has(> .docs-tab-input:nth-of-type(2):checked) .docs-tab-label:nth-of-type(2),
.docs-tabs:has(> .docs-tab-input:nth-of-type(3):checked) .docs-tab-label:nth-of-type(3),
.docs-tabs:has(> .docs-tab-input:nth-of-type(4):checked) .docs-tab-label:nth-of-type(4),
.docs-tabs:has(> .docs-tab-input:nth-of-type(5):checked) .docs-tab-label:nth-of-type(5),
.docs-tabs:has(> .docs-tab-input:nth-of-type(6):checked) .docs-tab-label:nth-of-type(6),
.docs-tabs:has(> .docs-tab-input:nth-of-type(7):checked) .docs-tab-label:nth-of-type(7),
.docs-tabs:has(> .docs-tab-input:nth-of-type(8):checked) .docs-tab-label:nth-of-type(8),
.docs-tabs:has(> .docs-tab-input:nth-of-type(9):checked) .docs-tab-label:nth-of-type(9),
.docs-tabs:has(> .docs-tab-input:nth-of-type(10):checked) .docs-tab-label:nth-of-type(10) {
  background: #ffffff;
  color: #1f2937;
}

.docs-tabs:has(> .docs-tab-input:nth-of-type(1):checked) .docs-tab-panel:nth-of-type(1),
.docs-tabs:has(> .docs-tab-input:nth-of-type(2):checked) .docs-tab-panel:nth-of-type(2),
.docs-tabs:has(> .docs-tab-input:nth-of-type(3):checked) .docs-tab-panel:nth-of-type(3),
.docs-tabs:has(> .docs-tab-input:nth-of-type(4):checked) .docs-tab-panel:nth-of-type(4),
.docs-tabs:has(> .docs-tab-input:nth-of-type(5):checked) .docs-tab-panel:nth-of-type(5),
.docs-tabs:has(> .docs-tab-input:nth-of-type(6):checked) .docs-tab-panel:nth-of-type(6),
.docs-tabs:has(> .docs-tab-input:nth-of-type(7):checked) .docs-tab-panel:nth-of-type(7),
.docs-tabs:has(> .docs-tab-input:nth-of-type(8):checked) .docs-tab-panel:nth-of-type(8),
.docs-tabs:has(> .docs-tab-input:nth-of-type(9):checked) .docs-tab-panel:nth-of-type(9),
.docs-tabs:has(> .docs-tab-input:nth-of-type(10):checked) .docs-tab-panel:nth-of-type(10) {
  display: block;
}

.docs-tab-panel > :first-child {
  margin-top: 0;
}

.docs-tab-panel > :last-child {
  margin-bottom: 0;
}

.docs-embed {
  aspect-ratio: 16 / 9;
  margin: 1.25em 0;
  max-width: 720px;
}

.docs-embed iframe {
  border: 0;
  height: 100%;
  width: 100%;
}
