.store-popup {
    min-width: 250px;
    padding: 10px;
}

.store-popup h3 {
    color: #00843D;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.store-popup .store-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}

.store-popup p {
    margin: 5px 0;
    font-size: 0.9em;
    line-height: 1.4;
}

.store-popup strong {
    color: #333;
}

.leaflet-popup-content-wrapper {
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.leaflet-popup-content {
    margin: 10px;
}