/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater

*/

.game-iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
}

.mobile-primary-buttons {
	display: none;
	gap: 0.5rem;
}

.w-64 {
	width: calc(var(--spacing) * 104);
}

.pt-40 {
	padding-top: calc(var(--spacing) * 10);
}