.dots{--dot-color: var(--thrush-eggs-3);--dot-active-color: var(--thrush-eggs-1);display:inline-flex;justify-content:center;align-items:center;gap:10px;height:20px}.dot{width:20px;height:20px;border-radius:100%;background-color:var(--dot-color);animation:dot-flashing 1s infinite alternate}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.5s}.dot:last-child{animation-delay:1s}@keyframes dot-flashing{0%{background-color:var(--dot-active-color)}50%,to{background-color:var(--dot-color)}}
