.prediction-live-strip {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .38rem;
    margin-left: .55rem;
    vertical-align: middle;
}

.prediction-live-strip[hidden] {
    display: none !important;
}

.match-cell > .prediction-live-strip {
    margin-top: .35rem;
    margin-left: 0;
    width: 100%;
}

.prediction-match-name > .prediction-live-strip {
    margin-left: .7rem;
}

.prediction-live-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 .45rem;
    border-radius: 999px;
    background: rgba(225, 56, 71, .18);
    border: 1px solid rgba(255, 91, 105, .48);
    color: #ff9ba5;
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.prediction-live-score {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 .52rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    font-size: .9rem;
    font-variant-numeric: tabular-nums;
}

.prediction-live-odd {
    display: inline-flex;
    align-items: center;
    gap: .28rem;
    min-height: 24px;
    padding: 0 .48rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .09);
    color: #c9d2df;
    font-size: .72rem;
    line-height: 1;
    white-space: nowrap;
}

.prediction-live-odd strong {
    color: #fff;
    font-size: .78rem;
    font-variant-numeric: tabular-nums;
}

.prediction-live-arrow {
    font-size: .92rem;
    font-weight: 950;
    line-height: 1;
}

.prediction-live-odd.up .prediction-live-arrow {
    color: #58d68d;
}

.prediction-live-odd.down .prediction-live-arrow {
    color: #ff6b74;
}

.prediction-live-odd.up {
    border-color: rgba(88, 214, 141, .28);
    background: rgba(88, 214, 141, .07);
}

.prediction-live-odd.down {
    border-color: rgba(255, 107, 116, .28);
    background: rgba(255, 107, 116, .07);
}

@media (max-width: 900px) {
    .prediction-live-strip {
        margin-left: 0;
        margin-top: .35rem;
        width: 100%;
    }
}
