/* Компьютер */
.t-redactor,
.t-feed__post-text {
    font-size: 12px;
    line-height: 1.6;
}

/* Мобильная версия */
@media screen and (max-width: 640px) {
    .t-redactor,
    .t-feed__post-text {
        font-size: 10px;
        line-height: 1.5;
    }
}


/* Крестик попапа + лёгкое затемнение — только мобильная версия */
@media screen and (max-width: 640px) {

  /* Лёгкий фирменный фон вокруг попапа */
  .t-popup_show {
    background: rgba(57, 162, 174, 0.12) !important;
  }

  /* Кнопка закрытия */
  .t-popup__close-wrapper.t-popup__block-close-button {
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;

    background: #fff8f9 !important;
    border-radius: 10px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    top: 12px !important;
    right: 12px !important;
    left: auto !important;

    /* Добавляем небольшую тень */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  }

  .t-popup__close-wrapper.t-popup__block-close-button svg {
    margin: 0 !important;
    position: static !important;
    transform: none !important;
  }

}


@media screen and (max-width:640px){

  .t-popup,
  .t-popup_show,
  .t-popup__block-close{
    background: #fff8f9 !important;
  }

}