/*
 * Right arrow.
 * @link https://fontawesome.com/icons/arrow-right?s=solid
 */

.intmath1-icon {
	display: inline-block;
	width: inherit;
	height: inherit;
	line-height: 1;

	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	mask-position: center top;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.intmath1-arrow-right {
	-webkit-mask-image: url('../../images/icons/arrow-right-solid.svg');
	mask-image: url('../../images/icons/arrow-right-solid.svg');
	background-color: inherit;
}