.entity-community-block{
  margin:32px 0;
  padding:22px;
  border-radius:22px;
  background:#111b21;
  border:1px solid rgba(255,255,255,0.06);
}
.entity-community-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}
.entity-community-head h2{
  margin:0;
  color:#f5f7fa;
}
.entity-community-head a{
  color:#25d366;
  text-decoration:none;
  font-weight:700;
}
.entity-community-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:14px;
}
.entity-community-card{
  display:block;
  text-decoration:none;
  padding:16px;
  border-radius:18px;
  background:#0f1a20;
  border:1px solid rgba(255,255,255,0.06);
  color:#e9edef;
}
.entity-community-kicker{
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#86efac;
  margin-bottom:10px;
}
.entity-community-card h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.25;
}
.entity-community-card p{
  margin:0 0 14px;
  color:#c9d2d9;
  font-size:14px;
  line-height:1.6;
}
.entity-community-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.entity-community-pills span{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  background:#1f2c34;
  color:#dbe5ea;
  font-size:12px;
  font-weight:600;
}