/* BetGambler V32 — orden dinámico por MTP */
.screen-card.is-upcoming {
    border-color: rgba(230, 176, 54, .5);
    background: linear-gradient(180deg, rgba(230, 176, 54, .055), #050505 22%);
}
.screen-card.is-upcoming .live-dot {
    background: #e3a938;
    box-shadow: 0 0 7px rgba(227, 169, 56, .55);
}
.race-status.is-upcoming {
    color: #ffd36a;
    border-color: rgba(255, 193, 66, .5);
    background: rgba(255, 193, 66, .12);
}
.track-chip.is-upcoming {
    border-color: rgba(255, 193, 66, .38);
    color: #f2ce78;
    background: rgba(255, 193, 66, .07);
}
.track-chip.is-upcoming .track-chip-dot {
    background: #e3a938;
    box-shadow: 0 0 7px rgba(227, 169, 56, .5);
}
.track-chip-mtp {
    margin-left: 5px;
    color: #f0c75d;
    font-size: .86em;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .race-status { max-width: 104px; }
}
