.ifi-fa-icon-block {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
}

.ifi-fa-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	box-sizing: border-box;
	padding: 0.5rem;
	width: calc(1em + 1rem);
	height: calc(1em + 1rem);
	flex: 0 0 auto;
}

.ifi-fa-icon i {
	display: inline-block;
	line-height: 1;
}

.ifi-fa-icon .screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	overflow: hidden;
	white-space: nowrap;
}
