.kudi-card-selection-voucherAmount {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:0.5em;
	flex-grow:1;
	padding:0.5em 1em 0.5em 0;
}
.kudi-card-selection-voucherAmount .card {
	width:33%;
	padding:0.4em 0.7em;
	color: var(--color-text-lead);
	cursor:pointer;
}
.kudi-amountSelectionContainer {
	display:flex; align-items:center;
}
.kudi-amountSelection, .kudi-themeSelection {
	height:75px;
}
.kudi-card-selection-voucherTheme {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:0.5em;
	flex-grow:1;
	padding:0.5em 0 0.5em 0;
}
.kudi-card-selection-voucherTheme .card {
	width:33%;
	padding:0.4em 0.7em;
	color: var(--color-text-lead);
	cursor:pointer;
}
.kudi-motivSelection {
	min-width:32%; max-width:32%; padding:1em;
}
.kudi-motivSelection img {
	width:-webkit-fill-available;
}
.kudi-amountCustomContainer {
	min-width:200px; max-width:200px;
}
.themeTemplates > div {
	display:flex; flex-wrap:wrap; margin-top:1em; gap:1em;
}
@media screen and (max-width:700px) {
	.kudi-card-selection-voucherAmount {
		justify-content:flex-start;
		flex-wrap:wrap;
	}
	.kudi-card-selection-voucherAmount .card {
		width:31%;
	}
	.kudi-card-selection-voucherTheme {
		justify-content:flex-start;
		flex-wrap:wrap;
	}
	.kudi-card-selection-voucherTheme .card {
		width:31%;
	}
	.kudi-amountSelectionContainer {
		display:block;
	}
	.kudi-amountCustomContainer {
		margin:0.5em auto 2em auto;
	}
	.kudi-motivSelection {
		min-width:47%; max-width:47%; padding:1em;
	}
}
@media screen and (max-width:450px) {
	.kudi-card-selection-voucherTheme .card {
		width:47%;
	}
	.kudi-motivSelection {
		min-width:100%; max-width:100%; padding:1em;
	}
}