
  /* 1. Общие границы и шрифт таблицы */
  .t431 .t431__table {
    border-collapse: collapse !important;
    width: 100% !important;
  }

  /* 2. Шапка таблицы */
  .t431 .t431__thead .t431__th {
    font-weight: 700 !important;
    border-bottom: 2px solid #222 !important;
    text-align: center !important;
    padding: 12px 10px !important;
  }

  /* 3. Обычные ячейки */
  .t431 .t431__tbody .t431__td {
    text-align: center !important;
    padding: 12px 10px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    background-color: transparent !important;
  }

  /* 4. Чередование строк (зебра) */
  .t431 .t431__tbody tr:nth-child(even) {
    background-color: #f5f5f5 !important;
  }
  .t431 .t431__tbody tr:nth-child(even) td {
    background-color: #f5f5f5 !important;
  }
</style>