#wdevs-coe-variable-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#wdevs-coe-variable-menu ul .wdevs-coe-variable-menu-item {
    background: #fff;
    color: #2c3338;
    cursor: pointer;
    font-weight: 400;
    margin: 0;
    padding: 1em 1.5em;
    position: relative;
    text-align: left;
    width: 100%;
    font-size: 13px;
    border: 1px solid #c3c4c7;
    border-top: none;
}

#wdevs-coe-variable-menu ul .wdevs-coe-variable-menu-item:first-child {
    border-top: 1px solid #c3c4c7;
}

#wdevs-coe-variable-menu ul .wdevs-coe-variable-menu-item:hover {
    background: #f6f7f7;
}