#storeMapContainer {
    width: 100%;
    height: 600px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.store-map-legend {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 12px;
    font-size: 13px;
    color: #6b7280;
}

.store-map-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.store-map-legend-swatch {
    display: inline-block;
    width: 20px;
    height: 3px;
    border-radius: 2px;
}

.store-map-label {
    font-weight: 600;
    font-size: 12px;
    padding: 2px 6px;
    border: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.85);
}

.store-map-label::before {
    display: none;
}

.store-map-arrow-icon {
    background: none;
    border: none;
}
