.grecaptcha-badge {
    visibility: hidden;
}
#wp-admin-bar-cache_stats.cache-stats {
    padding: 10px 20px;
    width: fit-content;
    max-width: 400px;
    max-height: 50vh;
    overflow: auto;
}
#wp-admin-bar-object_cache_button .ab-sub-wrapper {
    background: #f1f1f1 !important;
}
#wp-admin-bar-object_cache_button-default li a {
    font-weight: 800;
    padding: 0 !important;
    color: black !important;
}
#wp-admin-bar-object_cache_button-default #wp-admin-bar-flush_cache a {
    padding: 0 20px 5px !important;
    font-weight: 400 !important;
    transition: all 0.2s;
}
#wp-admin-bar-object_cache_button-default #wp-admin-bar-flush_cache a:hover {
    font-weight: 800 !important;
}
#wp-admin-bar-object_cache_button-default #wp-admin-bar-flush_cache {
    border-bottom: 1px solid #ddd;
}
#wp-admin-bar-cache_stats li {
    white-space: nowrap;
}
#wp-admin-bar-cache_stats * {
    line-height: 22px !important;
    color: black;
}
