
#adminbar {
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.90);
    color: #fff;
    backdrop-filter: blur(5px);
    grid-template-columns: auto 1fr auto;
    gap: 15px;
    position: fixed;
    bottom: 0;
    z-index: 10;
}

    #adminbar > div:nth-child(2) {
        padding-top: 3px;
        text-align: center;
    }

    #adminbar > div > a {
        font-size: 1.5em;
    }

    #adminbar a {
        color: #fff;
        text-decoration: none;
    }

    #adminbar #admin-menu-list {
        width: 175px;
        display: none;
        position: absolute;
        bottom: 100%;
    }

        #admin-menu-list .section-title {
            display: none;
        }