#csl-map {
    height: 500px;
    margin-bottom: 1rem;
}

#csl-search {
    margin-bottom: 1rem;
}

#csl-location-input,
#csl-radius-input {
    padding: 6px;
    margin-right: 10px;
}

#csl-radius-input {
    width: 80px;
}

#csl-search-btn,
#csl-reset-btn {
    padding: 6px 12px;
    margin-right: 5px;
    cursor: pointer;
}

#csl-error-msg {
    color: red;
    margin-top: 10px;
    display: none;
}

#csl-store-list {
    list-style: none;
    padding-left: 0;
    max-height: 500px;
    overflow-y: auto;
    margin-top: 10px;
}

#csl-store-list li {
    margin-bottom: 10px;
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

#csl-store-list li:hover {
    background-color: #f0f0f0;
}
.csl-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
}

/* Store List */
#csl-store-list-wrapper {
    width: 30%;
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}

#csl-store-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#csl-store-list li {
    margin-bottom: 10px;
    padding: 8px;
    border-bottom: 1px solid #eee;
}
.leaflet-marker-icon.custom-black-marker {
    background: none;
    border: none;
}
/* Map */
#csl-map {
    width: 70%;
    height: 500px;
    border: 1px solid #ccc;
}
