body {
  font-family: Arial, sans-serif;
  background: #ffffff;
  font-size: 12px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #333;
  color: #fff;
}

tr.Forex {
  background-color: #ffffff;
}

tr.Metals {
  background-color: #f1f8e9;
}

tr.Energy {
  background-color: #fff3e0;
}

tr.Crypto {
  background-color: #e0f7fa;
}

tr.past-event td {
  text-decoration: line-through;
  color: #888;
}

/* Impact Badges */
td .impact-low {
  background: #e8f5e9;
  color: #2e7d32;
  padding: 2px 6px;
  border-radius: 4px;
}

td .impact-medium {
  background: #fff8e1;
  color: #f9a825;
  padding: 2px 6px;
  border-radius: 4px;
}

td .impact-high {
  background: #ffebee;
  color: #c62828;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
}
