.horizontal-list {
display: inline-flex;
padding: 10px 0;
}

.horizontal-list .list-item {
display: inline-flex;
align-items: center;
margin-right: 30px;
}

.horizontal-list .list-item-title {
    display: flex;
    margin-right: 15px;
    height: 24px;
    line-height: 30px;
    font-weight: 500;
}

.horizontal-list .list-item img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.horizontal-list .list-item i, .horizontal-list .list-item img {
margin-right: 5px;
}

/* Set text color to black */
.horizontal-list .list-item a {
color: black;
/* Prevent text wrapping */
white-space: nowrap;
}

/* Remove underline from links */
.horizontal-list .list-item a {
text-decoration: none;
}
