.w3u1 {
    position: absolute;
    overflow: auto;
    max-height: 250px;
    height: fit-content;
    width: 100%;
    top: 45px;
    left: 0;
    background: #fff;
    z-index: 100;
    border: 2px solid #047590;
    border-radius: 5px;
    /* border-top: 0; */
    font-family: var(--font-3);
    cursor: pointer;
}

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

.w3l1:hover {
    color: inherit;
    background: #c5e6f7;
}

.w3s1 {
    padding: 8px 14px;
    margin: 5px 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1593ab;
    color: var(--color-05);
    font-weight: 700;
    border-radius: 10px;
    line-height: 1.3;
}

.w3s1-ico {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    object-fit: contain;
    filter: brightness(0) invert(1);
    pointer-events: none;
}

.w3s1-txt { pointer-events: none; }

/* Trip type: icon — centered label — icon */
.w3l1--type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 16px;
}

.w3l1--type .w3-ico {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    object-fit: contain;
    pointer-events: none;
}

.w3l1--type .w3-txt {
    flex: 1;
    text-align: center;
    pointer-events: none;
}