.gameapp-box {
    display: flex;
    align-items: center;
    /* gap: 30px; */
    /* background: #eee; */
	
    padding: 10px;
    margin-bottom: 20px;
    background-color: #eee;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 4px;
}
.gameapp-icon-wrap {
    flex-shrink: 0;
    /* text-align: center; */
    width: 100px;
}
.gameapp-icon {
    width: 72px;
    /* height: 72px; */
    object-fit: cover;
    border-radius: 12px;
    background: #fafafa;
    border: 1px solid #eee;
    margin: 0px 0px 0px 12px !important;
}
.gameapp-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}
.gameapp-desc {
    margin-bottom: 14px;
}
.gameapp-btn-countdown {
    background: #66833c;
    border-color: #658f35 !important;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    padding: 15px;
    border: 0;
    cursor: pointer;
    transition: .15s;
    
    /* 
     * width: 150px !important;
     * background-color: #597F2E !important; */
    
}