.helpy-leaflet-map-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #eef1f0;
}

.helpy-leaflet-map {
    width: 100%;
    height: 700px;
    z-index: 1;
    background: #eef1f0;
}

.helpy-leaflet-map .leaflet-container {
    font-family: inherit;
    width: 100%;
    height: 100%;
    background: #eef1f0;
}

.helpy-leaflet-map .leaflet-control-zoom {
    border: 0;
    box-shadow: none;
}

.helpy-leaflet-map .leaflet-control-zoom a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #ffffff;
    background: #2f2f2f;
    border: 0;
}

.helpy-leaflet-map .leaflet-control-zoom a:hover {
    background: #111111;
}

.helpy-map-legend {
    background: transparent;
    padding: 0;
    line-height: 1.4;
}

.helpy-map-legend-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    max-width: 320px;
}

.helpy-map-legend-swatch {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    border-radius: 2px;
}

.helpy-map-legend-label {
    font-size: 14px;
    color: #333333;
}

.helpy-map-popup strong {
    display: none;
}

.helpy-map-popup ul {
    margin: 0;
    padding-left: 18px;
}

.helpy-map-popup li {
    margin-bottom: 4px;
}

.helpy-leaflet-map .leaflet-popup,
.helpy-leaflet-map .leaflet-popup-content-wrapper,
.helpy-leaflet-map .leaflet-popup-content,
.helpy-leaflet-map .leaflet-popup-tip {
    pointer-events: auto;
}

.helpy-map-popup a {
    color: inherit;
    text-decoration: underline;
    pointer-events: auto;
    cursor: pointer;
}

.helpy-leaflet-map .leaflet-popup-content {
    margin: 12px 16px;
    font-size: 14px;
    line-height: 1.5;
}

.vl-contact-section-inner .vl-maps .helpy-leaflet-map {
    width: 100%;
    border-radius: 8px;
}
