.statsify-stat {
	display: flex;
}
.single-listing .statsify-stat {
	display: -webkit-box;
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 10px;
}

.single-listing .statsify-icon {
    color: #555558;
    background: #f4f4f4;
    padding: 11px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.statsify-stat.c-list-stars {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	margin-right: 15px;
    margin-top: 0;
	margin-bottom: 10px;
}
.statsify-stat.c-list-stars  > span {
	margin-bottom: 5px;
}
.statsify-stat.c-list-stars  > div {
	display: flex;
}
.statsify-stat.c-list-stars  > div > span {
	margin-left: 5px;
	margin-top: -1px;
}

.lf-head-btn .statsify-stat {
    margin-top: 0;
}
.lf-head-btn .statsify-stat .statsify-icon {
    width: unset;
    height: unset;
    border: 0;
    background: none;
    color: unset;
    padding: unset;
}
