.feed-hubs {
    margin-top: 5px;
    margin-bottom: 5px;
}

.hubs-sorting {
    width: 695px;
    height: 29px;
}

.hubs-sorting-name {
    width: 70%;
}
.hubs-sorting-count {
    width: 30%;
    justify-content: right;
}

.hubs-sorting-title {
    text-transform: uppercase;
}
.hubs-sorting-title-name {
    text-align: left;
}
.hubs-sorting-title-count {
    text-align: right;
}

.hub-block {
    width: 695px;
    padding: 0;
    box-shadow: none;
}

.hub-block-image-link {
    width: 90%;
}
.hub-block-count {
    width: 10%;
}

.hub-image {
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px;
    background-color: var(--orange);
    border-radius: 50px;
    cursor: default;
    user-select: none;
    box-shadow: var(--shadow-classic);
}

.abbr-name {
    color: var(--white);
    text-shadow: 0 0 1px var(--black);
}

.hub-block-disactive {
    display: none;
}