.sammelkarten-breeze {
	max-width: 480px;
	margin: 0 auto;
	padding: 1rem;
	font-size: 16px;
	box-sizing: border-box;
}

.sammelkarten-breeze * {
	box-sizing: border-box;
}

.sammelkarten-breeze h2 {
	margin-top: 0;
	font-size: 1.25rem;
}

.sammelkarten-choice {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax( 130px, 1fr ) );
	gap: 0.75rem;
}

.sammelkarten-choice-btn {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
	border-radius: 10px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	cursor: pointer;
	text-align: center;
}

/* Kartentyp ohne Vorschaubild: wie ein normaler voller Auswahl-Button. */
.sammelkarten-choice-btn:not( .has-image ) {
	grid-column: 1 / -1;
	padding: 0.85rem 1rem;
}

.sammelkarten-choice-btn.has-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.sammelkarten-choice-label {
	display: block;
	padding: 0.6rem 0.5rem;
	font-weight: 600;
}

.sammelkarten-submit,
.sammelkarten-back {
	display: block;
	width: 100%;
	padding: 0.85rem 1rem;
	font-size: 1rem;
	border-radius: 6px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	cursor: pointer;
	text-align: center;
}

.sammelkarten-submit {
	background: #1e63b3;
	color: #fff;
	border-color: #1e63b3;
	font-weight: 600;
	margin-top: 0.5rem;
}

.sammelkarten-back {
	background: transparent;
	border: none;
	color: #1e63b3;
	margin-top: 0.75rem;
}

.sammelkarten-progress-bar {
	height: 6px;
	border-radius: 3px;
	background: #e6e6e6;
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.sammelkarten-progress-bar-inner {
	height: 100%;
	background: #1e63b3;
	transition: width 0.2s ease;
}

.sammelkarten-progress-label {
	margin: 0 0 1rem;
	font-size: 0.85rem;
	color: #666;
}

.sammelkarten-field {
	margin-bottom: 1rem;
}

.sammelkarten-field input {
	width: 100%;
	padding: 0.65rem 0.75rem;
	font-size: 1rem;
	border: 1px solid #bbb;
	border-radius: 6px;
}

.sammelkarten-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.sammelkarten-error {
	color: #a00;
	font-weight: 600;
}

.sammelkarten-qr-canvas {
	display: block;
	width: 100%;
	max-width: 320px;
	height: auto;
	margin: 1rem auto;
	image-rendering: pixelated;
}

.sammelkarten-download {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto 0.75rem;
	padding: 0.85rem 1rem;
	background: #1e63b3;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
}
