.makers-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.maker-card{
  display:block;
  padding: .9rem 1rem;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: #fff;
  text-decoration:none;
  color: inherit;
}

.maker-card:hover{
  border-color: rgba(0,0,0,.18);
}

.maker-name{
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: .35rem;
  word-break: break-word;
}

.maker-count{
  font-size: .9rem;
  opacity: .75;
}
