.gsdt_twitch_embed {
	background: #0e0e10;
	overflow: hidden;
}

.gsdt-twitch-frame {
	width: 100%;
	background: inherit;
	border-radius: inherit;
	overflow: inherit;
}

.gsdt-twitch-embed {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	min-height: 300px;
	background: inherit;
	overflow: hidden;
	border-radius: inherit;
}

.gsdt-twitch-embed iframe,
.gsdt-twitch-player,
.gsdt-twitch-player iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 400px;
	min-height: 300px;
	border: 0;
	border-radius: inherit;
}

.gsdt-twitch-live-only.gsdt-twitch-live-pending,
.gsdt-twitch-live-only.gsdt-twitch-is-offline {
	position: absolute;
	left: -10000px;
	width: 400px;
	height: 300px;
	min-height: 300px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.gsdt-twitch-fallback,
.gsdt-twitch-builder-preview {
	display: flex;
	min-height: 300px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 24px;
	text-align: center;
	background: transparent;
	color: #f5f5f7;
	border-radius: inherit;
}

.gsdt-twitch-fallback strong,
.gsdt-twitch-builder-preview strong {
	font-size: 18px;
	line-height: 1.3;
}

.gsdt-twitch-fallback span,
.gsdt-twitch-builder-preview span {
	max-width: 520px;
	color: #b8b8c0;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 480px) {
	.gsdt-twitch-embed {
		overflow-x: auto;
	}
}
