.aic-form-wrap {
	max-width: 640px;
	margin: 0 auto;
	font-size: 15px;
}

.aic-form fieldset {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 16px 18px 8px;
	margin-bottom: 18px;
}

.aic-form legend {
	font-weight: 600;
	padding: 0 8px;
	color: #0B0B8A;
}

.aic-row {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.aic-row label {
	flex: 1 1 220px;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	font-weight: 500;
	color: #333;
	gap: 4px;
}

.aic-row label.aic-full {
	flex-basis: 100%;
}

.aic-row input,
.aic-row select,
.aic-row textarea {
	font-size: 15px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-weight: 400;
}

.aic-hint {
	font-weight: 400;
	color: #888;
	font-size: 11px;
}

.aic-hp-field {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.aic-submit-btn {
	background: #0B0B8A;
	color: #fff;
	border: none;
	padding: 12px 28px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.aic-submit-btn:hover {
	background: #14149c;
}

.aic-notice {
	padding: 12px 16px;
	border-radius: 6px;
	margin-bottom: 18px;
	font-weight: 500;
}

.aic-notice-success {
	background: #e6f4ea;
	color: #1e6b34;
	border: 1px solid #b7e0c3;
}

.aic-notice-error {
	background: #fdecea;
	color: #a52222;
	border: 1px solid #f3c0bc;
}

@media (max-width: 520px) {
	.aic-row {
		flex-direction: column;
	}
}
