.home-recent-item {
  border-bottom: 1px solid #edf0eb;
}

.home-recent-item:nth-child(3n) {
  border-right: 0;
}

.home-recent-item:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.home-recent-type {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 3px 6px;
  border-radius: 999px;
  background: #eef3e7;
  color: #647744;
  font-size: 7px;
  font-weight: 800;
}

.home-recent-type.batch { background: #fff1ed; color: #b44d37; }
.home-recent-type.canvas { background: #edf1f7; color: #526985; }
.home-recent-type.commerce { background: #f4efe4; color: #876b36; }

@media (max-width: 620px) {
  .home-recent-item,
  .home-recent-item:nth-child(3n),
  .home-recent-item:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid #edf0eb;
  }

  .home-recent-item:last-child { border-bottom: 0; }
}
