.acpd-front-wrap {
	max-width: 640px;
	margin: 0 auto;
	font-family: inherit;
}
.acpd-front-notice {
	padding: 14px 18px;
	background: #fff3cd;
	border: 1px solid #f0c36d;
	border-radius: 6px;
	color: #7a5b00;
}
.acpd-front-field { margin-bottom: 16px; }
.acpd-front-field label { display: block; font-weight: 600; margin-bottom: 6px; }
.acpd-front-field input[type=text],
.acpd-front-field input[type=url],
.acpd-front-field textarea,
.acpd-front-field select {
	width: 100%;
	padding: 9px 11px;
	border: 1px solid #cfd4da;
	border-radius: 6px;
	font-size: 14px;
	box-sizing: border-box;
}
.acpd-front-field textarea { font-family: inherit; }

.acpd-front-btn {
	display: inline-block;
	background: #0b2e59;
	color: #ffffff !important;
	border: none;
	border-radius: 6px;
	padding: 12px 26px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}
.acpd-front-btn:hover { opacity: 0.92; }

.acpd-front-loading { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.acpd-front-spinner {
	width: 20px; height: 20px; border-radius: 50%;
	border: 3px solid #eef2f9; border-top-color: #0b2e59;
	display: inline-block;
	animation: acpd-front-spin 0.8s linear infinite;
}
@keyframes acpd-front-spin { to { transform: rotate(360deg); } }

.acpd-front-error {
	margin-top: 14px;
	padding: 12px 16px;
	background: #fbe1e1;
	border: 1px solid #e5a3a3;
	border-radius: 6px;
	color: #a62626;
}

.acpd-front-result { margin-top: 20px; }
.acpd-front-preview {
	width: 100%;
	height: 480px;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	margin-bottom: 14px;
}
