body {
    min-width: 1100px;
}
.live-indicator {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: rgb(30, 126, 52);
    gap: 6px;
    padding: 4px 12px;
    background: rgb(230, 244, 234);
    border-radius: 20px;
}

.live-dot {
    width: 6px;
    height: 6px;
    background: rgb(52, 199, 89);
    border-radius: 50%;
    animation: 2s ease 0s infinite normal none running pulsar;
}