.wiki-description {

}

.wiki-description--content {

}

.wiki-description--footer {
    display: flex;
    justify-content: space-between;
}

.wiki-description--footer a + a:last-child {
    margin-left: 20px;
}


.wiki-mode {
    right: 0;
    bottom: -33px;
    width: 100%;
    cursor: pointer;
    color: #fff;
    display: block !important;
}



.wiki-mode.active {
    color: rgba(var(--bs-theme-rgb),var(--bs-text-opacity))!important;
    
}


.wiki-preloader {
    width: 100%;
    height: 100%;
}

.wiki-preloader > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1031;
}

.wiki-preloader > div > div {
    margin: 0 auto;
    width: 320px
}