/* Fix for mobile live match scores */
@media (max-width: 768px) {
    .team-row {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .teams-mobile .score {
        margin-left: auto !important;
        display: block !important;
        position: static !important;
    }

    /* Ensure the team info and score are properly aligned */
    .team-row .d-flex {
        flex: 1 !important;
    }
}
