.oneplugin-mobile-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding: 10px 8px;
    max-width: 90%;
    margin: auto;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: var(--oneplugin-mobile-footer-bg, #0f0f0f);
}

.oneplugin-mobile-footer__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
}

.oneplugin-mobile-footer a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 64px;
    font-size: 12px;
    line-height: 1;
}

.oneplugin-mobile-footer a i {
    font-size: 18px;
    line-height: 1;
    color: var(--oneplugin-mobile-footer-icon, #ffffff);
}

.oneplugin-mobile-footer a span {
    font-size: 12px;
    color: var(--oneplugin-mobile-footer-text, #ffffff);
}

@media (max-width: 980px) {
    .oneplugin-mobile-footer {
        display: block;
    }

    body {
        padding-bottom: 68px;
    }
}

aside#moove_gdpr_cookie_info_bar {
    z-index: 99999999 !important;
}
