/* Final layout polish: readable media, balanced cards and full volunteer marks. */
.cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.ad-slot{width:315px;min-height:470px;padding:20px;right:20px;border-width:3px}.ad-slot img,.ad-slot video{max-height:330px;object-fit:contain;background:#fff}.ad-slot h3{font-size:21px;line-height:1.25}.ad-slot p{font-size:13px;line-height:1.45}.logo-card{grid-template-columns:250px minmax(0,1fr);min-height:265px;padding:30px 36px}.logo-card img{width:220px;height:220px;object-fit:contain;border-radius:10px;background:#fff;padding:5px}.logo-card h2,.logo-card h3{font-size:30px;line-height:1.15}.logo-card p{font-size:17px;max-width:580px}.grid2{align-items:center}@media(max-width:1100px){.ad-slot{width:285px;min-height:420px}.ad-slot img,.ad-slot video{max-height:285px}}@media(max-width:760px){.ad-slot{width:calc(100% - 34px);min-height:260px}.ad-slot img,.ad-slot video{max-height:220px}.logo-card{grid-template-columns:1fr;padding:28px 20px}.logo-card img{width:min(100%,250px);height:auto;aspect-ratio:1;margin:auto}.logo-card h2,.logo-card h3{font-size:25px}.logo-card p{font-size:16px}}
