body{
	background: #F3F4F6;
}

.container{
	width: 346px;
}

.feature-game {
	background: white;
    padding: 0;
    border-radius: 18px;
    margin-top: 15px;
    box-shadow: 0px 4px 12px #00000036;
}

.feature-game  .detail{
	padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
}
.feature-game .title{
	    font-size: 20px;
}
.feature-game .desc{
	font-size: 13px;
    line-height: 14px;
    color: #0000008f;
    margin-top: 4px;
    margin-bottom: 0;
}

.feature-game .play-btn{
	border-radius: 31px;
    padding: 7px 28px;
    background: #f1c166;
    color: black;
    border: none;
    margin-bottom: 10px;
    font-size: 13px;
}

.feature-game .thumb img{
	border-radius: 15px 15px 0px 0px;
}


/* List Game */
.list-game {
	background: white;
    padding: 0;
    border-radius: 18px;
    margin-top: 20px;
    box-shadow: 0px 4px 12px #00000036;
}

.list-game  .detail{
	padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
}
.list-game .title{
	font-size: 16px;
}
.list-game .desc{
	font-size: 13px;
    line-height: 14px;
    color: #0000008f;
    margin-top: 4px;
    margin-bottom: 0;
    height: 42px;
    overflow: hidden;
}


.list-game .play-btn{
	border-radius: 31px;
    padding: 7px 28px;
    background: #f1c166;
    color: black;
    border: none;
    margin-bottom: 10px;
    font-size: 13px;
}

.list-game .thumb{
	float: left;
	padding: 8px;
}

.list-game .thumb img{
	width: 120px;
	height: 120px;
	border-radius: 10px;

}

/* vList Game */
.vlist-game {
	background: white;
    padding: 0;
    border-radius: 18px;
    margin-top: 20px;
    box-shadow: 0px 4px 12px #00000036;
    max-width: 45%;
    /*position: relative;
    height: 250px;*/
}

.vlist-game  .detail{
	padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
}
.vlist-game .title{
	font-size: 16px;
	margin-top: 6px;
}
.vlist-game .desc{
	font-size: 13px;
    line-height: 14px;
    color: #0000008f;
    margin-top: 4px;
    margin-bottom: 0;
    height: 44px;
    overflow: hidden;
}

.vlist-game .play-btn{
	border-radius: 31px;
    padding: 7px 28px;
    background: #f1c166;
    color: black;
    border: none;
    margin-bottom: 10px;
    font-size: 13px;
}

.btn-div{
	/*vertical-align: bottom;
    position: absolute;
    bottom: 0;*/
}

.vlist-game .thumb{
/*	float: left;*/
	padding: 8px;
}

.vlist-game .thumb img{
	border-radius: 10px;
	width: 147px;
    height: 147px;
}