/* admin/css/admin-styles.css */
.toplevel_page_griffinforms-forms ul li a:empty {
    display: none !important;
}

.gf-admin-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 4px;
}

.gf-admin-footer__version {
    font-size: 11px;
    color: #bbb;
    margin-left: 2px;
    position: relative;
    top: 2px;
}

.gf-admin-footer__icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.gf-admin-footer__wordmark {
    height: 8px;
    width: auto;
    flex-shrink: 0;
    fill: #aaa;
    position: relative;
    top: 2px;
}

.gf-admin-footer__sep {
    margin: 0 8px;
    color: #ccc;
}

#wpfooter #footer-left a,
#wpfooter #footer-upgrade a {
    color: #777;
    text-decoration: none;
}

#wpfooter #footer-left a:hover,
#wpfooter #footer-upgrade a:hover {
    color: #333;
    text-decoration: underline;
}

.gf-is-plugin-page #wpfooter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gf-is-plugin-page #wpfooter #footer-left,
.gf-is-plugin-page #wpfooter #footer-upgrade {
    float: none;
    text-align: center;
}
