.fbt-featured-ad-story{
  width:100vw;
  max-width:100vw;
  margin:28px 0;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:var(--fbt-fas-pt,14px) 0 var(--fbt-fas-pb,14px);
  background:var(--fbt-fas-bg,#eee);
}
.fbt-featured-ad-story *{box-sizing:border-box}
.fbt-featured-ad-story a{color:inherit;text-decoration:none}
.fbt-featured-ad-story__grid{
  display:grid;
  grid-template-columns:minmax(300px,1.25fr) minmax(280px,.86fr) minmax(220px,.58fr);
  gap:var(--fbt-fas-gap,20px);
  align-items:center;
  width:min(1400px,calc(100% - 30px));
  margin:0 auto;
}
.fbt-featured-ad-story__media{
  position:relative;
  display:block;
  height:calc(var(--fbt-fas-image-h,346px) + 34px);
  min-height:calc(var(--fbt-fas-image-h,346px) + 34px);
  overflow:hidden;
  background:transparent;
  border:0!important;
  box-shadow:none!important;
  border-radius:0;
  line-height:0;
}
.fbt-featured-ad-story .fbt-featured-ad-story__media,
.fbt-featured-ad-story .fbt-featured-ad-story__media:hover,
.fbt-featured-ad-story .fbt-featured-ad-story__media:focus{
  background-color:transparent!important;
}
.fbt-featured-ad-story__media img,
.fbt-featured-ad-story__media iframe,
.fbt-featured-ad-story__media video,
.fbt-featured-ad-story__placeholder{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  background:transparent!important;
}
.fbt-featured-ad-story__media iframe{border:0;background:#000!important}
.fbt-featured-ad-story__media-spacer{display:none}
.fbt-featured-ad-story__media--video.is-floating{
  position:fixed!important;
  right:18px;
  bottom:var(--fbt-fas-floating-bottom,18px);
  z-index:99999;
  width:min(380px,calc(100vw - 36px))!important;
  height:214px!important;
  min-height:0!important;
  background:#000!important;
  box-shadow:0 12px 34px rgba(0,0,0,.28)!important;
}
.fbt-fas-sticky-video{
  position:fixed;
  right:18px;
  bottom:var(--fbt-fas-floating-bottom,18px);
  z-index:2147483647;
  width:min(380px,calc(100vw - 36px));
  height:214px;
  background:#000;
  box-shadow:0 12px 34px rgba(0,0,0,.28);
}
.fbt-fas-sticky-video iframe,
.fbt-fas-sticky-video video{display:block;width:100%;height:100%;border:0;background:#000}
.fbt-fas-sticky-video__close{
  position:absolute;
  right:6px;
  top:6px;
  z-index:2;
  width:28px;
  height:28px;
  border:0;
  border-radius:50%;
  background:rgba(0,0,0,.72);
  color:#fff;
  font:22px/28px Arial,sans-serif;
  cursor:pointer;
}
.fbt-featured-ad-story__placeholder{background:linear-gradient(135deg,#dfe7ef,#c8d5df)}
.fbt-featured-ad-story__media>.fbt-lazy-wrap{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  background:transparent!important;
  line-height:0!important;
}
.fbt-featured-ad-story__media>.fbt-lazy-wrap::before{
  display:none!important;
}
.fbt-featured-ad-story__media>.fbt-lazy-wrap img.fbt-lazy-img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
}
.fbt-featured-ad-story__media>.fbt-featured-ad-story__badge{
  position:absolute;
  left:0;
  right:auto!important;
  bottom:0;
  z-index:2;
  display:inline-flex!important;
  width:auto!important;
  padding:8px 24px;
  background:var(--fbt-fas-badge-bg,#168df2);
  color:var(--fbt-fas-badge-text,#fff);
  font:700 18px/1.1 var(--fbt-fas-body-font,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);
}
.fbt-featured-ad-story__content h2{
  margin:0 0 24px;
  color:var(--fbt-fas-heading,#17213c);
  font-family:var(--fbt-fas-title-font,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);
  font-size:var(--fbt-fas-title-size-d,30px)!important;
  font-weight:var(--fbt-fas-title-weight,600)!important;
  line-height:var(--fbt-fas-title-lh-d,1.16)!important;
  letter-spacing:0;
}
.fbt-featured-ad-story__content{
  align-self:start;
  padding-top:0;
}
.fbt-featured-ad-story__content p{
  margin:0 0 18px;
  color:var(--fbt-fas-text,#2d2d2d);
  font-family:var(--fbt-fas-body-font,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);
  font-size:var(--fbt-fas-body-size-d,16px)!important;
  font-weight:var(--fbt-fas-body-weight,400)!important;
  line-height:var(--fbt-fas-body-lh-d,1.78)!important;
}
.fbt-featured-ad-story__button{
  display:inline-flex;
  min-width:104px;
  min-height:30px;
  align-items:center;
  justify-content:center;
  border-radius:4px;
  background:var(--fbt-fas-button-bg,#fff);
  color:var(--fbt-fas-button-text,#111)!important;
  font:600 15px/1.2 var(--fbt-fas-body-font,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);
}
.fbt-featured-ad-story__ad{display:grid;justify-items:center;gap:8px;min-width:0}
.fbt-featured-ad-story__ad>span{font:400 12px/1.2 Arial,sans-serif;color:#222}
.fbt-featured-ad-story__adbox{width:100%;max-width:300px}
.fbt-featured-ad-story__adbox img{display:block;width:100%;height:auto}
.fbt-featured-ad-story__fallback{
  width:100%;
  max-width:300px;
  min-height:170px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:24px;
  border:1px solid rgba(23,33,60,.12);
  background:rgba(255,255,255,.55);
}
.fbt-featured-ad-story__fallback h3{
  margin:0 0 10px;
  color:var(--fbt-fas-heading,#17213c);
  font-family:var(--fbt-fas-title-font,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);
  font-size:24px!important;
  line-height:1.2!important;
}
.fbt-featured-ad-story__fallback p{
  margin:0;
  color:var(--fbt-fas-text,#2d2d2d);
  font-family:var(--fbt-fas-body-font,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);
  font-size:15px!important;
  line-height:1.55!important;
}
@media (max-width: 980px){
  .fbt-featured-ad-story__grid{grid-template-columns:1fr 1fr}
  .fbt-featured-ad-story__ad{grid-column:1/-1}
}
@media (max-width: 640px){
  .fbt-featured-ad-story{width:100%;max-width:100%;margin:22px 0;margin-left:0;margin-right:0;box-shadow:0 0 0 100vmax var(--fbt-fas-bg,#eee);clip-path:inset(0 -100vmax);--fbt-fas-title-size-current:var(--fbt-fas-title-size-m,24px);--fbt-fas-title-lh-current:var(--fbt-fas-title-lh-m,1.2);--fbt-fas-body-size-current:var(--fbt-fas-body-size-m,15px);--fbt-fas-body-lh-current:var(--fbt-fas-body-lh-m,1.68)}
  .fbt-featured-ad-story__grid{grid-template-columns:1fr;gap:18px;width:100%}
  .fbt-featured-ad-story__media{height:min(calc(var(--fbt-fas-image-h,346px) + 24px),290px);min-height:min(calc(var(--fbt-fas-image-h,346px) + 24px),290px)}
  .fbt-featured-ad-story__media--video.is-floating{right:12px;bottom:var(--fbt-fas-floating-bottom,12px);width:min(300px,calc(100vw - 24px))!important;height:169px!important}
  .fbt-fas-sticky-video{right:12px;bottom:var(--fbt-fas-floating-bottom,12px);width:min(300px,calc(100vw - 24px));height:169px}
  .fbt-featured-ad-story__content h2{font-size:var(--fbt-fas-title-size-m,24px)!important;line-height:var(--fbt-fas-title-lh-m,1.2)!important;margin-bottom:14px}
  .fbt-featured-ad-story__content p{font-size:var(--fbt-fas-body-size-m,15px)!important;line-height:var(--fbt-fas-body-lh-m,1.68)!important}
}
