.englishbuds-game-frame,
.englishbuds-game-frame * {
	box-sizing: border-box;
}

.englishbuds-game-frame {
	display: block;
	width: min(1180px, calc(100vw - 32px));
	max-width: calc(100vw - 32px);
	inline-size: min(1180px, calc(100vw - 32px));
	max-inline-size: calc(100vw - 32px);
	margin-left: calc((100% - min(1180px, calc(100vw - 32px))) / 2);
	margin-right: calc((100% - min(1180px, calc(100vw - 32px))) / 2);
	overflow: hidden;
	clear: both;
}

.englishbuds-game-frame__iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	inline-size: 100%;
	max-inline-size: 100%;
	border: 0;
	overflow: hidden;
	background: #fff;
}

.englishbuds-game-error {
	padding: 0.75rem 1rem;
	border: 1px solid #d8e6f2;
	background: #f7fbff;
	color: #32475a;
}
