.caal-voucher-card {
	margin-bottom: 24px;
	border-color: #dfbd75;
	background: linear-gradient(135deg, #fff8e9, #fff);
}

.caal-voucher-card > p {
	max-width: 760px;
}

.caal-voucher-form {
	grid-template-columns: minmax(220px, 1fr) auto;
	align-items: end;
	max-width: 680px;
}

.caal-status-available,
.caal-status-redeemed {
	background: #d1fae5;
	color: #065f46;
}

.caal-status-processing {
	background: #fef3c7;
	color: #92400e;
}

.caal-status-revoked {
	background: #e5e7eb;
	color: #374151;
}

.caal-admin textarea.code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 15px;
	line-height: 1.7;
}

@media (max-width: 700px) {
	.caal-voucher-form {
		grid-template-columns: 1fr;
	}

	.caal-voucher-form .caal-button {
		width: 100%;
		text-align: center;
	}
}
