/* ==========================================
   СТИЛИ ТОЛЬКО ДЛЯ СТАТЕЙ TILDA FEEDS
   СпецЭлитСтрой
========================================== */

/* Заголовок статьи */
.t-feed__post-popup__title{
    font-family: Inter, sans-serif !important;
    font-size: 44px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #1F1F1F !important;
}

/* Основной текст */
.t-feed__post-popup__text .t-redactor__text{
    font-family: Inter, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
    color: #4A4A4A !important;
    margin-bottom: 20px !important;
}

/* Заголовки H2 */
.t-feed__post-popup__text .t-redactor__h2{
    font-family: Inter, sans-serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #1F1F1F !important;
    margin-top: 48px !important;
    margin-bottom: 20px !important;
}

/* Заголовки H3 */
.t-feed__post-popup__text .t-redactor__h3{
    font-family: Inter, sans-serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #1F1F1F !important;
    margin-top: 36px !important;
    margin-bottom: 16px !important;
}

/* Списки */
.t-feed__post-popup__text ul,
.t-feed__post-popup__text ol{
    margin-top: 12px !important;
    margin-bottom: 24px !important;
    padding-left: 26px !important;
}

.t-feed__post-popup__text li{
    font-family: Inter, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
    color: #4A4A4A !important;
    margin-bottom: 8px !important;
}

/* Ссылки */
.t-feed__post-popup__text a{
    color: #0D6B53 !important;
    text-decoration: none !important;
}

.t-feed__post-popup__text a:hover{
    text-decoration: underline !important;
}

/* Изображения */
.t-feed__post-popup__text img{
    border-radius: 12px;
}

/* Мобильная версия */
@media (max-width: 640px){

.t-feed__post-popup__title{
    font-size:32px !important;
}

.t-feed__post-popup__text .t-redactor__text,
.t-feed__post-popup__text li{
    font-size:16px !important;
}

.t-feed__post-popup__text .t-redactor__h2{
    font-size:28px !important;
}

.t-feed__post-popup__text .t-redactor__h3{
    font-size:24px !important;
}

}