.idcard-gen-wrap { max-width: 720px; }
.idcard-gen-form fieldset {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 16px 20px;
	margin-bottom: 18px;
	background: #fafafa;
}
.idcard-gen-form legend {
	font-weight: 600;
	padding: 0 8px;
}
.idcard-gen-form label {
	display: block;
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 14px;
}
.idcard-gen-form input[type="text"],
.idcard-gen-form input[type="date"],
.idcard-gen-form input[type="file"],
.idcard-gen-form textarea {
	display: block;
	width: 100%;
	max-width: 420px;
	margin-top: 4px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
}
.idcard-btn {
	display: inline-block;
	background: #2563eb;
	color: #fff !important;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 6px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 6px;
}
.idcard-btn:hover { background: #1d4ed8; }
.idcard-btn-primary { font-size: 15px; padding: 12px 26px; }
.idcard-gen-result {
	background: #ecfdf5;
	border: 1px solid #10b981;
	padding: 16px 20px;
	border-radius: 6px;
	margin-bottom: 20px;
}
.idcard-gen-error {
	background: #fef2f2;
	border: 1px solid #ef4444;
	padding: 16px 20px;
	border-radius: 6px;
	margin-bottom: 20px;
	color: #b91c1c;
}
