/*
Theme Name: Crypto Alpha Predictor
Theme URI: https://example.com/
Author: Geriarte
Description: قالب ووردبريس يعرض العملات المتوقع صعودها اعتمادًا على Binance API
Version: 1.1
License: GPL v2 or later
*/

table.crypto-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}
.crypto-table th, .crypto-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
.crypto-table th {
  background-color: #1a7725;
  color: white;
}
.crypto-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.crypto-table .positive {
  color: green;
  font-weight: bold;
}
.crypto-table .negative {
  color: red;
  font-weight: bold;
}
.crypto-table .signal {
  font-size: 18px;
}
