/* Codech Menu Editor v1 — render dashicons on menu items with class icon-dashicons-<name>. */
#menu-private-menu li[class*="icon-dashicons-"] > a::before,
#menu-mobile-combined li[class*="icon-dashicons-"] > a::before {
    font-family: dashicons;
    font-weight: 400;
    font-style: normal;
    speak: never;
    vertical-align: top;
    text-align: center;
    text-transform: none;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 6px;
    font-size: inherit;
    line-height: inherit;
}

/* Dashicon glyph mappings */
.icon-dashicons-dashboard > a::before { content: "\f226"; }
.icon-dashicons-admin-users > a::before { content: "\f110"; }
.icon-dashicons-admin-settings > a::before { content: "\f108"; }
.icon-dashicons-cart > a::before { content: "\f174"; }
.icon-dashicons-tag > a::before { content: "\f323"; }
.icon-dashicons-star-filled > a::before { content: "\f155"; }
.icon-dashicons-heart > a::before { content: "\f487"; }
.icon-dashicons-download > a::before { content: "\f316"; }
.icon-dashicons-media-document > a::before { content: "\f497"; }
.icon-dashicons-shield > a::before { content: "\f332"; }
.icon-dashicons-lock > a::before { content: "\f160"; }
.icon-dashicons-unlock > a::before { content: "\f528"; }
.icon-dashicons-editor-help > a::before { content: "\f223"; }
.icon-dashicons-email > a::before { content: "\f465"; }
.icon-dashicons-location > a::before { content: "\f230"; }
.icon-dashicons-phone > a::before { content: "\f525"; }
.icon-dashicons-calendar-alt > a::before { content: "\f508"; }
.icon-dashicons-admin-tools > a::before { content: "\f107"; }
.icon-dashicons-admin-page > a::before { content: "\f133"; }
.icon-dashicons-admin-post > a::before { content: "\f109"; }
.icon-dashicons-admin-media > a::before { content: "\f104"; }
.icon-dashicons-admin-comments > a::before { content: "\f117"; }
.icon-dashicons-admin-multisite > a::before { content: "\f541"; }
.icon-dashicons-businessperson > a::before { content: "\f338"; }
.icon-dashicons-groups > a::before { content: "\f307"; }
.icon-dashicons-megaphone > a::before { content: "\f488"; }
.icon-dashicons-lightbulb > a::before { content: "\f339"; }
.icon-dashicons-awards > a::before { content: "\f313"; }
.icon-dashicons-editor-code > a::before { content: "\f475"; }
.icon-dashicons-logout > a::before { content: "\f306"; }

/* WC sidebar sub-items — indented flat rendering */
.woocommerce-MyAccount-navigation li.codech-sidebar-item--sub { padding-left: 24px; font-size: 0.95em; }
.woocommerce-MyAccount-navigation li.codech-sidebar-item--sub > a::before { content: '└ '; opacity: 0.4; margin-right: 4px; }
