/*
Theme Name: KAME Theme
Theme URI: https://kame.vn
Description: Child theme Flatsome – Website game KAME, quản lý game động
Author: KAME
Template: flatsome
Version: 1.0
*/

/* ===== GRID GAME ===== */
.kame-game-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.kame-game-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    transition: .3s;
}

.kame-game-item:hover {
    transform: translateY(-5px);
}

.kame-game-item h3 {
    font-size: 15px;
    margin: 10px 0;
}

.kame-game-item .thumb img {
    border-radius: 10px;
}

.game-actions a {
    display: block;
    margin: 6px 0;
    padding: 8px;
    border-radius: 6px;
    background: #ff5722;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.game-actions a:nth-child(2) { background: #03a9f4; }
.game-actions a:nth-child(3) { background: #4caf50; }
