/* Quizerando — intentionally minimal; inherits theme typography and colors. */

.quizerando-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.quizerando-participant [data-answer] button {
	display: block;
	width: 100%;
	margin: 0.25rem 0;
}

.quizerando-error {
	color: #b00;
}

/* Big screen: scale up so it reads from the back of the room. */
.quizerando-screen {
	text-align: center;
}

.quizerando-code-big {
	font-size: clamp( 3rem, 12vw, 9rem );
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0.25em 0;
}

.quizerando-screen .quizerando-prompt {
	font-size: clamp( 1.75rem, 5vw, 4rem );
}

.quizerando-screen .quizerando-options {
	list-style: none;
	padding: 0;
	font-size: clamp( 1.25rem, 3vw, 2.5rem );
}

.quizerando-screen .quizerando-options .is-correct {
	font-weight: 700;
	text-decoration: underline;
}

.quizerando-qr {
	display: inline-block;
	min-height: 1em;
}
