/* DRR DAMSON community projects in free catalog */
.community-free-projects-section{
  position:relative;
  border-top:1px solid rgba(213,179,106,.18);
  border-bottom:1px solid rgba(39,245,213,.10);
  background:radial-gradient(circle at 15% 0%, rgba(39,245,213,.08), transparent 34%), radial-gradient(circle at 90% 10%, rgba(213,179,106,.08), transparent 30%);
}
.community-free-head{align-items:flex-end;gap:18px;}
.community-free-info{margin:0 0 18px 0;}
.community-free-grid{margin-top:18px;}
.community-free-card .project-card-thumb{min-height:180px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.community-free-card .project-card-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.community-free-card .project-card-thumb .community-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:180px;font-weight:800;letter-spacing:.08em;color:rgba(255,255,255,.82);background:linear-gradient(135deg, rgba(39,245,213,.14), rgba(213,179,106,.12));}
.community-free-card .community-author{opacity:.9;}
.community-free-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;}
@media (max-width: 720px){
  .community-free-head{align-items:flex-start;}
  .community-free-actions .btn-drr{width:100%;justify-content:center;}
}
