@use "~admin-stylesheets/colors";

svg.nab-segmentation-section__title-icon {
	transform: translateY(3px);
}

.nab-edit-experiment__segmentation-section h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nab-edit-experiment-segmentation-section {

	&__strategy {
		float: right;
		font-weight: 400;
	}

	&__content {
		border: 1px solid colors.$color__border-editor-light;
		display: flex;
		flex-direction: row;
		width: 100%;

		&--empty {
			margin-left: 1em;
		}

		&--free {
			display: block;
			margin: 0;
			padding-left: 1em;
		}

		&-action {
			margin-bottom: 1em;
			text-align: center;
		}
	}
}
