.isg-map-marker {
    cursor: pointer;
}

.isg-map-marker-pin {
    display: block;
}

.isg-map-container .mapboxgl-popup-content {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.mapboxgl-popup-content .isg-map-popup,
.isg-map-popup {
    padding: 4px 0;
    min-width: 180px;
    color: #000 !important;
}

.isg-map-popup-address,
.isg-map-popup-city,
.isg-map-popup-phone {
    margin-bottom: 4px;
    color: #000 !important;
}

.isg-map-popup a {
    display: inline-block;
    margin-top: 8px;
    color: #0066cc;
    text-decoration: none;
}

.isg-map-popup a:hover {
    text-decoration: underline;
}
