.misp-6efc6df8-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.misp-6efc6df8-map {
    width: 100%;
    min-height: 300px;
    z-index: 1;
}

.misp-6efc6df8-custom-marker {
    background: transparent !important;
    border: none !important;
    transition: transform 0.2s ease;
}

.misp-6efc6df8-custom-marker:hover {
    transform: scale(1.15);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
}

.misp-6efc6df8-leaflet-popup .leaflet-popup-content-wrapper {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 0;
    overflow: hidden;
}

.misp-6efc6df8-leaflet-popup .leaflet-popup-content {
    margin: 0;
    padding: 0;
}

.misp-6efc6df8-leaflet-popup .leaflet-popup-tip {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.misp-6efc6df8-popup {
    padding: 16px 18px;
    min-width: 180px;
}

.misp-6efc6df8-popup-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
    line-height: 1.3;
}

.misp-6efc6df8-popup-desc {
    font-size: 13px;
    color: #555555;
    line-height: 1.5;
    margin: 0;
}

.misp-6efc6df8-map .leaflet-control-zoom a {
    border-radius: 8px !important;
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    font-size: 16px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.misp-6efc6df8-map .leaflet-control-zoom {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
