.icon-menu-mobile {
    z-index: 1999 !important;
}
/* Общая настройка */
.t431__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* Убираем стандартные линии */
.t431__table,
.t431__table th,
.t431__table td {
  border: none !important;
  background: transparent;
}

/* Вертикальная синяя линия между колонками */
.t431__table th,
.t431__table td {
  padding: 18px 20px;
  border-right: 2px solid #0f66ff !important;
}

/* Убираем правую линию у последнего столбца */
.t431__table th:last-child,
.t431__table td:last-child {
  border-right: none !important;
}

/* ✅ Только одна синяя линия под шапкой */
.t431__table thead th {
  border-bottom: 2px solid #0f66ff !important;
}
