@mixin _oMultiSelectButton() {
	border-style: none;
	color: _oMultiSelectGet('button-text-color');
	background-color: _oMultiSelectGet('button-bg-color');
	margin-right: oPrivateSpacingByIncrement(2);
	font-size: inherit;
	padding: div(oPrivateSpacingByIncrement(1), 2) oPrivateSpacingByIncrement(2);
	span {
		@include oPrivateIconsContent(
			$icon-name: 'cross',
			$color: _oMultiSelectGet('button-text-color'),
			$size: $_o-multi-select-icon-size
		);
		vertical-align: middle; // override default style from oPrivateIconsContent mixin
	}
}
