.tabela-ganhadores {
  margin: 40px auto;
  width: 80%;
  max-width: 800px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Nunito", Arial, sans-serif; 
  font-size: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
}

.tabela-ganhadores th {
  background: #00315F;
  color: #fff;
  padding: 12px;
  text-align: center;
  letter-spacing: 0.8px;
  font-family: "Cooper", "Nunito", sans-serif;
  font-size: 15px;
}

.tabela-ganhadores td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
}

.tabela-ganhadores tbody tr:nth-child(even) {
  background: #f9fafb;
}

.tabela-ganhadores tbody tr:hover {
  background: #eef2ff;
}

.tabela-ganhadores td:first-child {
  text-align: center;
  font-weight: 700;
  font-family: "Andes", "Nunito", sans-serif;
  width: 25%;
}

.tabela-ganhadores td:last-child {
  text-align: left; 
  width: 75%;
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
}
