/* =========================
   ОБЩИЕ НАСТРОЙКИ ТАБЛИЦЫ
========================= */
:is(
  #rec1689929831,
  #rec1691132451
) table {
  border-radius: 16px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

/* =========================
   ШАПКА ТАБЛИЦЫ
========================= */
:is(
  #rec1689929831,
  #rec1691132451
) thead th {
  background-color: #9BFF00;
  color: #0B0F14;
  font-weight: 600;
}

/* Скругление верхних углов */
:is(
  #rec1689929831,
  #rec1691132451
) thead th:first-child {
  border-top-left-radius: 16px;
}

:is(
  #rec1689929831,
  #rec1691132451
) thead th:last-child {
  border-top-right-radius: 16px;
}

/* =========================
   ТЕЛО ТАБЛИЦЫ
========================= */

/* ПЕРВЫЙ СТОЛБЕЦ — ТЁМНЫЙ + BOLD */
:is(
  #rec1689929831,
  #rec1691132451
) tbody td:first-child {
  background-color: #12210A;
  color: #FFFFFF;
  font-weight: 700;
}

/* ВТОРОЙ СТОЛБЕЦ — ПОЛУПРОЗРАЧНЫЙ */
:is(
  #rec1689929831,
  #rec1691132451
) tbody td:last-child {
  background-color: #0F1A08;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}

/* Разделительные линии */
:is(
  #rec1689929831,
  #rec1691132451
) td,
:is(
  #rec1689929831,
  #rec1691132451
) th {
  border-bottom: 1px solid rgba(155, 255, 0, 0.22);
}

/* Скругление нижних углов */
:is(
  #rec1689929831,
  #rec1691132451
) tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

:is(
  #rec1689929831,
  #rec1691132451
) tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}
