/* --- ГЛАВНЫЙ СТИЛЬ ДЛЯ ТАБЛИЦ ВО ВСЕХ ПОСТАХ --- */

/* Таблица тянется на всю ширину статьи */
.t-feed__post table,
.t-feed__post .t-text table,
.t-text table,
.tn-atom table {
    width: 100% !important;
    max-width: 100% !important;
    display: table !important; 
    font-family: inherit !important;  /* Использует шрифт основного текста */
    font-size: 18px !important;       /* Увеличенный размер */
    line-height: 1.55 !important;
    color: inherit !important;
    border-collapse: collapse !important;
    margin: 25px 0 !important;         /* Больше воздуха */
}

/* Ячейки */
.t-feed__post table td,
.t-feed__post table th,
.t-feed__post .t-text table td,
.t-feed__post .t-text table th,
.t-text table td,
.t-text table th,
.tn-atom table td,
.tn-atom table th {
    padding: 14px 18px !important;      /* Увеличенные отступы */
    border: 1px solid #e3e3e3 !important;
}

/* Заголовки */
.t-feed__post table th,
.t-feed__post .t-text table th,
.t-text table th,
.tn-atom table th {
    background: #f5f5f5 !important;
    font-weight: 600 !important;
    font-size: 19px !important;
}

/* Чётные строки */
.t-feed__post table tr:nth-child(even),
.t-feed__post .t-text table tr:nth-child(even),
.t-text table tr:nth-child(even),
.tn-atom table tr:nth-child(even) {
    background-color: #fafafa !important;
}

/* Адаптивность — красиво работает на мобилках */
.t-feed__post table,
.t-feed__post .t-text table,
.t-text table,
.tn-atom table {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}
