.gh-game-page {
	box-sizing: border-box;
	max-width: 760px;
	min-height: 100vh;
	margin: 0 auto;
	padding: 16px;
	color: #17152f;
	font-family: Tahoma, Arial, sans-serif;
}

.gh-game-page *,
.gh-game-page *::before,
.gh-game-page *::after {
	box-sizing: border-box;
}

.gh-game-page__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
	padding: 10px 4px;
}

.gh-game-page__header > strong {
	font-size: 16px;
}

.gh-game-page__back {
	display: inline-flex;
	align-items: center;
	padding: 9px 12px;
	border-radius: 12px;
	background: #ece9ff;
	color: #5547d7 !important;
	font-weight: 700;
	text-decoration: none !important;
}

.gh-membership-required p {
	color: #6b7280;
}

.gh-telegram-auth-pending .gh-hub,
.gh-telegram-auth-pending .gh-game-page,
.gh-telegram-auth-pending .gh-profile {
	visibility: hidden;
}

@media (max-width: 540px) {
	.gh-game-page {
		padding: 8px;
	}

	.gh-game-page__header {
		position: sticky;
		z-index: 10;
		top: 0;
		margin-bottom: 8px;
		padding: 8px;
		background: var(--gh-tg-bg, #f7f7fb);
	}
}
