.games-tooltip__wrapper {
	padding: 24px 24px 16px 24px;
	display: flex;
	flex-direction: column;
}
.games-tooltip__games {
	margin-bottom: 24px;
}
.games-tooltip__games__heading {
	font-family: SourceSansPro, Arial, Roboto, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #002822;
	margin-bottom: 16px;
}
.games-tooltip__games__list {
	display: flex;
	padding: 0;
	list-style: none;
}
.games-tooltip__games__list-item {
	width: 156px;
	height: 108px;
	margin-right: 16px;
	box-sizing: border-box;
}
.games-tooltip__games__list-item:last-of-type {
	margin-right: 0;
}
.games-tooltip__games .games-tooltip__games__box {
	width: 100%;
	height: 100%;
	background-color: #e0dcf3;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.games-tooltip__providers__heading {
	font-family: SourceSansPro, Arial, Roboto, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #002822;
	margin-bottom: 16px;
}
.games-tooltip__providers__list {
	display: flex;
	padding: 0;
	list-style: none;
}
.games-tooltip__providers__list-item {
	width: 113px;
	height: 113px;
	margin-right: 16px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	border-radius: 4px;
}
.games-tooltip__providers__list-item:last-of-type {
	margin-right: 0;
}
.games-tooltip__providers__box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	box-sizing: border-box;
}
.games-tooltip__providers__image {
	max-width: 100%;
}
.games-tooltip__wrapper .games-tooltip__link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: SourceSansPro, Arial, Roboto, sans-serif;
	color: #489900;
	justify-self: flex-end;
	text-align: right;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	align-self: flex-end;
}
.games-tooltip__wrapper .games-tooltip__link:hover,
.games-tooltip__wrapper .games-tooltip__link:focus,
.games-tooltip__wrapper .games-tooltip__link:active {
	color: #1549b1;
}
.games-tooltip__wrapper .games-tooltip__link:hover .games-tooltip__link__icon,
.games-tooltip__wrapper .games-tooltip__link:focus .games-tooltip__link__icon,
.games-tooltip__wrapper .games-tooltip__link:active .games-tooltip__link__icon {
	fill: #1549b1;
}
.games-tooltip__wrapper .games-tooltip__link__icon {
	width: 19.91px;
	height: 14.41px;
	margin-left: 8px;
	fill: #489900;
}
