.feed-column{min-width:0}
.attachment{display:flex;align-items:center;gap:8px;border:1px solid var(--line);overflow-wrap:anywhere}
.post-media-button{display:block;width:calc(100% + 34px);margin:14px -17px 0;padding:0;border:0;background:#101419;cursor:zoom-in;overflow:hidden}
.post-media-image,.post-media-video{display:block;width:100%;max-height:min(70vh,720px);object-fit:contain;background:#101419}
.post-media-video{margin:14px 0 0;border-radius:10px}
.media-lightbox{width:100vw;height:100vh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:rgba(0,0,0,.92);overflow:hidden}
.media-lightbox[open]{display:grid;place-items:center}
.media-lightbox::backdrop{background:rgba(0,0,0,.92)}
.media-lightbox img{display:block;max-width:96vw;max-height:94vh;object-fit:contain}
.media-lightbox-close{position:fixed;z-index:2;right:18px;top:14px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.16);color:#fff;font-size:30px;cursor:pointer}
@media(max-width:1050px){.post-media-image,.post-media-video{max-height:68vh}}
@media(max-width:760px){.post-card{padding:14px}.post-media-button{width:calc(100% + 28px);margin-left:-14px;margin-right:-14px}.post-media-image,.post-media-video{max-height:62vh}.composer-actions{align-items:stretch;flex-direction:column;gap:10px}.composer-actions input[type=file]{max-width:100%}.composer-actions .primary-button{width:100%}}
@media(max-width:420px){.post-media-image,.post-media-video{max-height:56vh}.post-actions{gap:12px}.post-actions>span{white-space:nowrap}}

