.feed {
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 5px;
}

.feed-tabs {
    margin-bottom: 10px;
}

.nav-tabs > .feed-switcher.active > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.feed-navigation {
    height: 32px;
    text-align: center;
}
.feed-navigation > .page-current {
    position: relative;
    top: 20%;
    margin: 0;
    padding: 0;
}
.feed-navigation > .page-next > a, .feed-navigation > .page-prev > a {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

.feed-row {
    font-size: 12px;
    line-height: 13px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}
.feed-row div {
    color: var(--feed-row-inner-color);
}

.feed-row-logo {
    flex: 1 0;
    min-width: 64px;
    text-align: center;
}

.feed-row-text {
    display: flex;
    align-items: flex-start;
    flex: 4 1;
    flex-direction: column;
}

.feed-row-text-head {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    min-height: 16px;
}

.feed-row-name {
    flex: 1 0;
    word-break: break-word;
}

.feed-row-badge {
    flex: 0 1;
    margin-left: auto;
}
.feed-row-badge .badge {
    padding: 1px 8px;
}

.feed-row-text-sub {
    display: flex;
    width: 100%;
}

.feed-row-text-sub-intent {
    flex: 0 0;
}

.feed-row-text-sub-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 4px;
}

.feed-row-text-sub-time {
    padding-right: 4px;
    white-space: nowrap;
}

.feed-row-text-sub-comments {
    white-space: nowrap;
}

.feed-row-text-sub-indicators {
    padding-left: 4px;
    white-space: nowrap;
}

.feedlogo {
    width: 50px;
    text-align: center;
    vertical-align: top;
}
.feedlogo img {
    max-width: 50px;
    height: 26px;
    object-fit: contain;
    border-radius: 2px;
}

.feed_new {
    border-radius: 5px;
    background-color: var(--feed-new-background);
}

@media (max-width: 640px), (max-width: 834px) and (orientation: portrait) {
    .layout-root .feed-row {
        margin-bottom: 4px;
    }
}