/* Tournament Fishing Dashboard Styles */
.tfd-dashboard {
  font-family: Arial, sans-serif;
  background: #f9f9f9;
  border: 2px solid #0077b6;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

.tfd-header h2 {
  color: #023e8a;
  margin-bottom: 10px;
}

.tfd-stats-bar {
  background: #e0f7fa;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
}

.tfd-tide-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.tfd-tide-table th, .tfd-tide-table td {
  border: 1px solid #ccc;
  padding: 6px 10px;
  text-align: center;
}

.tfd-tide-table th {
  background: #0077b6;
  color: #fff;
}

.tfd-prime-windows, .tfd-tactics {
  margin-top: 20px;
  padding: 10px;
  background: #fff;
  border-left: 4px solid #0077b6;
}

.tfd-prime-windows h3, .tfd-tactics h3 {
  color: #03045e;
}