/*
Theme Name:     Counttries
Theme URI:      https://example.com/counttries/
Description:    A basic child theme for geography games like Guess the Country
Author:         Your Name
Author URI:     https://example.com
Template:       astra
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    counttries
*/

/* Add your custom styles below */
body {
    font-family: system-ui, sans-serif;
}


.menu-item.previous-games .sub-menu {
    max-height: 70vh;
    overflow-y: auto;
}