.hotspot{position:absolute;display:flex;align-items:center;justify-content:center;inline-size:2.7em;block-size:2.7em;border-radius:50%;animation:hotspot-pulse 1.8s ease-out infinite}.hotspot__outer--light{background-color:rgba(255,255,255,.2)}.hotspot__outer--dark{background-color:rgba(66,66,66,.3)}.hotspot__inner{inline-size:1.4em;block-size:1.4em;border-radius:50%}.hotspot__inner--light{background-color:var(--vp-core-color-white)}.hotspot__inner--dark{background-color:var(--vp-core-color-black)}.hotspot:before{position:absolute;inset:0;content:"";border-radius:50%;animation:hotspot-ring 1.8s ease-out infinite}.hotspot__outer--light:before{background-color:rgba(255,255,255,.2)}.hotspot__outer--dark:before{background-color:rgba(66,66,66,.3)}@keyframes hotspot-pulse{0%{opacity:1;transform:translate(-50%,-50%) scale(.6)}70%{opacity:.8;transform:translate(-50%,-50%) scale(.8)}to{opacity:.5;transform:translate(-50%,-50%) scale(1)}}@keyframes hotspot-ring{0%{opacity:1;transform:scale(.6)}70%{opacity:.8;transform:scale(.8)}to{opacity:.5;transform:scale(1)}}