.ap-softs-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap:16px;
}
.ap-col{
  border:1px solid rgba(255,255,255,.15);
  border-radius:10px;
  padding:12px;
  background:#1A1A1A;
}
.ap-col-head{
  font-weight:700;
  text-align:center;
  padding-bottom:8px;
  border-bottom:1px solid rgba(255,255,255,.12);
  margin-bottom:8px;
}
.ap-col-body a{
  display:block;
  padding:2px 0;
  text-decoration:none;
}
.ap-col-body a:hover{ text-decoration:underline; }
.ap-col-count{ opacity:.8; font-weight:400; margin-left:6px; }
