/* Compare tables + crypto banner – loaded after template.css */
.table.table--compare {
  text-align: left !important;
  margin-bottom: 24px !important;
  border: 1px solid #e1e2eb !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(50, 50, 50, 0.08) !important;
  overflow-x: auto !important;
  background: #fff !important;
}

.table.table--compare table {
  width: 100% !important;
  min-width: 0 !important;
  border-collapse: collapse !important;
  background: #fff !important;
}

.table.table--compare.table--small table {
  min-width: 0 !important;
}

.table.table--compare table thead th {
  padding: 10px 14px !important;
  background: linear-gradient(135deg, #323232 0%, #484040 100%) !important;
  color: #fdc246 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  border-bottom: 2px solid #e51a38 !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.table.table--compare table:not(:has(thead)) tbody tr:first-child td {
  padding: 10px 14px !important;
  background: linear-gradient(135deg, #323232 0%, #484040 100%) !important;
  color: #fdc246 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  border-bottom: 2px solid #e51a38 !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.table.table--compare table th:first-child,
.table.table--compare table td:first-child {
  width: auto !important;
  min-width: 160px !important;
  max-width: none !important;
  text-align: left !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  background: transparent !important;
}

.table.table--compare table thead th:first-child {
  background: linear-gradient(135deg, #323232 0%, #484040 100%) !important;
  color: #fdc246 !important;
}

.table.table--compare table:not(:has(thead)) tbody tr:first-child td:first-child {
  background: linear-gradient(135deg, #323232 0%, #484040 100%) !important;
  color: #fdc246 !important;
  font-weight: 700 !important;
}

.table.table--compare table thead th:last-child {
  text-align: center !important;
}

.table.table--compare table th:nth-child(2),
.table.table--compare table td:nth-child(2) {
  text-align: left !important;
  vertical-align: middle !important;
}

.table.table--compare table th:last-child,
.table.table--compare table td:last-child {
  width: 120px !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}

.table.table--compare table th,
.table.table--compare table td {
  padding: 9px 14px !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  text-align: left !important;
  border-bottom: 1px solid #e3e4ed !important;
}

.table.table--compare.table--alt table th,
.table.table--compare.table--alt table td {
  padding: 9px 14px !important;
}

.table.table--compare table tbody tr:last-child td,
.table.table--compare table tbody tr:last-child th {
  border-bottom: none !important;
}

.table.table--compare table tbody tr:nth-child(even) {
  background: #fafafa !important;
}

.table.table--compare table tbody tr:hover {
  background: #fff9f0 !important;
}

.table.table--compare table td p {
  margin: 0 !important;
}

.table.table--compare .table-casino,
.table.table--compare table td:first-child {
  font-weight: 700 !important;
  color: #323232 !important;
}

.table.table--compare .table-rating {
  display: inline-block !important;
  min-width: 56px !important;
  padding: 4px 12px !important;
  background: linear-gradient(135deg, #e51a38 0%, #ce1732 100%) !important;
  color: #fff !important;
  border-radius: 20px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center !important;
  line-height: 1.2 !important;
  box-shadow: 0 2px 6px rgba(229, 26, 56, 0.25) !important;
}

.crypto-banner {
  margin: 24px 0 32px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  line-height: 0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
}

.crypto-banner img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 640px) {
  .table.table--compare table th:first-child,
  .table.table--compare table td:first-child {
    min-width: 120px !important;
    white-space: normal !important;
  }

  .table.table--compare table th,
  .table.table--compare table td {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }

  .table.table--compare table thead th {
    font-size: 11px !important;
  }
}
