/* Hide the Public radio button choice from BuddyBoss 3.0 News Feed container */
#bb-rl-whats-new-privacy-stage .bp-radio-wrap:has(input[value="public"]),
#bb-rl-whats-new-privacy-stage label[for*="public"],
#bb-rl-whats-new-privacy-stage input[value="public"] {
    display: none !important;
}

header#masthead {
    background: #0961b0;
}

.header-aside .notification-link [class*=bb-icons-rl] {
    color: white;
}

.bpro-not-approved {
    color: red;
}

body.my-profile .buddypress-wrap>.single-headers>.bpro-not-approved {
    display: none;
}

#fresh-tagline {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 10px;
    padding: 0;
    flex: 1;
    justify-content: center;
    min-width: 0;
    color: white;
}

@media screen and (max-width: 992px) {
    .bb-rl-header-container {
        flex-wrap: wrap;
    }

    .bb-rl-site-branding {
        flex-basis: 100%;
        margin-top: 10px;
    }

    .bb-rl-header .bb-rl-left-panel-mobile {
        color: white;
    }
}