#calendario {
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

#calendario h2 {
  font-size: 28px;
  text-align: center;
  color: #f4e736;
  margin-bottom: 30px;
}

.calendario-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.calendario-dia {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 20px;
}

.calendario-dia h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1b2a40;
  margin-bottom: 15px;
  border-left: 4px solid #1e90ff;
  padding-left: 10px;
}

.calendario-jogo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}

.calendario-jogo:last-child {
  border-bottom: none;
}

.hora {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  min-width: 80px;
}

.equipas {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #0a2540;
  flex-wrap: wrap;
}

.equipa {
  white-space: nowrap;
}

.versus {
  font-weight: 400;
  color: #888;
}
