
.poi-card.visited { 
    border-color: #10b981; 
    background: #ecfdf5; 
}
.poi-card.visited .poi-card-title { 
    color: #064e3b; 
}
.poi-card.visited .poi-card-type { 
    color: #10b981; 
}
.custom-map-marker.visited-marker .marker-pin { 
    background: #10b981; 
}
.custom-map-marker.visited-marker .marker-label { 
    background: #10b981; 
    color: white; 
}
.custom-map-marker.visited-marker .marker-icon { 
    color: white; 
    font-weight: bold; 
}
