/* ----------------------------------  #F0F8FF; */
/* GAMES */

.bsq-home-games-container {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.bsq-home-games-wrapper {
	width: calc( 90% + 40px);
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.bsq-home-games-div-header {
	width: 100%;
}

.bsq-home-games-text-header {
	color: #06203D !important;
	margin-bottom: 20px;
	text-align: center;
}

.bsq-home-games-div-subheader {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.bsq-home-games-div-columns {
	width: calc( 100% + 20px );
	margin: 0px -10px 0px -10px;
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.bsq-home-games-div-column {
	width: calc( 33.33% - 20px );
	margin: 10px;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 5px;
	border-radius: 20px;
	overflow: hidden;
	border: 0.5px solid #D6D3D3;
	position: relative;
	background-color: #ffffff;
}

.bsq-home-games-thumbnail {
	display: block;
	height: auto !important;
	width: 100% !important;
	margin: 0 !important;
	border-radius: 15px 15px 0 0;
}

.bsq-home-games-div-column-header {
	width: 100%;
	padding: 25px 15px 5px 15px;
}

.bsq-home-games-span-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #002B4D;
}

.bsq-home-games-div-column-text {
	width: 100%;
	margin-bottom: 20px;
	padding: 0px 15px;
	min-height: 220px;
}

.bsq-home-games-span {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #384D64;
}

.bsq-home-games-div-column-button {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	padding: 0px 15px;
}

.bsq-home-games-button {
	width: 100%;
	display: inline-block;
	background-color: #0081e7 !important;
	border-radius: 4px !important;
	border: 1px dotted #0081e7;
	padding: 13px 18px;
	font-family: 'sqmarket-medium', Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 20px;
	color: #f5faff !important;
	font-weight: 400 !important;
	text-align: center;
}

.bsq-home-games-button:hover {
	background-color: #f5faff !important;
	color: #0081e7 !important;
}

@media (max-width: 992px) {

	.bsq-home-games-text-header {
		text-align: left;
	}

	.bsq-home-games-div-subheader {
		text-align: left;
	}

	.bsq-home-games-wrapper {
		width: calc( 100% + 40px);
	}

	.bsq-home-games-div-column {
		width: calc( 50% - 20px );
	}

}

@media (max-width: 768px) {

	.bsq-home-games-div-column {
		width: calc( 100% - 20px );
	}

}

/* ---------------------------------- */