.home-latestwiki-overview,
.wiki-document-block,
.wiki-section-body {
    color: inherit;
    line-height: 1.55;
    font-size: 16px;
}

.home-latestwiki-overview h1,
.home-latestwiki-overview h2,
.home-latestwiki-overview h3,
.home-latestwiki-overview h4,
.home-latestwiki-overview h5,
.home-latestwiki-overview h6,
.wiki-document-block h1,
.wiki-document-block h2,
.wiki-document-block h3,
.wiki-document-block h4,
.wiki-document-block h5,
.wiki-document-block h6,
.wiki-section-body h1,
.wiki-section-body h2,
.wiki-section-body h3,
.wiki-section-body h4,
.wiki-section-body h5,
.wiki-section-body h6 {
    margin: 0 0 6px;
    line-height: 1.1;
    font-weight: 700;
}

.home-latestwiki-overview p,
.wiki-document-block p,
.wiki-section-body p {
    margin: 0 0 10px;
}

.home-latestwiki-overview p:last-child,
.wiki-document-block p:last-child,
.wiki-section-body p:last-child {
    margin-bottom: 0;
}

.home-latestwiki-overview ul,
.home-latestwiki-overview ol,
.wiki-document-block ul,
.wiki-document-block ol,
.wiki-section-body ul,
.wiki-section-body ol {
    margin: 0 0 10px 20px;
    padding: 0;
}

.home-latestwiki-overview li,
.wiki-document-block li,
.wiki-section-body li {
    margin: 0 0 4px;
}

.home-latestwiki-overview .bb-checkmark,
.wiki-document-block .bb-checkmark,
.wiki-section-body .bb-checkmark {
    color: #4ce37f;
    font-weight: 700;
}

.home-latestwiki-overview hr,
.wiki-document-block hr,
.wiki-section-body hr {
    border: 0;
    border-top: 1px solid #3a404d;
    margin: 14px 0;
}

.home-latestwiki-overview a,
.wiki-document-block a,
.wiki-section-body a {
    color: #4da3ff;
    text-decoration: none;
}

.home-latestwiki-overview a:hover,
.wiki-document-block a:hover,
.wiki-section-body a:hover {
    text-decoration: underline;
}

.home-latestwiki-overview img,
.home-latestwiki-overview video,
.wiki-document-block img,
.wiki-document-block video,
.wiki-section-body img,
.wiki-section-body video {
    max-width: 100%;
    height: auto;
}

.home-latestwiki-overview img,
.home-latestwiki-overview video,
.wiki-section-body img,
.wiki-section-body video,
.wiki-document-block img,
.wiki-document-block video,
.wiki-document-block iframe,
.wiki-section-body iframe,
.home-latestwiki-overview iframe {
    border-radius: 8px;
}

.home-code-block,
.wiki-code-block {
    margin: 14px 0;
    border: 1px solid #3a404d;
    border-radius: 8px;
    background: #090b10;
    color: #e7ebf4;
    overflow: hidden;
}

.home-code-block-label,
.wiki-code-block-label {
    padding: 8px 12px;
    border-bottom: 1px solid #3a404d;
    background: #11151d;
    color: #d8deea;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.home-code-block pre,
.wiki-code-block pre {
    margin: 0;
    padding: 14px 16px;
    border: 0;
    border-radius: 0;
    background: #090b10;
    color: inherit;
    overflow: auto;
    white-space: pre;
    line-height: 1.55;
    font-family: Consolas, "Courier New", monospace;
    box-shadow: none;
}

.home-code-block code,
.wiki-code-block code,
.home-latestwiki-overview code,
.wiki-document-block code,
.wiki-section-body code {
    display: block;
    white-space: inherit;
    font: inherit;
    color: inherit;
}

.home-latestwiki-overview pre,
.wiki-document-block pre,
.wiki-section-body pre {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    overflow: auto;
    white-space: pre;
    line-height: 1.55;
    font-family: Consolas, "Courier New", monospace;
    box-shadow: none;
}

.home-spoiler,
.wiki-spoiler,
.bb-spoiler {
    display: grid;
    gap: 8px;
    margin: 8px 0;
    max-width: 100%;
}

.home-spoiler-toggle,
.wiki-spoiler-toggle,
.bb-spoiler-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 0;
    padding: 8px 12px;
    border: 1px solid #2c3240;
    border-radius: 8px;
    background: #11151d;
    color: #ffffff;
    font: 600 14px/1 Inter, Arial, sans-serif;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.home-spoiler-toggle:hover,
.wiki-spoiler-toggle:hover,
.bb-spoiler-toggle:hover {
    background: #171d29;
}

.home-spoiler-body,
.wiki-spoiler-body,
.bb-spoiler-body {
    display: block;
    max-width: 100%;
    margin: 0;
}

.home-spoiler-body[hidden],
.wiki-spoiler-body[hidden],
.bb-spoiler-body[hidden] {
    display: none !important;
}

.wiki-inline-media-heading {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.wiki-inline-media-heading h1,
.wiki-inline-media-heading h2,
.wiki-inline-media-heading h3,
.wiki-inline-media-heading h4,
.wiki-inline-media-heading h5,
.wiki-inline-media-heading h6 {
    margin: 0 !important;
    line-height: 1.1;
}

.wiki-inline-media-heading .wiki-media-image,
.wiki-inline-media-heading .wiki-media-video {
    display: block;
    flex: 0 0 auto;
}

.wiki-media-image,
.wiki-media-video,
.wiki-media-embed,
.home-latestwiki-overview img,
.home-latestwiki-overview video {
    max-width: 100%;
}

.wiki-media-embed,
.home-latestwiki-overview iframe,
.wiki-document-block iframe,
.wiki-section-body iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
}

.home-latestwiki-overview table,
.wiki-document-block table,
.wiki-section-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0;
}

.home-latestwiki-overview th,
.home-latestwiki-overview td,
.wiki-document-block th,
.wiki-document-block td,
.wiki-section-body th,
.wiki-section-body td {
    border: 1px solid #3a404d;
    padding: 8px 10px;
    vertical-align: top;
}

.home-latestwiki-overview th,
.wiki-document-block th,
.wiki-section-body th {
    background: #11151d;
    color: #ffffff;
    text-align: left;
}

.home-latestwiki-overview blockquote,
.wiki-document-block blockquote,
.wiki-section-body blockquote {
    margin: 14px 0;
    padding: 12px 14px;
    border-left: 4px solid #2f9fd6;
    background: rgba(255, 255, 255, 0.03);
    color: inherit;
}

.home-latestwiki-overview kbd,
.wiki-document-block kbd,
.wiki-section-body kbd,
.home-latestwiki-overview samp,
.wiki-document-block samp,
.wiki-section-body samp,
.home-latestwiki-overview var,
.wiki-document-block var,
.wiki-section-body var,
.home-latestwiki-overview code,
.wiki-document-block code,
.wiki-section-body code {
    font-family: Consolas, "Courier New", monospace;
}
