﻿:root {
    --dot: #FF0000; /* สีจุดแผนที่ (เปลี่ยนได้) */
}

.map-wrap {
    position: relative;
    width: 100%;
}

    .map-wrap .map {
        display: block;
        width: 100%;
        height: auto;
    }

    .map-wrap .pins {
        position: absolute;
        inset: 0;
        z-index: 1;
        display: block;
    }

    .map-wrap .tip {
        position: fixed;
        pointer-events: none;
        z-index: 50;
    }

.dot {
    fill: #e53935;
    stroke: #fff;
    stroke-width: 1;
}
