.ds-epo-fields {
	display: grid;
	flex: 0 0 100%;
	gap: 14px;
	margin: 0 0 20px;
	width: 100%;
}

.ds-epo-field {
	display: grid;
	gap: 6px;
	max-width: 45ch;
}

.ds-epo-field label {
	font-weight: 600;
}

.ds-epo-field input[type="text"],
.ds-epo-field select,
.ds-epo-field textarea {
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 0;
	color: inherit;
	font: inherit;
	padding: 10px 12px;
	width: 100%;
}

.ds-epo-checkbox,
.ds-epo-radio-group label {
	align-items: center;
	display: flex;
	gap: 8px;
}

.ds-epo-radio-group {
	display: grid;
	gap: 8px;
}

.ds-epo-field .required {
	color: currentColor;
}
