.bdc-live-shell [hidden] {
	display: none !important;
}

.bdc-live-sound {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 50%;
}

.bdc-live-sound svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.bdc-live-sound.is-error {
	border-color: #ef4444;
	color: #ef4444;
}

.bdc-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.bdc-live-waiting.is-drumroll {
	display: grid;
	place-items: center;
	min-height: 180px;
	padding: 24px;
	border: 2px solid var(--yellow);
	border-radius: 18px;
	background: radial-gradient(circle, rgba(255, 212, 0, .18), rgba(255, 212, 0, .03) 68%);
	color: #fff;
	font-size: clamp(25px, 5vw, 48px);
	font-weight: 950;
	line-height: 1.05;
	box-shadow: 0 0 32px rgba(255, 212, 0, .16);
	animation: bdc-drumroll-pulse .42s ease-in-out infinite alternate;
}

@keyframes bdc-drumroll-pulse {
	from { transform: scale(.975); filter: brightness(.9); }
	to { transform: scale(1.025); filter: brightness(1.2); }
}

@media (max-width: 760px) {
	.bdc-live-draw-panel {
		order: 1;
	}

	.bdc-live-list-panel {
		order: 2;
	}
}
