.charity-photos{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:1.5rem;display:grid}@media (width>=768px){.charity-photos{grid-template-columns:repeat(3,1fr)}}.charity-photo{aspect-ratio:4/3;background-color:var(--color-divider);border-radius:4px;overflow:hidden}.charity-photo>img{object-fit:cover;width:100%;height:100%}.charity-photo-credit{text-align:right;color:color-mix(in oklab, var(--color-text), white 35%);margin-top:.5rem;font-size:.875rem}.charity-actions{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.charity-actions>.btn{margin-left:0}
