@CHARSET "UTF-8";

.InsightStylesContext input.Textual.String.Value.Input,
.InsightStylesContext textarea.Textual.String.Value.Input {
	width: 100%;
	max-width: calc(100% - 18px);
}

.InsightStylesContext .WrapLabel.AttributeEditor > .Textual.String.Value.Input,
.InsightStylesContext .ThinPanel .AttributeEditor > .Textual.String.Value.Input,
.InsightStylesContext .PhonePanel .AttributeEditor > .Textual.String.Value.Input,
.InsightStylesContext .AttributeEditor.InputOnly > .Textual.String.Value.Input {
	flex: 1 0 0;
}

.InsightStylesContext input.Textual.String.Value.Input {
	height: 20px;
}

.InsightStylesContext textarea.Textual.String.Value.Input {
	overflow: auto;
}

.InsightStylesContext textarea.ConstrainedLayoutExpandable {
	resize: none;
}

.InsightStylesContext .SearchFilterEntry.SearchParameterNode.Advanced  > .Value > .AttributeEditor > .Textual.String.Value.Input {
	min-width: 200px;
}
