
.shops-list {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    padding-top: 15px;
}

.shops-list__left {
    width: 880px;
}
.shops-list__left--full {
    width: 100%;
}

.shops-list__right {
    width: 300px;
}

#shl_title_h2 {
    font-family: Trebuchet MS, sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 17px 0 0 0;
    text-transform: none;
    color: #242424;
    width: 410px;
    height: 20px;
    overflow: hidden;
}

.shl_stats {
    display: flex;
    align-items: center;
    height: 30px;
}
.shl_stats .ranksrevcount {
    margin: 0;
    padding: 0;
}

.shl_i:hover .shl_rec {
    display: inline-block;
}
