@media (max-width: 768px) {
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .jogos-copa th,
    .jogos-copa td {
        font-size: 14px;
    }

    .modal-title {
        font-size: 1rem;
    }

    #table-sumula th,
    #table-sumula td {
        padding: 8px;
        font-size: 0.875rem;
    }
}

@media (max-width: 576px) {
    .col-md-2,
    .col-md-3,
    .col-sm-10,
    .col-sm-11 {
        width: 100%;
        margin-bottom: 10px;
    }

    .jogos-copa th,
    .jogos-copa td {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1180px) {
    .jogos-copa {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }
}
