.preppy-game-container {
    margin: 10px 20px;
}

.preppy-game-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
    border: #fff dashed  1px;
    margin: 20px 0px;
    background: linear-gradient(to  right, #000, #CC4B38,#000);

}

.preppy-game-title p {
    font-size: 1rem;
    color: #fff;
    margin: 0px;
    
}

.preppy-game-title img {
    width: 30px;
    height: 30px;
    display: block;
}

.preppy-game-item-div {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Two columns layout */
    gap: 15px;
    /* Gap between items */
}

.autocar-nav-game-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}


.autocar-nav-game-info p {
    color: #000;
    margin: 0px;
    font-size: 0.8rem;
}

.recommend {
    margin: 10px 1rem;
}

.recommend-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Two columns layout */
    gap: 0.5rem;
    /* Gap between items */
}