#footer-tools .navtool-floating-entry,
#footer-tools .navtool-floating-link,
#footer-tools .navtool-floating-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#footer-tools .navtool-floating-entry img,
#footer-tools .navtool-floating-link img,
#footer-tools .navtool-floating-button img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

#footer-tools .navtool-floating-entry.is-hidden,
#footer-tools .navtool-floating-link.is-hidden,
#footer-tools .navtool-floating-button.is-hidden,
#footer-tools .navtool-floating-divider.is-hidden {
    display: none !important;
}

#footer-tools .navtool-floating-divider {
    display: block;
    width: 18px;
    height: 1px;
    margin: 5px auto;
    background: rgba(127, 127, 127, .22);
}

#footer-tools .navtool-floating-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    color: currentColor;
    font-size: 12px;
    font-weight: 700;
}
