.ti-profile-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
} 

.ti-profile-details {
    padding-top: 0 !important;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    overflow: visible;
}

.ti-platform-icon {
    display: inline-block;
    position: relative;
    width: 19px !important;
    height: 19px !important;
    margin-right: 7px !important;
}

.ti-profile-details .ti-stars {
    margin-right: 8px;
	margin-top: 2px;
}

.ti-stars .ti-star {
    width: 18px !important;
    height: 18px !important;
	margin-left: -3px;
}

.ti-star {
    margin-right: 1px !important;
    vertical-align: unset;
    display: inline-block !important;
}

.withcount {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.withcount::after {
    content: "";                    /* 🔥 REQUIRED */
    display: inline-block;          /* 🔥 REQUIRED */

    border-inline-start: 1px solid #ddd;

    height: 11px;                   /* use fixed height (better than %) */
    margin-left: 8px;

    position: relative;
}

.count-reviews, .withcount { margin-inline: calc(10px / 2); }
