.example-test-for-work{
    font-weight: 300;
}

/* "Ядерный" селектор для заголовков меню */
div[class*="left"] li a[href="#"], 
div[class*="sidebar"] li a[href="#"],
.left-menu li a[href="#"],
aside li a[href="#"],
a.menu-hub-header {
    background-color: #f4f4f4 !important; /* Серый фон */
    color: #444 !important;             /* Темно-серый текст */
    font-size: 10px !important;          /* Мелкий шрифт */
    font-weight: bold !important;        /* Жирный */
    text-transform: uppercase !important;/* Все заглавные */
    letter-spacing: 1px !important;      /* Разрядка букв */
    padding: 12px 15px !important;
    pointer-events: none !important;     /* Нельзя кликнуть */
    border-bottom: 1px solid #e0e0e0 !important;
    display: block !important;
    margin-top: 10px !important;
    visibility: visible !important;
}

/* Убираем отступ у самого первого элемента */
li:first-child a[href="#"] {
    margin-top: 0 !important;
}

/* Скрываем маркеры или стрелочки, если Битрикс их рисует */
li a[href="#"]::before, 
li a[href="#"]::after {
    display: none !important;
}