.t-input-group_cb {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.t-input-group_cb .t-input-title {
    padding-bottom: 0 !important;
}

/*Потоки*/
.t-feed .t-btn {
        font-weight: 500;
}
    
.t-feed .t-title_xxs {
    letter-spacing: -1px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 1.1 !important;
}
    
.t-feed .js-feed-post-author-name {
    padding: 16px 40px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 1px solid #D5D6CB;
}

.t-feed .js-feed-post-author-name:hover {
    color: #f2f0ea !important;
    background-color: #58684d;
    border: 1px solid #58684d;
    

 .t-feed .t-feed__post-popup__title-wrapper {
    padding-bottom: 0 !important;
}

/*Исправление предложки*/
.js-store-prod-descr {
    height: auto !important;
}









