body, 
.bottom-nav {
	border-right: 1px solid var(--border);
}

.brand img, 
.burger-brand img {
	height: 25px;
	min-height: 25px;
	max-height: 25px;
}

/** FUN DEMO GAMES **/
.search-fun-demo-games, 
.loadmore-fun-demo-games {
	margin-top: 14px;
}

.fun-demo-games .game-card .game-action {
	display: none;
}

.fun-demo-games .game-card:hover .game-action {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0.625rem;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 0.125rem;
	/*backdrop-filter: blur(.313rem);*/
	background-color: rgba(255, 255, 255, 0.15);
}
