.turnier-card {
  max-width: 720px;
  padding: 22px;
  margin: 40px auto;
  border-radius: 14px;
  background: #f7f9fc;
  border: 1px solid #d8e0ea;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

.turnier-card h2 {
  margin-top: 0;
  color: #1f4e79;
}

.turnier-card p {
  line-height: 1.45;
}

.turnier-link {
  display: inline-block;
  margin-top: 12px;
  padding: 11px 18px;
  background: #1f4e79;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
}

.turnier-link:hover {
  background: #163a5a;
}