/* Completely hide the + dropdown icon item entirely */
.ui.dropdown.item.popup.not-mobile, 
.ui.dropdown.item.popup.not-mobile + .dropdown,
a[href="/repo/create"], a[href="/repo/migrate"], a[href="/org/create"] {
    display: none !important;
}

/* Hide the Explore navigation links for both logged-in and guest users */
.ui.menu a.item[href="/explore"],
.ui.menu a.item[href="/help"],
.right.menu a.item[href="/explore"] {
    display: none !important;
}

