.sss-station-wrap {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    width: auto;
    margin: 0 0 0 8px;
    vertical-align: bottom;
    align-self: flex-end;
}

@media (max-width: 767px) {
    .sss-station-wrap {
        margin-left: 0;
        width: 100%;
    }
    .sss-station-input-wrap {
        width: 100%;
        box-sizing: border-box;
    }
}

.sss-station-label {
    font-size: 11px;
    font-weight: bold;
    color: #555;
    margin: 0 0 3px;
    line-height: 1;
}

.sss-station-input-wrap {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 4px;
    background: #fff;
    padding: 0 10px;
    gap: 6px;
}

.sss-station-input-wrap:focus-within {
    border-color: #0073aa;
}


.sss-station-input {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px 0;
    font-size: 14px;
    background: transparent;
}

.sss-station-clear {
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    font-size: 14px;
    padding: 0;
    line-height: 1;
}

.sss-station-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
}

.sss-station-list li {
    padding: 8px 14px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sss-station-name {
    font-size: 14px;
    color: #333;
}

.sss-station-line {
    font-size: 11px;
    color: #888;
}

.sss-station-list li:last-child {
    border-bottom: none;
}

.sss-station-list li:hover {
    background: #f5f5f5;
}

.sss-station-list li.sss-no-shops {
    opacity: 0.5;
    cursor: default;
}

.sss-station-list li.sss-no-shops:hover {
    background: transparent;
}

.sss-distance {
    display: inline-block;
    font-size: 11px;
    color: #c0392b;
    background: #fff3f3;
    border: 1px solid #f5c6c6;
    border-radius: 3px;
    padding: 2px 8px;
    margin: 0 0 6px;
    line-height: 1.4;
    font-weight: normal;
}
