.components-fe_LiveIcon_liveIcon{--size:var(--live-icon-size,12px);width:var(--size);height:var(--size);background:color-mix(in srgb, var(--live-badge-bg), transparent 50%);border-radius:50%;display:inline-block;position:relative}.components-fe_LiveIcon_liveIcon:after{content:"";background:var(--live-badge-bg);border-radius:50%;animation:1.4s ease-in-out infinite components-fe_LiveIcon_pulse;position:absolute;top:0;bottom:0;left:0;right:0}html[dir=ltr] .components-fe_LiveIcon_liveIcon:after,html[dir=rtl] .components-fe_LiveIcon_liveIcon:after{top:0;bottom:0;left:0;right:0}@keyframes components-fe_LiveIcon_pulse{0%,to{transform:scale(.5)}50%{transform:scale(1)}}
