
/* ==============================================
   ПАРТНЁРСКАЯ ПРОГРАММА
   Применяется ТОЛЬКО внутри section.ant-layout._content_layout_6sxhr_1
   ============================================== */

/* ===== КНОПКА ВЫВОДА ===== */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-btn-primary {
background: linear-gradient(270deg, rgb(255, 206, 191), rgb(255, 135, 99)) !important;
border-color: #ff8763 !important;
border-radius: 10px !important;
}


/* ===== ЗАГОЛОВКИ РАЗДЕЛОВ (например "Аналитика", "Предложения") ===== */
section.ant-layout._content_layout_6sxhr_1 h2.ant-typography,
section.ant-layout._content_layout_6sxhr_1 .mb-40 > div > h2.ant-typography,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography {
  color: #3d3d3d !important; /* ЦВЕТ ЗАГОЛОВКОВ - можете изменить на любой */
  font-weight: 600 !important; /* ЖИРНОСТЬ ТЕКСТА - 600 это полужирный */
  font-size: 24px !important; /* РАЗМЕР ШРИФТА ЗАГОЛОВКОВ - можете увеличить/уменьшить */
}

/* ===== АДАПТАЦИЯ ДЛЯ ПЛАНШЕТОВ ===== */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .flex.align-center.gap-5 {
    gap: 4px !important; /* ОТСТУПЫ МЕЖДУ ЭЛЕМЕНТАМИ НА ПЛАНШЕТАХ */
  }
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 ._copyable_hk1pp_1 {
    margin-right: 4px !important;
  }
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-typography-copy {
    margin-right: 4px !important;
  }
}

/* ===== ТАБЛИЦА "ПРЕДЛОЖЕНИЯ" (белая карточка со списком партнерских программ) ===== */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 {
  position: relative !important;
  background-color: #ffffff !important; /* ФОН ТАБЛИЦЫ - можете изменить цвет */
  border-radius: 10px !important; /* СКРУГЛЕНИЕ УГЛОВ ТАБЛИЦЫ - чем больше число, тем круглее */
  box-shadow: 0 4px 20px rgba(154,129,107,0.10) !important; /* ТЕНЬ ВОКРУГ ТАБЛИЦЫ */
  padding: 21px 24px !important; /* ВНУТРЕННИЕ ОТСТУПЫ ТАБЛИЦЫ */
  transition: background-color 0.3s ease !important; /* ПЛАВНОСТЬ АНИМАЦИИ */
  width: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(154,129,107,0.20) !important; /* РАМКА ВОКРУГ ТАБЛИЦЫ */
}

/* ЭФФЕКТ ПРИ НАВЕДЕНИИ МЫШИ НА ТАБЛИЦУ */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24:hover { 
  background-color: #f8f8f8 !important; /* ЦВЕТ ФОНА ПРИ НАВЕДЕНИИ */
}

section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 table { 
  width: 100% !important; 
  table-layout: fixed !important; 
}

/* УБИРАЕМ ВСЕ СТАНДАРТНЫЕ ГРАНИЦЫ И ФОНЫ У ТАБЛИЦЫ */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-spin-nested-loading,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-spin-container,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-container,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-content,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 table,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 colgroup,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 thead,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 tbody,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 tr,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 th,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 td { 
  background: transparent !important; 
  background-image: none !important;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  border-collapse: collapse !important;
}

/* Убираем логотип слева от таблицы */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24::before {
  display: none !important;
}

/* Убираем ВСЕ границы у таблицы и её элементов */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-thead > tr > th,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-tbody > tr > td,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-thead > tr,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-tbody > tr {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

/* Убираем стандартные границы Ant Design */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24.ant-table-wrapper .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none !important;
}

/* Скрываем заголовки таблицы */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 colgroup,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-thead { 
  display: none !important; 
}

/* ===== СТРОКИ В ТАБЛИЦЕ ПРЕДЛОЖЕНИЙ ===== */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-row {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* ПЕРВАЯ КОЛОНКА - НАЗВАНИЕ ПАРТНЕРСКОЙ ПРОГРАММЫ (например "AI club") */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(1) {
  flex: 1 1 auto !important;
  font-weight: 600 !important; /* ЖИРНОСТЬ НАЗВАНИЯ ПРОГРАММЫ */
  font-size: 16px !important; /* РАЗМЕР ШРИФТА НАЗВАНИЯ */
  padding: 0 !important;
  text-transform: uppercase !important; /* ЗАГЛАВНЫЕ БУКВЫ */
  color: #7f7ddd !important; /* ЦВЕТ НАЗВАНИЯ ПРОГРАММЫ - измените на свой */
}

/* ВТОРАЯ КОЛОНКА - КОМИССИЯ (например "10%") */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(2) {
  display: flex !important;
  flex-direction: column !important;
  font-size: 14px !important; /* РАЗМЕР ШРИФТА ПРОЦЕНТА КОМИССИИ */
  color: #7f7ddd !important; /* ЦВЕТ ТЕКСТА КОМИССИИ */
  padding: 0 !important;
  margin-top: 8px !important;
  margin-right: 8px !important;
}

/* ПОДПИСЬ "Комиссия" ПЕРЕД ПРОЦЕНТОМ */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(2)::before {
  content: "Комиссия" !important; /* ТЕКСТ ПОДПИСИ - можете изменить */
  font-weight: 400 !important;
  color: #7f7ddd !important;
  margin-bottom: 4px;
}

/* Стилизация содержимого статистики во второй ячейке */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(2) .ant-statistic-content {
  content: "" !important;
  display: block !important;
  margin-top: 4px !important;
  color: #7f7ddd !important;
}

/* ТРЕТЬЯ КОЛОНКА - СКРЫТА */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(3) { 
  display: none !important; 
}

/* ЧЕТВЕРТАЯ КОЛОНКА - ССЫЛКА ДЛЯ КОПИРОВАНИЯ */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(4) { 
  padding: 0 !important; 
  text-align: right !important; 
}

/* СТИЛЬ ССЫЛКИ В ТАБЛИЦЕ */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(4) a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 16px !important; /* ВНУТРЕННИЕ ОТСТУПЫ ССЫЛКИ */
  background-color: #7f7ddd !important; /* ФОН КНОПКИ-ССЫЛКИ - ваш цвет */
  color: #fff !important; /* ЦВЕТ ТЕКСТА НА КНОПКЕ */
  border-radius: 10px !important; /* СКРУГЛЕНИЕ УГЛОВ КНОПКИ */
  font-size: 12px !important; /* РАЗМЕР ШРИФТА НА КНОПКЕ */
  text-transform: uppercase !important; /* ЗАГЛАВНЫЕ БУКВЫ */
  white-space: nowrap !important;
  transition: background-color 0.3s ease !important; /* ПЛАВНОСТЬ АНИМАЦИИ */
}

/* ЭФФЕКТ ПРИ НАВЕДЕНИИ НА КНОПКУ-ССЫЛКУ */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(4) a:hover { 
  background-color: #5C59D9 !important; /* ЦВЕТ ПРИ НАВЕДЕНИИ - темнее основного */
}

/* Убираем иконку после ссылки */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(4) a::after {
  content: none !important;
  display: none !important;
}

/* ===== КАРТОЧКИ СТАТИСТИКИ (блоки с цифрами вверху страницы) ===== */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-card.ant-card-bordered {
  border: 1px solid rgba(154,129,107,0.2) !important; /* РАМКА КАРТОЧКИ */
  border-radius: 10px !important; /* СКРУГЛЕНИЕ УГЛОВ КАРТОЧКИ - чем больше, тем круглее */
  box-shadow: 0 4px 20px 0 rgba(154,129,107,0.1) !important; /* ТЕНЬ ПОД КАРТОЧКОЙ */
  overflow: hidden;
  transition: all 0.3s ease !important; /* ПЛАВНОСТЬ АНИМАЦИИ */
}

/* ЭФФЕКТ ПРИ НАВЕДЕНИИ НА КАРТОЧКИ */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-card.ant-card-bordered:hover {
  transform: translateY(-5px); /* ПОДЪЕМ КАРТОЧКИ ПРИ НАВЕДЕНИИ - можете изменить на другое число */
  box-shadow: 0 10px 30px 0 rgba(154,129,107,0.2) !important; /* УВЕЛИЧЕННАЯ ТЕНЬ ПРИ НАВЕДЕНИИ */
}

/* СОДЕРЖИМОЕ КАРТОЧЕК */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-card-body {
  background-color: #ffffff !important; /* ФОН ВНУТРИ КАРТОЧКИ */
  padding: 20px !important; /* ВНУТРЕННИЕ ОТСТУПЫ КАРТОЧКИ */
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 20px !important; /* РАССТОЯНИЕ МЕЖДУ ИКОНКОЙ И ТЕКСТОМ */
}

/* ИКОНКИ В КАРТОЧКАХ (цветные квадратики слева) */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-card-body::before {
  content: '' !important;
  display: block !important;
  min-width: 50px !important; /* ШИРИНА ИКОНКИ */
  height: 50px !important; /* ВЫСОТА ИКОНКИ */
  background-color: #7f7ddd !important; /* ЦВЕТ ФОНА ИКОНКИ - ваш цвет */
  border-radius: 10px !important; /* СКРУГЛЕНИЕ УГЛОВ ИКОНКИ */
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px !important; /* РАЗМЕР КАРТИНКИ ВНУТРИ ИКОНКИ */
  flex-shrink: 0 !important;
}

/* СТАТИСТИКА В КАРТОЧКАХ */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-statistic {
  display: flex !important;
  flex-direction: column-reverse !important;
  flex-grow: 1 !important;
}

/* ПОДПИСИ ПОД ЦИФРАМИ (например "Кол-во переходов") */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-statistic-title {
  font-size: 14px !important; /* РАЗМЕР ШРИФТА ПОДПИСИ */
  color: #3d3d3d !important; /* ЦВЕТ ПОДПИСИ - полупрозрачный */
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

/* ЦИФРЫ В КАРТОЧКАХ (например "0") */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-statistic-content {
  font-size: 28px !important; /* РАЗМЕР БОЛЬШИХ ЦИФР - можете увеличить/уменьшить */
  font-weight: 600 !important; /* ЖИРНОСТЬ ЦИФР */
  color: #3d3d3d !important; /* ЦВЕТ ЦИФР */
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}

section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-card-body .ant-space { 
  flex-grow: 1 !important; 
}

/* ===== КАРТИНКИ ДЛЯ ИКОНОК В ПЕРВОМ БЛОКЕ КАРТОЧЕК ===== */
/* ИКОНКА "Кол-во переходов" */
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .flex.flex-wrap.gap-20 .ant-card:nth-child(1) .ant-card-body::before { 
  background-image: url("https://con.xl.ru/QiaQd2NcBk2KMSyPqNPT8Q/images/1zW3sXl0Tk62E6b_sErYDQ.png"); 
}

/* ИКОНКА "Кол-во регистраций" */
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .flex.flex-wrap.gap-20 .ant-card:nth-child(2) .ant-card-body::before { 
  background-image: url("https://con.xl.ru/QiaQd2NcBk2KMSyPqNPT8Q/images/k9FXwU-8IkKUgkzUOTnUeA.png"); 
}

/* ИКОНКА "Покупки (кол-во)" */
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .flex.flex-wrap.gap-20 .ant-card:nth-child(3) .ant-card-body::before { 
  background-image: url("https://con.xl.ru/QiaQd2NcBk2KMSyPqNPT8Q/images/Pk6DwU5jnE6SwM5H6x4o9g.png"); 
}

/* ИКОНКА "Покупки (сумма)" */
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .flex.flex-wrap.gap-20 .ant-card:nth-child(4) .ant-card-body::before { 
  background-image: url("https://con.xl.ru/QiaQd2NcBk2KMSyPqNPT8Q/images/aXaUgtirzkCN-_0gYFHBBQ.png"); 
}

/* ИКОНКА "Комиссия" */
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .flex.flex-wrap.gap-20 .ant-card:nth-child(5) .ant-card-body::before { 
  background-image: url("https://con.xl.ru/QiaQd2NcBk2KMSyPqNPT8Q/images/NjqtXlAnNk6_b1WOkeANeQ.png"); 
}

/* Убираем иконку для всех остальных блоков карточек */
section.ant-layout._content_layout_6sxhr_1 .mb-40:not(:first-of-type) .ant-card-body::before {
  content: none !important;
  display: none !important;
}

/* ===== КНОПКИ (например "Фильтр", "Начислить на бонусный счет") ===== */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-btn-default,
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .ant-btn-default {
  border-radius: 10px !important; /* СКРУГЛЕНИЕ УГЛОВ КНОПОК */
  padding: 0 20px !important; /* ВНУТРЕННИЕ ОТСТУПЫ КНОПОК */
  height: 40px !important; /* ВЫСОТА КНОПОК */
  transition: all 0.3s ease !important; /* ПЛАВНОСТЬ АНИМАЦИИ */
  border-color: #7f7ddd !important; /* ЦВЕТ РАМКИ КНОПКИ */
  color: #7f7ddd !important; /* ЦВЕТ ТЕКСТА КНОПКИ */
}

/* ЭФФЕКТ ПРИ НАВЕДЕНИИ НА КНОПКИ */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-btn-default:hover,
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .ant-btn-default:hover { 
  color: #5C59D9 !important; /* ЦВЕТ ТЕКСТА ПРИ НАВЕДЕНИИ */
  border-color: #5C59D9 !important; /* ЦВЕТ РАМКИ ПРИ НАВЕДЕНИИ */
}

/* Кнопка "Начислить на бонусный счет" */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 .ant-btn-default {
  border-radius: 10px !important;
  padding: 0 20px !important;
  height: 40px !important;
  transition: all 0.3s ease !important;
  border-color: #7f7ddd !important;
  color: #7f7ddd !important;
}
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 .ant-btn-default:hover {
  color: #5C59D9 !important;
  border-color: #5C59D9 !important;
}

/* ===== КАРТОЧКИ ВО ВТОРОМ БЛОКЕ "Начисления и выплаты" ===== */
/* Это карточки с информацией о деньгах: "Всего начислений", "В обработке", "Доступно для вывода", "Запросы на вывод" */

/* ВНЕШНИЙ ВИД КАРТОЧЕК ВТОРОГО БЛОКА */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-card.ant-card-bordered,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-card.ant-card-bordered {
  border: 1px solid rgba(154,129,107,0.2) !important; /* РАМКА КАРТОЧЕК ВТОРОГО БЛОКА */
  border-radius: 10px !important; /* СКРУГЛЕНИЕ УГЛОВ - чем больше число, тем круглее */
  box-shadow: 0 4px 20px 0 rgba(154,129,107,0.1) !important; /* ТЕНЬ ПОД КАРТОЧКАМИ */
  overflow: hidden;
  transition: all 0.3s ease !important; /* ПЛАВНОСТЬ АНИМАЦИИ ПРИ НАВЕДЕНИИ */
}

/* СОДЕРЖИМОЕ ВНУТРИ КАРТОЧЕК ВТОРОГО БЛОКА */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-card-body,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-card-body {
  background-color: #ffffff !important; /* ФОН ВНУТРИ КАРТОЧЕК - можете изменить цвет */
  padding: 20px !important; /* ВНУТРЕННИЕ ОТСТУПЫ - расстояние от краев карточки до содержимого */
  position: relative !important;
  display: flex !important;
  flex-direction: row !important; /* ГОРИЗОНТАЛЬНОЕ РАСПОЛОЖЕНИЕ: иконка слева, текст справа */
  align-items: center !important;
  gap: 20px !important; /* РАССТОЯНИЕ МЕЖДУ ИКОНКОЙ И ТЕКСТОМ */
}

/* ИКОНКИ В КАРТОЧКАХ ВТОРОГО БЛОКА (цветные квадратики слева) */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-card-body::before,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-card-body::before {
  content: '' !important;
  display: block !important;
  min-width: 50px !important; /* ШИРИНА ЦВЕТНОГО КВАДРАТИКА С ИКОНКОЙ */
  height: 50px !important; /* ВЫСОТА ЦВЕТНОГО КВАДРАТИКА С ИКОНКОЙ */
  background-color: #7f7ddd !important; /* ФОН ИКОНКИ - ваш основной цвет */
  border-radius: 10px !important; /* СКРУГЛЕНИЕ УГЛОВ ИКОНКИ */
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px !important; /* РАЗМЕР КАРТИНКИ ВНУТРИ ИКОНКИ */
  flex-shrink: 0 !important;
}

/* БЛОК СО СТАТИСТИКОЙ В КАРТОЧКАХ ВТОРОГО БЛОКА */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-card-body .ant-statistic,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-card-body .ant-statistic {
  display: flex !important;
  flex-direction: column-reverse !important; /* ЦИФРА СВЕРХУ, ПОДПИСЬ СНИЗУ */
  flex-grow: 1 !important;
}

/* ПОДПИСИ ПОД ЦИФРАМИ ВТОРОГО БЛОКА (например "Всего начислений", "В обработке") */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-statistic-title,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-statistic-title {
  font-size: 14px !important; /* РАЗМЕР ШРИФТА ПОДПИСЕЙ - можете увеличить/уменьшить */
  color: #3d3d3d !important; /* ЦВЕТ ПОДПИСЕЙ - полупрозрачный основной цвет */
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

/* ЦИФРЫ В КАРТОЧКАХ ВТОРОГО БЛОКА (например "0₽") */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-statistic-content,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-statistic-content {
  font-size: 28px !important; /* РАЗМЕР БОЛЬШИХ ЦИФР - можете сделать крупнее или мельче */
  font-weight: 600 !important; /* ЖИРНОСТЬ ЦИФР - 600 это полужирный */
  color: #333 !important; /* ЦВЕТ ЦИФР - темно-серый, можете изменить */
  margin-bottom: 0 !important;
  line-height: 1.2 !important; /* ВЫСОТА СТРОКИ */
}

/* ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ В КАРТОЧКАХ ВТОРОГО БЛОКА */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-card-body .ant-space,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-card-body .ant-space {
  flex-grow: 1 !important;
}

/* ===== КАРТИНКИ ДЛЯ ИКОНОК ВО ВТОРОМ БЛОКЕ ===== */
/* ИКОНКА "Всего начислений" */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(1) .ant-card-body::before,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(1) .ant-card-body::before {
  background-image: url('https://con.xl.ru/QiaQd2NcBk2KMSyPqNPT8Q/images/mC_YPo1SlkmZR9LfSw-vHw.png') !important;
}

/* ИКОНКА "В обработке" */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(2) .ant-card-body::before,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(2) .ant-card-body::before {
  background-image: url('https://con.xl.ru/QiaQd2NcBk2KMSyPqNPT8Q/images/XNDh9mA43UmSkIGjTFbsnw.png') !important;
}

/* ИКОНКА "Доступно для вывода" */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(3) .ant-card-body::before,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(3) .ant-card-body::before {
  background-image: url('https://con.xl.ru/QiaQd2NcBk2KMSyPqNPT8Q/images/SZCFeZkCSEC2Qux3TbOzcQ.png') !important;
}

/* ИКОНКА "Запросы на вывод" */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(4) .ant-card-body::before,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(4) .ant-card-body::before {
  background-image: url('https://con.xl.ru/QiaQd2NcBk2KMSyPqNPT8Q/images/4I0HelVFMkuJhlYWruFK5Q.png') !important;
}

/* ЭФФЕКТ ПРИ НАВЕДЕНИИ НА КАРТОЧКИ ВТОРОГО БЛОКА */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-card.ant-card-bordered:hover,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-card.ant-card-bordered:hover {
  transform: translateY(-5px); /* ПОДЪЕМ КАРТОЧКИ ПРИ НАВЕДЕНИИ */
  box-shadow: 0 10px 30px 0 rgba(154,129,107,0.2) !important; /* УВЕЛИЧЕННАЯ ТЕНЬ */
}

/* ===== ИКОНКИ И ЭЛЕМЕНТЫ ИНТЕРФЕЙСА ===== */
/* ИКОНКИ ПОИСКА, ИНФОРМАЦИИ И ДРУГИЕ (делаем их коричневыми) */
section.ant-layout._content_layout_6sxhr_1 .anticon-info-circle,
section.ant-layout._content_layout_6sxhr_1 ._right_icon_z0nuh_15,
section.ant-layout._content_layout_6sxhr_1 .anticon-search { 
  color: #7f7ddd !important; /* ЦВЕТ ИКОНОК - ваш основной цвет */
}

/* СТРЕЛОЧКА В ПРАВОМ УГЛУ КАРТОЧЕК */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 ._right_icon_z0nuh_15,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 ._right_icon_z0nuh_15 {
  position: absolute;
  right: 20px;
  color: #7f7ddd !important;
}

/* ПОЛЕ ПОИСКА ПРИ ФОКУСЕ */
section.ant-layout._content_layout_6sxhr_1 .ant-input-affix-wrapper:focus-within {
  border-color: #7f7ddd !important; /* ЦВЕТ РАМКИ ПОИСКА ПРИ КЛИКЕ */
  box-shadow: 0 0 0 2px #5C59D9 !important; /* СВЕЧЕНИЕ ВОКРУГ ПОЛЯ */
}

/* ===== КНОПКИ КОПИРОВАНИЯ И ССЫЛКИ ===== */
/* КНОПКА КОПИРОВАНИЯ РЯДОМ СО ССЫЛКАМИ */
section.ant-layout._content_layout_6sxhr_1 .ant-typography-copy { 
  color: #7f7ddd !important; /* ЦВЕТ ИКОНКИ КОПИРОВАНИЯ */
}
section.ant-layout._content_layout_6sxhr_1 .ant-typography-copy:hover { 
  color: #5C59D9 !important; /* ЦВЕТ ПРИ НАВЕДЕНИИ */
}

/* ССЫЛКИ В ТАБЛИЦЕ */
section.ant-layout._content_layout_6sxhr_1 .ant-table-cell a[href*="accelsite.io"] { 
  color: #7f7ddd !important; /* ЦВЕТ ССЫЛОК */
  text-decoration: none !important; /* БЕЗ ПОДЧЕРКИВАНИЯ */
}
section.ant-layout._content_layout_6sxhr_1 .ant-table-cell a[href*="accelsite.io"]:hover { 
  color: #5C59D9 !important; /* ЦВЕТ ССЫЛОК ПРИ НАВЕДЕНИИ */
  text-decoration: underline !important; /* ПОДЧЕРКИВАНИЕ ПРИ НАВЕДЕНИИ */
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ТЕКСТОВЫЕ ЭЛЕМЕНТЫ ===== */
section.ant-layout._content_layout_6sxhr_1 .ellipsis { 
  color: #7f7ddd !important; /* ЦВЕТ СОКРАЩЕННОГО ТЕКСТА */
}
section.ant-layout._content_layout_6sxhr_1 .fs-10.text-gray-6 { 
  color: #3d3d3d !important; /* ЦВЕТ МЕЛКОГО СЕРОГО ТЕКСТА */
}
section.ant-layout._content_layout_6sxhr_1 ._copyable_hk1pp_1 { 
  color: #7f7ddd !important; /* ЦВЕТ КОПИРУЕМОГО ТЕКСТА */
}
section.ant-layout._content_layout_6sxhr_1 ._copyable_hk1pp_1:hover { 
  color: #5C59D9 !important; /* ЦВЕТ ПРИ НАВЕДЕНИИ */
}
section.ant-layout._content_layout_6sxhr_1 .fs-14 .color-primary { 
  color: #7f7ddd !important; /* ЦВЕТ АКЦЕНТНОГО ТЕКСТА */
}

/* Статистика в карточках */
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .ant-statistic-content .ant-space,
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-statistic-content .ant-space,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-statistic-content .ant-space {
  justify-content: flex-start !important;
}

/* СООБЩЕНИЕ "Нет доступных транзакций" */
section.ant-layout._content_layout_6sxhr_1 .mb-40:last-of-type .fs-14 span:last-child {
  color: #ffffff !important; /* БЕЛЫЙ ЦВЕТ ТЕКСТА СООБЩЕНИЯ */
}

/* Убираем белый цвет с других элементов */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-statistic-title span,
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-statistic-content span,
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-card-body span {
  color: inherit !important;
}

/* =====================================================
   МОБИЛЬНАЯ АДАПТАЦИЯ (ДЛЯ ТЕЛЕФОНОВ)
   ===================================================== */
@media screen and (max-width: 768px) {
  /* ТАБЛИЦА НА МОБИЛЬНЫХ УСТРОЙСТВАХ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 {
    padding: 16px !important; /* ВНУТРЕННИЕ ОТСТУПЫ НА МОБИЛЬНОМ */
    margin: 0 auto !important;
    width: auto !important;
    border: 1px solid rgba(154,129,107,0.2) !important;
    border-radius: 16px !important; /* СКРУГЛЕНИЕ НА МОБИЛЬНОМ */
    box-shadow: 0 4px 20px rgba(154,129,107,0.1) !important;
    background-color: #ffffff !important;
    overflow: hidden !important;
  }
  
  /* СТРОКИ ТАБЛИЦЫ НА МОБИЛЬНОМ (ВЕРТИКАЛЬНОЕ РАСПОЛОЖЕНИЕ) */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-row {
    display: flex !important;
    flex-direction: column !important; /* ВЕРТИКАЛЬНОЕ РАСПОЛОЖЕНИЕ ЭЛЕМЕНТОВ */
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }
  
  /* ЯЧЕЙКИ ТАБЛИЦЫ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell {
    display: block !important;
    width: 100% !important;
    padding: 8px 0 !important; /* ОТСТУПЫ МЕЖДУ ЭЛЕМЕНТАМИ */
    margin: 0 !important;
    text-align: center !important; /* ЦЕНТРИРОВАНИЕ ТЕКСТА */
    box-sizing: border-box !important;
  }
  
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24::before { 
    display: none !important; 
  }
  
  /* НАЗВАНИЕ ПРОГРАММЫ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(1) {
    position: relative !important;
    padding-top: 0 !important;
    color: #7f7ddd !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 16px !important; /* РАЗМЕР НАЗВАНИЯ НА МОБИЛЬНОМ */
  }
  
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(1)::before { 
    display: none !important; 
  }
  
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(1) > * {
    margin-top: 8px !important;
    line-height: 1.3 !important;
  }
  
  /* ЗАГОЛОВКИ ПРОГРАММ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(1) h3 {
    font-size: 18px !important; /* РАЗМЕР ЗАГОЛОВКА НА МОБИЛЬНОМ */
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #7f7ddd !important;
  }
  
  /* ОПИСАНИЕ ПРОГРАММ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(1) p {
    font-size: 14px !important; /* РАЗМЕР ОПИСАНИЯ НА МОБИЛЬНОМ */
    color: #7f7ddd !important;
  }
  
  /* КОМИССИЯ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(2) {
    color: #7f7ddd !important;
    font-size: 14px !important; /* РАЗМЕР ПРОЦЕНТА КОМИССИИ НА МОБИЛЬНОМ */
    margin-top: 8px !important;
  }
  
  /* ПОДПИСЬ "Комиссия" НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(2)::before {
    content: "Комиссия" !important; /* ТЕКСТ МОЖЕТЕ ИЗМЕНИТЬ */
    display: block !important;
    margin-bottom: 4px !important;
  }
  
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(2) .ant-space.ant-space-horizontal {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(2) .ant-space-item { 
    margin: 0 !important; 
  }
  
  /* ССЫЛКИ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(3) a {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 16px auto 0 !important; /* ОТСТУП СВЕРХУ ОТ ССЫЛКИ */
    padding: 12px 16px !important; /* ВНУТРЕННИЕ ОТСТУПЫ ССЫЛКИ НА МОБИЛЬНОМ */
    white-space: normal !important;
    word-break: break-word !important;
    text-align: center !important;
    border-radius: 20px !important; /* СКРУГЛЕНИЕ ССЫЛКИ НА МОБИЛЬНОМ */
    background-color: #7f7ddd !important; /* ФОН ССЫЛКИ */
    color: #fff !important; /* ЦВЕТ ТЕКСТА ССЫЛКИ */
  }
  
  /* ОСНОВНАЯ ССЫЛКА НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(4) a {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 16px auto 0 !important;
    padding: 12px 16px !important; /* РАЗМЕР КНОПКИ НА МОБИЛЬНОМ */
    white-space: normal !important;
    word-break: break-word !important;
    text-align: center !important;
    background-color: #7f7ddd !important; /* ФОН КНОПКИ НА МОБИЛЬНОМ */
    color: #fff !important; /* ЦВЕТ ТЕКСТА НА КНОПКЕ */
    border-radius: 20px !important; /* СКРУГЛЕНИЕ КНОПКИ НА МОБИЛЬНОМ */
    font-size: 12px !important; /* РАЗМЕР ШРИФТА НА КНОПКЕ */
    text-transform: uppercase !important;
  }
  
  /* МЕЛКИЙ ТЕКСТ ПОД КНОПКАМИ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(4) .fs-10.text-gray-6 {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
    color: #3d3d3d !important; /* ЦВЕТ МЕЛКОГО ТЕКСТА */
  }
  
  /* ВЫРАВНИВАНИЕ ЭЛЕМЕНТОВ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .flex.align-center.gap-5 {
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    gap: 4px !important; /* РАССТОЯНИЕ МЕЖДУ ЭЛЕМЕНТАМИ */
  }
  
  /* ДЛИННЫЕ ССЫЛКИ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ellipsis,
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ellipsis a {
    text-align: center !important;
    width: 100% !important;
    word-break: break-all !important; /* ПЕРЕНОС ДЛИННЫХ ССЫЛОК */
  }
  
  /* ОТСТУПЫ ЭЛЕМЕНТОВ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 ._copyable_hk1pp_1 { 
    margin-right: 2px !important; 
  }
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-typography-copy { 
    font-size: 14px !important; 
    margin-right: 2px !important; 
  }
  
  /* ВЕРТИКАЛЬНЫЕ БЛОКИ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-space.ant-space-vertical {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }
  
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-space-item {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-space-item > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    max-width: none !important;
    width: 100% !important;
  }
}
