.toe-gam-slot-wrap {
	margin: 16px auto;
	text-align: center;
	overflow: hidden;
}
.toe-gam-test-label {
	font: 11px/1.4 monospace;
	color: #a00;
	background: #fff3f3;
	padding: 2px 6px;
	display: inline-block;
	margin-bottom: 4px;
}

.toe-gam-interstitial-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.75);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}
.toe-gam-interstitial-inner {
	position: relative;
	background: #fff;
	padding: 32px 16px 16px;
	border-radius: 6px;
	max-width: 95vw;
	max-height: 90vh;
	overflow: auto;
}
.toe-gam-interstitial-close {
	position: absolute;
	top: 4px;
	right: 8px;
	background: none;
	border: none;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #333;
}

.toe-gam-sticky-mobile-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #ddd;
	z-index: 9998;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 28px 2px 2px;
}
.toe-gam-sticky-close {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: #666;
}
@media (min-width: 782px) {
	.toe-gam-sticky-mobile-bar { display: none; }
}
