.slf-v2-main-menu__list > .slf-menu-item--live.slf-live-menu-parent-active > a::after {
    display: inline-flex !important;
    align-items: center;
    margin-left: 3px;
    padding: 4px 7px;
    border: 1px solid rgb(251 113 133 / 58%);
    border-radius: 999px;
    background: #be123c;
    color: #fff;
    box-shadow: 0 0 0 0 rgb(244 63 94 / 25%);
    content: "● LIVE" !important;
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .06em;
    white-space: nowrap;
    animation: slf-live-parent-status-pulse 1.6s ease-in-out infinite;
}

@keyframes slf-live-parent-status-pulse {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgb(244 63 94 / 20%); }
    50% { opacity: .82; box-shadow: 0 0 0 5px rgb(244 63 94 / 0%); }
}

@media (prefers-reduced-motion: reduce) {
    .slf-v2-main-menu__list > .slf-menu-item--live.slf-live-menu-parent-active > a::after { animation: none; }
}
