.lwd-wrapper {
    max-width: 600px;
}

#lwd-location-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lwd-location-item {
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.lwd-location-item:hover {
    background: #f5f5f5;
}

/* Modal Styling */
.lwd-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.lwd-modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    position: relative;
    border-radius: 6px;
}

.lwd-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}
