#rec1057668386.uc-divider li {
    position: relative;
    padding: 10px 0;
    transition: background-color 0.3s ease;
}

#rec1057668386.uc-divider li:hover {
    background-color: #FFEB3B;
    cursor: pointer;
}

#rec1057668386.uc-divider li:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

#rec1057668386.uc-divider li:first-child {
    padding-top: 0;
}

#rec1057668386.uc-divider li:last-child {
    padding-bottom: 0;
}

.t794__list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

.t794__list_item {
    position: relative;
    padding: 10px 0;
    transition: background-color 0.3s ease;
    width: 100%;
}

.t794__list_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    background-color: transparent;
    transition: background-color 0.3s ease;
    z-index: -1;
}

.t794__list_item:hover::before {
    background-color: #FFEB3B;
}

.t794__list_item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.t794__list_item:first-child {
    padding-top: 0;
}

.t794__list_item:last-child {
    padding-bottom: 0;
}

.t794__link {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
}


.t794__tooltip-menu-corner_top {
    top: auto !important;
    bottom: -6px !important; 
    transform: rotate(45deg); 
}
