.w3u1 {
    display: block;
    position: relative;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto !important;
    max-height: 250px !important;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 100;
    border: 2px solid #f1c1c1;
    border-radius: 5px;
    font-family: var(--font-3);
    -webkit-overflow-scrolling: touch;
}

/* Grouped location lists: inner category <ul> must not expand past parent */
.w3u1 > li > ul {
    max-height: none;
    overflow: visible;
}

.w3l1 {
    border-bottom: 1px solid #ccc;
    padding: 7px 20px;
    font-size: 14px;
    display: flex;
    font-weight: 500;
    cursor: pointer;
}

.w3l1:hover {
    color: var(--color3);
    background: #dfa1a161;
}

.w3s1 {
    padding: 7px 20px;
    display: block;
    /* background: #e3e3e3;
    color: black; */
    background: #d33939;
    color: var(--color-05);
    font-weight: 700;
}
