.free-slot-stateful-fullscreen-lock {
	overflow: hidden !important;
	width: 100% !important;
	height: 100% !important;
	overscroll-behavior: none;
	touch-action: none;
}

.free-slot-player__frame--stateful-fullscreen {
	position: fixed !important;
	inset: 0 !important;
	z-index: 2147483600 !important;
	width: var(--free-slot-stateful-fullscreen-width, 100vw) !important;
	height: var(--free-slot-stateful-fullscreen-height, 100dvh) !important;
	min-height: 0 !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	border-radius: 0 !important;
	background: #000 !important;
	overflow: hidden !important;
}

.free-slot-player__frame--stateful-fullscreen iframe {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
	background: #000 !important;
}

.free-slot-player__frame:fullscreen,
.free-slot-player__frame:-webkit-full-screen,
.free-slot-player__frame--native-fullscreen {
	width: 100vw !important;
	height: 100vh !important;
	min-height: 0 !important;
	max-width: none !important;
	max-height: none !important;
	background: #000 !important;
	overflow: hidden !important;
}

.free-slot-player__frame:fullscreen iframe,
.free-slot-player__frame:-webkit-full-screen iframe,
.free-slot-player__frame--native-fullscreen iframe {
	width: 100% !important;
	height: 100% !important;
}

.free-slot-player__stateful-exit {
	position: absolute;
	top: calc(env(safe-area-inset-top, 0px) + 10px);
	right: calc(env(safe-area-inset-right, 0px) + 10px);
	z-index: 2147483647;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 36px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 8px;
	background: rgba(2, 6, 23, 0.78);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.free-slot-player__stateful-exit[hidden] {
	display: none !important;
}
