/* Exact Material outlines with the native map's circle + number-pill geometry. */
.native-item-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;line-height:0;vertical-align:middle}
.native-item-icon>svg{display:block;width:100%;height:100%}
.native-map-marker{width:64px;height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;border:0;padding:0;background:transparent;cursor:pointer;color:var(--marker-color);filter:drop-shadow(0 1px 2px #0004);z-index:1}
.native-marker-disc{width:32px;height:32px;display:grid;place-items:center;background:#fff;border-radius:50%;box-shadow:0 0 3px #fff8;color:var(--marker-color)}
.native-marker-disc .native-item-icon{width:27.733px!important;height:27.733px!important}
.native-marker-number{min-width:17px;padding:1px 4px;background:#fff;color:#12161F;font:800 12.8px/1.1 system-ui,sans-serif;border-radius:4px;box-shadow:0 1px 1px #0002}
.native-map-marker.is-active{width:80px;height:80px;z-index:10000}
.native-map-marker.is-active .native-marker-disc{width:48px;height:48px;outline:2px solid #EB4E19;outline-offset:-1px}
.native-map-marker.is-active .native-marker-disc .native-item-icon{width:42.667px!important;height:42.667px!important}
.native-map-marker.is-active .native-marker-number{font-size:18.667px;padding:1.333px 4.667px}
.native-map-marker:focus-visible{outline:2px solid #EB4E19;border-radius:12px;outline-offset:2px}
