/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 12 2025 | 07:00:36 */
.xBet {
	background: snow;
	padding: 20px;
	border-radius: 50%;
}

/* Современные стили для всех таблиц на сайте без чёрных рамок */
table {
  width: 100%!important;
  border-collapse: separate!important;
  border-spacing: 0!important;
  margin: 2rem 0!important;
  font-size: 0.95rem!important;
  line-height: 1.6!important;
  color: #222!important;
  background: #fff!important;
  border-radius: 12px!important;
  overflow: hidden!important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05)!important;
}

/* Заголовки */
table thead tr,
table tbody tr:first-child {
  background: #f9fafb!important;
  font-weight: 600!important;
  text-transform: capitalize!important;
}

/* Ячейки */
table th,
table td {
  padding: 1rem 1.2rem!important;
  text-align: left!important;
  vertical-align: top!important;
  border: none!important; /* убираем все границы */
}

/* Чередование строк */
table tbody tr:nth-child(even) {
  background: #fcfcfd!important;
}

/* Ховер-эффект */
table tbody tr:hover {
  background: #f1f5f9!important;
  transition: background 0.2s ease!important;
}

/* Убираем тень у ячеек, только мягкий эффект у всей таблицы */
table tr + tr {
  border-top: none!important;
}

/* Адаптивность */
@media (max-width: 700px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block!important;
  }

  thead {
    display: none!important;
  }

  table tr {
    margin-bottom: 1rem!important;
    background: #fff!important;
    border-radius: 10px!important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05)!important;
  }

  table td {
    padding: 0.75rem 1rem!important;
    border: none!important;
    display: flex!important;
    justify-content: space-between!important;
    font-size: 0.9rem!important;
  }

  table td::before {
    content: attr(data-label)!important;
    font-weight: 600!important;
    color: #555!important;
  }
}

