@mixin termInputGrouped() {
	padding: 6px 4px;
	border: 0;

	&:focus {
		outline: 0;
		background-color: $background-color-progressive-subtle;
	}
}
