.t-feed__post-tag {
    background-color: #F4F4F4;
    border-radius: 2px;
      padding: 2px 4px; /* верх/низ 40px, слева/справа 20px */
  box-sizing: border-box;
  
}

.t-feed__row-grid__post-wrapper {
    align-items: center
;



.t-feed__post-bgimg {

    margin-right: 18px;
}

.t-feed__parts-switch-wrapper {
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (max-width: 460px) {
  .t-feed__post-imgwrapper {
   width: 200px;
  }
}


@media screen and (max-width: 460px) {
  .js-feed-post-title {
    position: relative !important;
    width: calc(100vw - 20px) !important; /* ширина экрана минус отступы */
    max-width: calc(100vw - 20px) !important;
    left: 0 !important;
    margin: 0 auto !important; /* по центру */
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
    display: block !important;
    word-break: break-word !important;
  }

  .t-feed__post {
    max-width: 100vw !important;
    width: 100vw !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

