/* Equal header tracks keep labels, logos and body text aligned. */
.project-card-top{height:108px;min-height:108px;flex-shrink:0;align-items:flex-start;gap:12px}
.project-card-top .project-number{min-width:0;flex:1;max-width:none}
.project-card-top .project-icon{flex-shrink:0;align-self:center}
.project-card-top .stand-badge-label{margin-top:0}
.project-card-top .stand-badge-location{font-size:22px;line-height:1.2}
.project-card-logo{flex-shrink:0}
@media(max-width:600px){.project-card-top{height:94px;min-height:94px}.project-card-top .stand-badge-location{font-size:20px}}
