/*
Theme Name: Wings
Theme URI: https://elementor.com/hello-theme/
Template: hello-elementor
Author: Wings77
Author URI: https://yourwebsite.com
Description: A child theme for Hello Elementor
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: wings
*/

/* Import tema induk styles */
@import url("../hello-elementor/style.css");

/* Add this to your style.css */
.game-menu {
    background-color: #000000;
    width: 100%;
    padding: 10px;
}

.game-nav {
    width: 100%;
}

.game-menu-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    text-align: center;
}

.game-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 5px;
}

.menu-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}

.menu-text {
    font-size: 12px;
    color: #fdb600; /* Exact color from the image */
    text-transform: capitalize;
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.2;
}
