.dot{width:24px;height:24px;padding:0;border:0;background:0 0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.dot::after{content:"";width:9px;height:9px;border-radius:50%;background:var(--surface-accent);border:2px solid var(--green-mid);transition:width var(--dur-base) var(--ease),background-color var(--dur-base) var(--ease)}.dot[aria-current=true]::after{background:var(--green-dark);border-color:var(--green-dark);width:24px;border-radius:5px}