.ebt-region-map-widget {
    --ebt-region-fill: #eef1f3;
    --ebt-region-fill-hover: #e1f7f9;
    --ebt-region-stroke: #ffffff;
    --ebt-region-stroke-hover: #00a7b5;
    --ebt-region-stroke-width: 1.15;
    --ebt-region-shadow-opacity: 0.16;
    --ebt-label-color: #08264a;
    --ebt-label-hover-color: #08264a;
    --ebt-label-size: 14px;
    --ebt-label-min-size: 7px;
    --ebt-marker-color: #0fa9b8;
    --ebt-marker-label-bg: #0fa9b8;
    --ebt-marker-label-color: #ffffff;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-family: "Work Sans", Arial, sans-serif;
}

.elementor-widget-ebt_werkgebiedkaart > .elementor-widget-container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ebt-region-map-widget,
.ebt-region-map-widget * {
    box-sizing: border-box;
}

.ebt-region-map-stage {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.ebt-region-map-svg {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: var(--ebt-map-aspect-ratio, auto);
    margin: 0;
    padding: 0;
    min-width: 0;
    max-width: none;
    overflow: visible;
    background: transparent;
}

.elementor-widget-ebt_werkgebiedkaart .ebt-region-map-svg,
.elementor-widget .ebt-region-map-widget .ebt-region-map-svg {
    width: 100% !important;
}

.ebt-region-map-link {
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.ebt-region-map-link:focus-visible .ebt-region-map-shape {
    stroke: var(--ebt-region-stroke-hover);
    stroke-width: calc(var(--ebt-region-stroke-width) * 1px + 1px);
}

.ebt-region-map-shape {
    fill: var(--ebt-region-fill);
    stroke: var(--ebt-region-stroke);
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: calc(var(--ebt-region-stroke-width) * 1px);
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 4px 11px rgba(11, 23, 37, var(--ebt-region-shadow-opacity)));
    transition: fill 160ms ease, stroke 160ms ease, transform 160ms ease;
}

.ebt-region-map-link:hover .ebt-region-map-shape,
.ebt-region-map-link:focus .ebt-region-map-shape {
    fill: var(--ebt-region-fill-hover);
    stroke: var(--ebt-region-stroke-hover);
}

.ebt-region-map-label {
    fill: var(--ebt-label-color);
    font-family: "Work Sans", Arial, sans-serif;
    font-size: var(--ebt-label-size);
    font-weight: 700;
    line-height: 1;
    text-anchor: middle;
    dominant-baseline: central;
    pointer-events: none;
    user-select: none;
    paint-order: stroke;
    stroke: rgba(255, 255, 255, 0.84);
    stroke-width: 2px;
    stroke-linejoin: round;
}

.ebt-region-map-link:hover .ebt-region-map-label,
.ebt-region-map-link:focus .ebt-region-map-label {
    fill: var(--ebt-label-hover-color);
}

.ebt-region-map-marker {
    pointer-events: none;
}

.ebt-region-map-marker-pin {
    fill: var(--ebt-marker-color);
    filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.2));
}

.ebt-region-map-marker-dot {
    fill: #ffffff;
}

.ebt-region-map-marker-badge {
    fill: var(--ebt-marker-label-bg);
    rx: 4px;
}

.ebt-region-map-marker-text {
    fill: var(--ebt-marker-label-color);
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-anchor: middle;
    dominant-baseline: central;
}

.ebt-region-map-empty {
    margin: 0;
    padding: 12px;
    color: #536271;
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}
