@media only screen and (max-width: 480px) and (min-width: 320px)  {
    .modal-header {
        font-size: 2rem !important;
    }

    .modal-body {
        display: flex !important;
        padding: 1rem !important;
    }

    #dificultadBtn button {
        font-size: 1.5rem;
        height: 50px !important;
    }

    #tablaPuntuaciones {
        font-size: 1.2rem !important;
    }
}

.tabla {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input-field {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 25px;
    background: #ffffff8c;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: start;
    font-size: 16px;
    font-family: "Baloo 2", "Poppins", sans-serif;
    font-weight: 600;
    box-sizing: border-box;
}

.footer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 1rem 0 0 0;
    flex-direction: row;
}

/* Responsivo */
@media (max-width: 480px) {
    .modal {
        width: 95%;
        padding: 15px;
    }

    .modal-header {
        font-size: 1rem;
    }

    .btn {
        width: 100%;
    }

    #nombreJugador,
    #correoJugador {
        width: 100% !important;
    }

    .dt-container {
        position: relative;
        clear: both;
        width: 90%;
    }
 
    .dt-layout-cell.dt-layout-full {
        overflow-x: auto;
    }

    .modal-footer {
        flex-direction: column;
        padding: 0 0rem;
    }

    .content-menus {
        justify-content: center;
        padding: .75rem 10px 0;
    }

    .footer-links {
        flex-direction: column;
    }

    .header-container {
        justify-content: center;
    }

    .modal-header h2 {
        font-size: 2rem;
    }

    .modal-header p {
        font-size: 1.2rem;
    }

    .modal-score h2,
    .modal-score-body h2 {
        margin-bottom: 2.25rem;
    }

    .modal-score-body {
        width: min(92vw, 340px);
        padding: 14px;
    }

    .tabla-info {
        margin-top: .75rem;
    }

    .footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin: 1.25rem 0 0 0;
    }

    #cancelar,
    #guardarJugador {
        min-width: 0;
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        font-size: .9rem;
    }
}
