.multiPreview{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px}.mediaTile{position:relative;min-height:180px;background:#111;border-radius:14px;overflow:hidden}.mediaTile img,.mediaTile video{width:100%;height:100%;object-fit:cover}.removeMedia{position:absolute;right:8px;top:8px;width:34px;height:34px;border-radius:50%;border:0;background:#000b;color:white;font-size:22px}.addMore{min-height:90px;border:1px dashed #91a8a2;border-radius:14px;background:#fff;color:#315b60;font-weight:700}.postGallery{display:grid;grid-template-columns:1fr;gap:3px;background:#111}.postGallery.multi{grid-template-columns:repeat(2,minmax(0,1fr))}.postGallery .postMediaReal{width:100%;height:320px;object-fit:cover;background:#111}.discoverResource{min-height:150px;border-radius:16px;padding:16px;text-decoration:none;background:linear-gradient(145deg,#173944,#2f7f89);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow)}.discoverResource small{opacity:.78;margin:4px 0}.discoverResource span{font-weight:700;margin-top:8px}@media(max-width:820px){.multiPreview{grid-template-columns:1fr 1fr}.mediaTile{min-height:130px}.postGallery .postMediaReal{height:240px}}