/* Preserve the source 1024px content width and 24px gaps; only change the card columns. */
.related-projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.related-projects-grid>.work-card{min-width:0;display:flex;flex-direction:column;}
.related-projects-grid>.work-card>.p-4{display:flex;flex-direction:column;flex:1;}
.related-projects-grid>.work-card>.p-4>a{margin-top:auto;align-self:flex-start;}
.related-projects-grid .pending-douyin-cover{width:100%;height:192px;background:#f5f5f5;flex:none;}
