.PostMediaGallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.PostMediaGallery__item{overflow:hidden;border-radius:18px;border:1px solid rgba(50,38,99,.1);background:#f2f2f2}.dark .PostMediaGallery__item{border-color:hsla(0,0%,100%,.08);background:#121212}.PostMediaGallery__item img{display:block;width:100%;height:150px;object-fit:cover}@media (max-width:750px){.PostMediaGallery{grid-template-columns:1fr}.PostMediaGallery__item img{height:220px}}