/* Отступы для постов блога */
/* Отступы для десктопа */
.t-feed__post-popup .t-feed__post-popup__title-wrapper {
    margin-top: 30px !important;
}

.t-feed__post-popup .t-feed__post-popup__container {
    padding-top: 10px !important;
}

/* Отступы для мобильных устройств (до 768px) */
@media (max-width: 768px) {
    .t-feed__post-popup .t-feed__post-popup__title-wrapper {
        margin-top: 10px !important; /* Уменьшаем отступ заголовка */
    }

    .t-feed__post-popup .t-feed__post-popup__container {
        padding-top: 5px !important; /* Ещё меньше отступ */
    }
}
