tr.wiersz-pytania td:not(:last-child) {
    cursor: pointer;
}



#test-predyspozycji {
    font-family: 'Barlow Condensed', Arial, sans-serif !important;
    font-size: 1vw;
    margin-top: 20px;
}

tr.wiersz-pytania {
    cursor: pointer;
    transition: background-color 0.3s;
}

tr.wiersz-pytania.zaznaczony {
    background-color: #d4edda !important;
}

#wynik-predyspozycji p strong {
    font-weight: bold;
}

#wynik-predyspozycji p,
#wynik-predyspozycji li {
    font-weight: normal;
}

/* Responsywność */
@media (max-width: 768px) {
    #test-predyspozycji {
        font-size: 16px;
    }

    #test-predyspozycji table {
        width: 100%;
    }

    #test-predyspozycji td {
        padding: 10px;
    }

    #test-predyspozycji button {
        width: 100%;
        margin: 10px 0;
        font-size: 16px;
    }
}