/* Labels in "Донорские яйцеклетки" dropdown — captions, not menu pages */
.desctop_menu .menu-section-label {
    list-style: none;
    margin: 0;
    padding: 10px 16px 2px;
    color: #888;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.04em;
    cursor: default;
    pointer-events: none !important;
    background: none !important;
    border: 0 !important;
    border-bottom: 0 !important;
    user-select: none;
}
.desctop_menu .menu-section-label + .level_li_2 {
    border-top: 0;
}
.desctop_menu .menu-section-label.menu-section-donoram {
    margin-top: 0;
    padding-top: 10px;
    border-top: 1px solid #ebebeb !important;
}
.desctop_menu li.last:has(+ .menu-section-label) {
    border-bottom: none !important;
}
.desctop_menu .menu-section-label:hover,
.desctop_menu .menu-section-label:focus,
.desctop_menu .menu-section-label:active {
    background: none !important;
    color: #888 !important;
}
.desctop_menu .menu-section-label:before,
.desctop_menu .menu-section-label:after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    transition: none !important;
}

/* Current-page parent is a span (tplParentRowHere) — keep it in the top bar, not in the dropdown */
.desctop_menu .level_li_1 > span {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    padding: 15px 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    cursor: default;
}
.desctop_menu .level_li_1.active > span {
    background-color: #e8f5ff;
    border-radius: 20px;
}

/* Mobile drawer (#menu) — same section labels as desktop */
#menu .mm-listview > li.menu-section-label,
.mm-menu .mm-listview > li.menu-section-label {
    pointer-events: none !important;
    cursor: default;
    background: none !important;
    user-select: none;
}
#menu .mm-listview > li.menu-section-label > a,
#menu .mm-listview > li.menu-section-label > span,
.mm-menu .mm-listview > li.menu-section-label > a,
.mm-menu .mm-listview > li.menu-section-label > span {
    color: #888 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    pointer-events: none !important;
    background: none !important;
    cursor: default;
}
#menu .mm-listview > li.menu-section-label:after,
.mm-menu .mm-listview > li.menu-section-label:after,
#menu .mm-listview > li.menu-section-label:before,
.mm-menu .mm-listview > li.menu-section-label:before {
    content: none !important;
    display: none !important;
}
#menu .mm-listview > li.menu-section-donoram,
.mm-menu .mm-listview > li.menu-section-donoram {
    margin-top: 8px;
    padding-top: 4px;
}
#menu .mm-listview > li.menu-section-label .mm-next,
.mm-menu .mm-listview > li.menu-section-label .mm-next {
    display: none !important;
}
