.interactive-map__dot{width:3%;aspect-ratio:1;border-radius:9999px;background-color:var(--og-orange);transform:translate(-50%,-50%);transition:width .2s ease,background-color .2s ease}.interactive-map__dot:hover,.interactive-map__dot:focus-within,.interactive-map__dot.is-active{width:5%;background-color:var(--og-navy);z-index:20}.interactive-map__label{position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:8px;white-space:nowrap;padding:6px 12px;background-color:var(--og-red-orange);color:var(--og-white);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;pointer-events:none;opacity:0;transition:opacity .2s ease}.interactive-map__dot:hover .interactive-map__label,.interactive-map__dot:focus-within .interactive-map__label,.interactive-map__dot.is-active .interactive-map__label{opacity:1}
