/* Practice tests library — uses flashcards-library grid; optional shell tweaks */
#practiceTestsPage .practice-tests-page-shell {
    max-width: 1200px;
    margin: 0 auto;
}

#practiceTestsPage .flashcards-library-tile-hit {
    cursor: pointer;
}

#practiceTestsPage .flashcards-library-tile-actions .flashcards-library-tile-take {
    color: #cbd5e1;
}

#practiceTestsPage .flashcards-library-tile-actions .flashcards-library-tile-take:hover {
    color: #3dd68c;
    background: rgba(61, 214, 140, 0.08);
}
