.dirt-border,
.navbar,
.footer,
.wiki-sidebar,
.wiki-sidebar-toggle,
.wiki-backdrop,
.wiki-toc-right,
.wiki-prev-next,
.wiki-search,
.wiki-explore-progress,
.back-to-top,
.heading-anchor,
.theme-toggle,
.hero-particles,
.hero-grid,
.lightbox,
.achievement-toast,
.ach-trigger,
.ach-panel,
.cmd-copied-toast {
    display: none !important;
}

body {
    background: #fff !important;
    color: #000 !important;
    font-size: 12pt;
    line-height: 1.5;
}

.page-wrap {
    overflow: visible;
}

.wiki-page {
    padding-top: 0 !important;
}

.wiki-layout {
    display: block;
}

.wiki-content {
    padding: 0 !important;
    max-width: 100% !important;
}

.wiki-page-title {
    color: #000 !important;
    font-size: 18pt;
}

.wiki-content h2,
.wiki-content h3,
.wiki-content h4 {
    color: #000 !important;
    page-break-after: avoid;
}

.wiki-content p,
.wiki-content li {
    color: #333 !important;
}

.wiki-content a {
    color: #333 !important;
    text-decoration: underline;
}

.wiki-content a::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
}

.wiki-content a[href^="#"]::after,
.wiki-content a[href^="/"]::after {
    content: none;
}

.wiki-content table {
    border-collapse: collapse;
}

.wiki-content thead th {
    background: #eee !important;
    color: #000 !important;
}

.wiki-content tbody td {
    color: #333 !important;
}

.wiki-content code {
    background: #eee !important;
    color: #333 !important;
}

.wiki-content pre {
    background: #f5f5f5 !important;
    border-color: #ccc !important;
}

.wiki-hint {
    background: #f9f9f9 !important;
    border-left: 3px solid #999;
}

.mc-item-name {
    text-decoration: none !important;
}

.mc-tooltip {
    display: none !important;
}

.wiki-last-updated {
    color: #666 !important;
}

.wiki-breadcrumbs {
    display: none !important;
}

img {
    max-width: 100% !important;
}

* {
    box-shadow: none !important;
}
