:root {
    --agartha-site-version: "1.41";
}

.site-version {
    display: block !important;
    width: 100% !important;
    margin: 8px 0 0 !important;
    color: #6f818b !important;
    font-family: Montserrat, "Segoe UI", Arial, sans-serif !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

.site-version::after {
    content: var(--agartha-site-version);
}

.agartha-version-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    border-top: 1px solid rgba(53, 65, 75, .9);
    background: #0b0e11;
    padding: 8px 18px 9px;
    color: #aac0cc;
    text-align: center;
}

.agartha-version-footer .site-version {
    margin-top: 0 !important;
}

body.agartha-has-floating-version {
    padding-bottom: 34px !important;
}