.azoma-form-wrapper {
	margin-bottom: 24px;
	font-family: inherit;
}
.azoma-field-group {
	margin-bottom: 16px;
}
.azoma-field-group label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
	color: #374151;
}
.azoma-input-field {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	font-size: 16px;
	transition: border-color 0.2s;
}
.azoma-input-field:focus {
	outline: none;
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}
.azoma-submit-btn {
	background: #2563eb;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s;
}
.azoma-submit-btn:hover {
	background: #1d4ed8;
}
