/* Restore navigation arrows (toggle icons) */
label.md-nav__link .md-nav__icon,
.md-nav__icon {
    display: inline-block !important;
}

/* Hide object type icons (green 'p', blue 'c', etc.) */
.md-nav__link .objinfo-icon {
    display: none !important;
}

/* Hide ::before pseudo-elements on nav links as a backup */
.md-nav__link .md-ellipsis::before {
    display: none !important;
    content: "" !important;
}

/* Specific fix for sphinx-immaterial if it uses other classes */
.sphinx-immaterial-python-icon {
    display: none !important;
}