.nelio-ab-testing-reusable-entities-dialog {
	width: 30em;

	&__content > * {
		margin-bottom: 1em;
	}

	&__actions {
		display: flex;
		justify-content: space-between;
		gap: 0.5em;
		padding-top: 1em;
	}

	&__main-actions {
		display: flex;
		justify-content: flex-end;
		gap: 0.5em;
	}

	&__working-item {
		align-items: center;
		display: flex;
		gap: 0.5em;

		&-text {
			flex-grow: 1;
		}

		&-text--deleted {
			opacity: 0.4;
		}
	}
}
