/**
 * The following styles get applied inside the editor only.
 */

.edd-profile-editor-field-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;

	.components-toggle-control {
		flex: 1;
		margin-bottom: 0;
	}
}

.edd-profile-editor-field-order {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

.wp-block-edd-profile-editor {
	input:read-only {
		background-color: transparent;
	}

	&.block-editor-block-list__block {
		padding: 2rem !important;
	}
}
