:root{--pulseSize:10px;--dotBlue:#e0e8ff;--transparentBlue:rgba(95,139,250,0)}.pulse{width:var(--pulseSize);height:var(--pulseSize);border-radius:50%;background:var(--dotBlue);box-shadow:0 0 0 var(--dotBlue);animation:pulsing 1.5s infinite;transition:all .2s;cursor:pointer}.pulse:hover{--dotBlue:rgba(209,167,160,0.65);--transparentBlue:rgba(209,167,160,0)}.pulse:active{transform:scale(1.5)}@keyframes pulsing{0%{box-shadow:0 0 0 0 var(--dotBlue)}70%{box-shadow:0 0 0 var(--pulseSize) var(--transparentBlue)}to{box-shadow:0 0 0 0 var(--transparentBlue)}}