.region-section {
  padding: 20px;
}

.region-section h2 {
  margin-bottom: 10px;
}

.card-equipo {
  display: block;
  padding: 12px 15px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  color: #222;
  transition: all 0.15s ease;
}

.card-equipo:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}