.elog-routes-stat-icon,
.elog-routes-service-icon {
	align-items: center;
	aspect-ratio: 1 / 1;
	display: inline-flex;
	font-style: normal;
	justify-content: center;
	line-height: 1;
	vertical-align: middle;
}

.elog-routes-stat-icon {
	background: #fff0f1;
	border-radius: 50%;
	color: var(--elog-routes-red);
	flex: 0 0 46px;
	height: 46px;
	width: 46px;
}

.elog-routes-stat-icon i {
	font-size: 19px;
	line-height: 1;
}

.elog-routes-service-icon {
	background: #fff;
	border: 1px solid #f3d7d9;
	border-radius: 50%;
	color: var(--elog-routes-red);
	height: 42px;
	margin-bottom: 12px;
	width: 42px;
}

.elog-routes-service-icon p {
	line-height: 1;
	margin: 0 !important;
}

.elog-routes-service-icon i {
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 549px) {
	.elog-routes-stat-icon {
		flex-basis: 36px;
		height: 36px;
		width: 36px;
	}

	.elog-routes-stat-icon i {
		font-size: 15px;
	}
}
