/* Screen 8: normal Facebook-style social feed. Swipe keeps its own isolated 50/50 layout. */
:root{--np-social-width:700px}
.feed-column,.global-main-column,.community-page .community-shell{width:100%!important;max-width:var(--np-social-width)!important;margin-inline:auto!important}
.feed,.community-feed,.results,.archive-list{display:grid;gap:12px;padding:10px 0 18px}
.np-social-post{width:100%;min-width:0;background:#fff;border:1px solid #e5e9f0;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px rgba(15,23,42,.035);color:var(--text,#151a22)}
.np-social-post__top{display:flex;align-items:center;gap:10px;padding:12px 14px 7px}
.np-social-post__mark{width:38px;height:38px;flex:0 0 38px;border-radius:50%;display:grid;place-items:center;background:var(--brand,#07377f);color:#fff;font:900 20px/1 system-ui,sans-serif}
.np-social-post__identity{min-width:0;display:grid;gap:2px}
.np-social-post__identity strong{font-size:13px;line-height:1.15;color:#172033}
.np-social-post__identity div{font-size:10.5px;line-height:1.3;color:var(--muted,#667085);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.np-social-post__headline-wrap{padding:3px 14px 11px}
.np-social-post__headline{margin:0;font-size:20px!important;line-height:1.42!important;letter-spacing:0!important;font-weight:800;color:#111827}
.np-social-post__headline-link{color:inherit;text-decoration:none}
.np-social-post__headline-link:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.np-social-post__headline-link:focus-visible{outline:3px solid rgba(7,55,127,.26);outline-offset:3px;border-radius:4px}
.np-social-post__media{position:relative;display:block;width:100%;padding:0;border:0;border-radius:0;background:#edf1f6;overflow:hidden;cursor:zoom-in;aspect-ratio:16/9}
.np-social-post__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;background:#edf1f6}
.np-social-post__media.is-portrait{width:min(100%,440px);margin-inline:auto;aspect-ratio:9/16;background:#111827}
.np-social-post__media.is-portrait img{object-fit:contain;background:#111827}
.np-social-post__play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.62);border:2px solid rgba(255,255,255,.94);color:#fff;box-shadow:0 6px 20px rgba(0,0,0,.28)}
.np-social-post__play svg{width:32px;height:32px;margin-left:3px}
.np-social-post__provider,.np-social-post__gallery-count{position:absolute;z-index:2;bottom:9px;border-radius:999px;background:rgba(0,0,0,.72);color:#fff;font-size:10px;font-weight:750;padding:5px 8px;backdrop-filter:blur(5px)}
.np-social-post__provider{left:9px}.np-social-post__gallery-count{right:9px}
.np-social-post__summary{margin:0;padding:12px 14px 13px;font-size:13px!important;line-height:1.58!important;color:#343b49;white-space:pre-line}
.np-social-post__source{padding:0 14px 12px;color:#667085;font-size:10.5px;line-height:1.4}
.np-social-post__source a{color:var(--brand,#07377f);text-decoration:none}
.np-social-post__actions{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #edf0f4;padding:5px 14px}
.np-social-post__action{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;background:transparent;color:#344054;text-decoration:none;font-size:12px;font-weight:750;padding:6px 4px;cursor:pointer}
.np-social-post__action svg{width:18px;height:18px}.np-social-post__action.is-primary{margin-left:auto;color:var(--brand,#07377f)}
.np-social-post.is-text-only{border-left:4px solid var(--brand,#07377f);background:linear-gradient(180deg,#fff 0%,#f8faff 100%)}
.np-social-post.is-text-only .np-social-post__headline-wrap{padding-top:8px}
.np-social-post.is-text-only .np-social-post__headline{font-size:22px!important;line-height:1.45!important}
.np-social-post.is-text-only .np-social-post__summary{font-size:14px!important;line-height:1.62!important;padding-top:2px}
.np-social-post--empty{border-left-color:#98a2b3;padding:8px 0}
.search-wrap+.chips{margin-bottom:0}.results{padding-top:10px}.archive-list{gap:12px}.archive-main{max-width:var(--np-social-width)!important;margin-inline:auto}.archive-card,.result-card{display:none!important}
@media(max-width:759px){
  :root{--np-social-width:100%}
  .feed,.community-feed,.results,.archive-list{gap:8px;padding:8px 0 16px}
  .np-social-post{border-left:0;border-right:0;border-radius:0;box-shadow:none}
  .np-social-post.is-text-only{border-left:4px solid var(--brand,#07377f)}
  .np-social-post__top{padding:11px 12px 7px}.np-social-post__headline-wrap{padding:3px 12px 10px}
  .np-social-post__headline{font-size:18px!important;line-height:1.43!important}
  .np-social-post__summary{padding:11px 12px 12px;font-size:12.8px!important;line-height:1.56!important}
  .np-social-post__source{padding:0 12px 11px}.np-social-post__actions{padding-inline:12px}
  .np-social-post__media.is-landscape{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}
  .np-social-post__media.is-portrait{width:min(100%,430px)}
  .np-social-post__play{width:58px;height:58px}
  .archive-main{padding-inline:0!important}.archive-main>.archive-hero,.archive-main>.archive-controls,.archive-main>.archive-summary{margin-left:8px;margin-right:8px}
}
@media(min-width:760px){
  .feed,.community-feed,.results,.archive-list{padding-inline:0}
  .np-social-post__headline{font-size:21px!important}
  .global-page-shell,.page-shell{grid-template-columns:170px minmax(0,var(--np-social-width)) 250px!important;max-width:1160px!important}
}

/* Screen 9 media foundation: portrait/social media stays complete, centred and poster-first. */
.np-social-post__media picture{display:block;width:100%;height:100%;position:relative;z-index:1}
.np-social-post__media.is-portrait{width:min(100%,520px);max-height:85svh;aspect-ratio:9/16;isolation:isolate;background:#111827}
.np-social-post__media.is-portrait.is-four-five{aspect-ratio:4/5}
.np-social-post__media.is-square{aspect-ratio:1/1}
.np-social-post__media.is-portrait::before{content:"";position:absolute;inset:-8%;z-index:0;background-image:var(--np-media-bg);background-size:cover;background-position:center;filter:blur(24px);opacity:.34;transform:scale(1.08)}
.np-social-post__media.is-portrait img,.np-social-post__media.is-four-five img,.np-social-post__media.is-square img{object-fit:contain!important;position:relative;z-index:1;background:transparent}
.np-social-post__media.is-gif img{animation-play-state:paused}
.np-social-post__media[data-preview-video] .feed-video-preview{object-fit:contain;background:rgba(0,0,0,.94)}
@media(max-width:759px){
  .np-social-post__media.is-portrait{width:100%;max-width:100%;max-height:85svh}
  .np-social-post__media.is-four-five{max-height:82svh}
  .np-social-post__media.is-square{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}
}
@media(min-width:760px){
  .np-social-post__media.is-portrait{width:min(100%,520px)}
}
