.zxf-section{
 --z-green:#86ff00;--z-pink:#ff168d;--z-blue:#8ba7c0;
 width:100%!important;display:block!important;box-sizing:border-box;
 background:#050d11;
 border-top:1px solid rgba(255,22,141,.35);
 border-bottom:1px solid rgba(255,255,255,.12);
 color:#fff;overflow:hidden;
}
.zxf-inner{width:100%;max-width:1440px;margin:0 auto;padding:24px 0 24px;box-sizing:border-box}
.zxf-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.11);position:relative}
.zxf-heading:after{content:"";position:absolute;bottom:-1px;left:0;width:92px;height:2px;background:linear-gradient(90deg,var(--z-pink),var(--z-green))}
.zxf-kicker{font-size:9px;font-weight:900;letter-spacing:2px;color:var(--z-green);margin-bottom:5px}
.zxf-kicker:before{content:"";display:inline-block;width:23px;height:2px;background:var(--z-pink);vertical-align:middle;margin:-2px 8px 0 0}
.zxf-heading h2{margin:0;font-size:31px;line-height:.95;font-weight:900;font-style:italic;letter-spacing:-1.1px;text-transform:uppercase}
.zxf-heading p{margin:8px 0 0;color:#8496a3;font-size:10px}
.zxf-follow{height:38px;padding:0 17px;display:flex;align-items:center;border:1px solid rgba(255,22,141,.45);color:#fff;text-decoration:none;font-size:8px;font-weight:900;letter-spacing:1px;white-space:nowrap}
.zxf-follow:hover{border-color:var(--z-green);color:var(--z-green)}
.zxf-follow span{color:var(--z-pink);font-size:13px;margin-left:7px}
.zxf-posts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}
.zxf-post{position:relative;min-width:0;background:#071217;border:1px solid rgba(255,255,255,.13);overflow:hidden}
.zxf-post:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--z-pink);z-index:5}
.zxf-post-2:before{background:var(--z-green)}
.zxf-post-3:before{background:var(--z-pink)}
.zxf-post:hover{border-color:rgba(255,255,255,.25)}
.zxf-post-media{height:158px;position:relative;overflow:hidden;background:#03080b}
.zxf-post-media>a:first-child{display:block;width:100%;height:100%}
.zxf-post-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s}
.zxf-post:hover .zxf-post-media img{transform:scale(1.035)}
.zxf-media-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 35%,rgba(0,0,0,.76) 100%);pointer-events:none}
.zxf-number{position:absolute;right:9px;top:9px;font-size:7px;font-weight:900;letter-spacing:1px;padding:5px 6px;background:rgba(3,7,9,.86);border:1px solid rgba(255,255,255,.16)}
.zxf-media-label{position:absolute;left:11px;bottom:9px;color:#fff;font-size:7px;font-weight:900;letter-spacing:1px}
.zxf-media-label:before{content:"";display:inline-block;width:14px;height:2px;background:var(--z-green);vertical-align:middle;margin-right:6px}
.zxf-no-media{display:flex!important;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:24px;font-weight:900;font-style:italic;letter-spacing:3px}
.zxf-post-content{padding:11px 13px 10px}
.zxf-post-meta{display:flex;align-items:center;gap:8px}
.zxf-avatar{width:25px;height:25px;flex:0 0 25px;border:1px solid var(--z-green);color:var(--z-green);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:900}
.zxf-author{display:flex;flex-direction:column;gap:2px}
.zxf-author strong{font-size:8px;letter-spacing:1px}
.zxf-author span{font-size:7px;color:#667985}
.zxf-post-meta time{margin-left:auto;font-size:7px;color:#657681;white-space:nowrap}
.zxf-post-text{margin:11px 0 12px;color:#d2d9dc;font-size:9.5px;line-height:1.48;min-height:42px;max-height:57px;overflow:hidden}
.zxf-action-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.09);padding-top:9px}
.zxf-status{font-size:7px;color:#667782;letter-spacing:1px}
.zxf-status i{display:inline-block;width:5px;height:5px;background:var(--z-green);border-radius:50%;margin-right:5px;vertical-align:1px}
.zxf-action-row>a{font-size:7px;color:var(--z-pink);font-weight:900;letter-spacing:1px;text-decoration:none}
.zxf-action-row>a:hover{color:var(--z-green)}
.zxf-action-row b{font-size:11px;margin-left:4px}
.zxf-empty{grid-column:1/-1;min-height:170px;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}
.zxf-empty strong{font-size:12px;letter-spacing:1px}.zxf-empty span{font-size:9px;color:#8496a3}.zxf-empty a{font-size:8px;color:var(--z-pink);font-weight:900;text-decoration:none}
@media(max-width:900px){.zxf-posts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){
 .zxf-inner{padding:23px 16px 26px}.zxf-heading{align-items:flex-start;flex-direction:column}
 .zxf-heading h2{font-size:27px}.zxf-follow{height:36px}
 .zxf-posts{grid-template-columns:1fr}.zxf-post-media{height:190px}
}

/* v5.1: match the homepage's main content width used by the promo/partner boxes. */
@media(min-width:1441px){
  #zxf-x-feed .zxf-inner{max-width:1440px}
}

/* v5.2 placement: the whole feed is inserted immediately before the homepage
   promo/three-box section. Keep it visually continuous with the main grid. */
#zxf-x-feed{
 position:relative;
 z-index:1;
 width:100%!important;
 max-width:none!important;
 grid-column:1 / -1!important;
 justify-self:stretch!important;
 align-self:stretch!important;
}

/* v5.2.5: feed is a standalone full-width homepage section. */
#zxf-x-feed{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  clear:both!important;
  grid-column:auto!important;
  grid-row:auto!important;
  flex:none!important;
}
#zxf-x-feed .zxf-inner{
  width:100%;
  max-width:1440px;
  margin-left:auto;
  margin-right:auto;
}


/* v5.3: masthead placement above the homepage hero. Keep it compact so it reads
   as a premium social strip rather than a separate page. */
#zxf-x-feed{
  border-top:1px solid rgba(255,22,141,.42);
  border-bottom:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,#050d11 0%,#071116 100%);
}
#zxf-x-feed .zxf-inner{max-width:1440px;padding:22px 0 22px}
#zxf-x-feed .zxf-heading{padding-bottom:12px}
#zxf-x-feed .zxf-posts{margin-top:11px;gap:10px}
@media(max-width:600px){#zxf-x-feed .zxf-inner{padding-top:18px;padding-bottom:18px}}


/* v5.3.1: visually merge the X feed and homepage hero into one continuous section. */
#zxf-x-feed{border-bottom:0!important;margin-bottom:0!important;background:#050d11!important;}
#zxf-x-feed .zxf-inner{padding-bottom:18px;}
.zxf-hero-after-feed{border-top:0!important;margin-top:0!important;box-shadow:none!important;background:#050d11!important;}
.zxf-hero-after-feed:before{display:none!important;}


/* v5.3.2: flush the feed to the same 1440px content rail as the homepage hero. */
@media(min-width:901px){
  #zxf-x-feed .zxf-inner{max-width:1440px!important;padding-left:0!important;padding-right:0!important}
}

/* v5.5.0 thumbnail setting */
#zxf-x-feed .zxf-text-only-top{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:40px;
  padding:0 14px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.12);
}
#zxf-x-feed .zxf-text-only-top .zxf-number{
  position:static!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:25px;
  height:21px;
  padding:0!important;
  border:1px solid rgba(255,255,255,.16);
  background:#03080b;
  color:#fff;
  font-size:7px;
}
#zxf-x-feed .zxf-text-only-top .zxf-media-label{
  position:static!important;
  color:#6d7f8b;
  font-size:7px;
  font-weight:900;
  letter-spacing:1.15px;
}

/* v5.5.1 mobile hide */
@media screen and (max-width:1024px){
  #zxf-x-feed{
    display:none!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    overflow:hidden!important;
  }
}


/* v5.6.1: preserve the original large section-title scale. */
#zxf-x-feed .zxf-heading h2{
  display:block!important;
  margin:0!important;
  font-size:31px!important;
  line-height:.95!important;
  font-weight:900!important;
  font-style:italic!important;
  letter-spacing:-1.1px!important;
  text-transform:uppercase!important;
}
@media (max-width:900px){
  #zxf-x-feed .zxf-heading h2{
    font-size:27px!important;
  }
}


/* v5.6.2: make the editable feed title visibly larger. */
html body #zxf-x-feed .zxf-heading h2,
html body #zxf-x-feed .zxf-heading-copy h2{
  font-size:clamp(36px,3.1vw,46px)!important;
  line-height:.92!important;
  font-weight:900!important;
  font-style:italic!important;
  letter-spacing:-1.6px!important;
  text-transform:uppercase!important;
  display:block!important;
  width:auto!important;
  max-width:none!important;
}
@media screen and (max-width:767px){
  html body #zxf-x-feed .zxf-heading h2,
  html body #zxf-x-feed .zxf-heading-copy h2{
    font-size:32px!important;
  }
}

/* v5.6.4 */
#zxf-x-feed h2.zxf-feed-title-custom{
  font-size:56px!important;
  line-height:.92!important;
  font-weight:900!important;
  font-style:italic!important;
  letter-spacing:-1.8px!important;
  text-transform:uppercase!important;
  display:block!important;
}
@media(max-width:900px){
  #zxf-x-feed h2.zxf-feed-title-custom{font-size:38px!important}
}

/* v5.6.5: corrected title markup + final title scale */
#zxf-x-feed h2.zxf-feed-title-custom{
  display:block!important;
  margin:0!important;
  padding:0!important;
  font-size:46px!important;
  line-height:.92!important;
  font-weight:900!important;
  font-style:italic!important;
  letter-spacing:-1.6px!important;
  text-transform:uppercase!important;
  width:auto!important;
  max-width:none!important;
}
@media screen and (max-width:900px){
  #zxf-x-feed h2.zxf-feed-title-custom{font-size:36px!important}
}

/* v5.6.6: dial the corrected title size back to a balanced homepage scale */
#zxf-x-feed h2.zxf-feed-title-custom{
  font-size:32px!important;
  line-height:.95!important;
  letter-spacing:-1.2px!important;
}
@media screen and (max-width:900px){
  #zxf-x-feed h2.zxf-feed-title-custom{font-size:27px!important}
}

/* v5.6.7: smaller feed title */
#zxf-x-feed h2.zxf-feed-title-custom{
  font-size:26px!important;
  line-height:.98!important;
  letter-spacing:-.8px!important;
}
@media screen and (max-width:900px){
  #zxf-x-feed h2.zxf-feed-title-custom{font-size:23px!important}
}

/* v5.6.8: smaller feed title */
#zxf-x-feed h2.zxf-feed-title-custom{
  font-size:22px!important;
  line-height:1!important;
  letter-spacing:-.5px!important;
}
@media screen and (max-width:900px){
  #zxf-x-feed h2.zxf-feed-title-custom{font-size:20px!important}
}

/* v5.6.9: smaller feed title */
#zxf-x-feed h2.zxf-feed-title-custom{
  font-size:18px!important;
  line-height:1.02!important;
  letter-spacing:-.25px!important;
}
@media screen and (max-width:900px){
  #zxf-x-feed h2.zxf-feed-title-custom{font-size:17px!important}
}
