/* InfoBuz Single Article Experience v1.1.4 — centered NewsX single layout */
body.ibsae-active{
  --ibsae-blue:#1565c0;
  --ibsae-ink:#17212b;
  --ibsae-muted:#667586;
  --ibsae-border:#e3e9ef;
  --ibsae-soft:#f5f8fb;
  --ibsae-card:#fff;
  --ibsae-page-width:1180px;
  --ibsae-content-width:920px;
  --ibsae-media-width:920px;
}

/* ---------- NewsX single header ---------- */

/* ---------- Center the entire NewsX single page ---------- */
body.ibsae-active .newsx-single-wrap.newsx-container,
body.ibsae-active .newsx-single-wrap{
  width:calc(100% - 32px)!important;
  max-width:var(--ibsae-page-width,1180px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.ibsae-active .newsx-single-wrap .newsx-single-inner,
body.ibsae-active .newsx-single-inner{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
}
body.ibsae-active .newsx-single-wrap .newsx-sidebar,
body.ibsae-active .newsx-single-inner > .newsx-sidebar,
body.ibsae-active .newsx-single-inner > aside.newsx-sidebar{
  display:none!important;
}
body.ibsae-active .newsx-single-wrap .newsx-single-content-wrap,
body.ibsae-active .newsx-single-inner > .newsx-main-content,
body.ibsae-active .newsx-single-inner > .primary,
body.ibsae-active .newsx-single-content-wrap{
  width:100%!important;
  max-width:var(--ibsae-page-width,1180px)!important;
  min-width:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
/* Remove the NewsX card shadow and lock the article column to the same width as the image. */
body.ibsae-active .site-content .newsx-single-content-wrap,
body.ibsae-active .newsx-single-content-wrap{
  box-shadow:none!important;
  width:100%!important;
  max-width:var(--ibsae-media-width,920px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
body.ibsae-active .newsx-single-content-wrap > article,
body.ibsae-active .newsx-single-content-wrap article,
body.ibsae-active .newsx-single-content-wrap .type-post{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}

/* Keep the hero separate, smaller and truly centered. */
body.ibsae-active .newsx-single-media-header{
  position:relative!important;
  width:100%!important;
  max-width:var(--ibsae-media-width,920px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  overflow:hidden!important;
  border-radius:var(--ibsae-image-radius)!important;
}
body.ibsae-active .newsx-single-media-header .newsx-single-post-header > h1,
body.ibsae-active .newsx-single-media-header .newsx-single-post-header h1,
body.ibsae-active .newsx-single-post-header > h1,
body.ibsae-active .newsx-single-post-header h1,
body.ibsae-active article h1.entry-title,
body.ibsae-active article .entry-title{
  font-size:var(--ibsae-h1)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
  font-weight:700!important;
  text-wrap:balance;
  margin-bottom:12px!important;
}
body.ibsae-active .newsx-single-media-header .newsx-single-post-header{
  left:0!important;
  right:0!important;
  bottom:0!important;
  width:100%!important;
  max-width:none!important;
  padding:110px 34px 24px!important;
  margin:0!important;
  box-sizing:border-box!important;
  background:linear-gradient(to top,rgba(0,0,0,.93) 0%,rgba(0,0,0,.88) 22%,rgba(0,0,0,.76) 45%,rgba(0,0,0,.54) 66%,rgba(0,0,0,.28) 84%,rgba(0,0,0,.08) 100%)!important;
}

body.ibsae-active .newsx-single-media-header .newsx-single-post-header,
body.ibsae-active .newsx-single-media-header .newsx-single-post-header h1,
body.ibsae-active .newsx-single-media-header .newsx-single-post-header > h1{
  color:#fff!important;
}
body.ibsae-active .newsx-single-media-header .newsx-single-post-header .newsx-post-meta,
body.ibsae-active .newsx-single-media-header .newsx-single-post-header .newsx-post-meta a,
body.ibsae-active .newsx-single-media-header .newsx-single-post-header .newsx-post-meta span{
  color:rgba(255,255,255,.96)!important;
}
body.ibsae-active .newsx-single-post-header .newsx-post-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 12px;
  color:var(--ibsae-muted);
  font-size:13px;
  font-weight:400!important;
  line-height:1.4;
}
body.ibsae-active .newsx-single-post-header .newsx-post-meta a,
body.ibsae-active .newsx-single-post-header .newsx-post-meta span{font-weight:inherit!important}
body.ibsae-active .newsx-single-post-header .newsx-post-meta a{color:inherit;text-decoration:none}
body.ibsae-active .newsx-single-post-media{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
  border-radius:var(--ibsae-image-radius)!important;
  box-shadow:none!important;
}
body.ibsae-active .newsx-single-media-header:before,
body.ibsae-active .newsx-single-media-header:after,
body.ibsae-active .newsx-single-post-media:before,
body.ibsae-active .newsx-single-post-media:after{
  box-shadow:none!important;
}
body.ibsae-active .newsx-single-post-media img,
body.ibsae-active .newsx-single-post-media picture,
body.ibsae-active .newsx-single-post-media picture img,
body.ibsae-active .newsx-single-post-media > a,
body.ibsae-active .newsx-single-post-media > div{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  border-radius:var(--ibsae-image-radius)!important;
}
body.ibsae-active .newsx-single-post-media-caption{
  max-width:var(--ibsae-media-width,920px);
  margin:8px auto 0;
  color:var(--ibsae-muted);
  font-size:12px;
  line-height:1.45;
}

/* ---------- Exact NewsX content container ---------- */
body.ibsae-active .newsx-single-wrap .newsx-post-content,
body.ibsae-active .newsx-single-content-wrap .newsx-post-content,
body.ibsae-active article .entry-content,
body.ibsae-active article .post-content{
  width:100%;
  max-width:var(--ibsae-content-width,920px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  font-size:var(--ibsae-body)!important;
  line-height:var(--ibsae-line-height)!important;
  color:var(--ibsae-ink);
}
body.ibsae-active .newsx-post-content > p,
body.ibsae-active article .entry-content > p,
body.ibsae-active article .post-content > p{margin:0 0 1.35em!important}
body.ibsae-active .newsx-post-content > p:first-of-type:not(.ibsae-lead-summary){
  font-size:1.06em;
  line-height:1.72!important;
  color:#263646;
}
body.ibsae-active .newsx-post-content h2,
body.ibsae-active article .entry-content h2,
body.ibsae-active article .post-content h2{
  font-size:var(--ibsae-h2)!important;
  line-height:1.18!important;
  letter-spacing:-.018em!important;
  margin:1.75em 0 .62em!important;
  color:var(--ibsae-ink)!important;
  scroll-margin-top:100px;
  text-wrap:balance;
}
body.ibsae-active .newsx-post-content h3,
body.ibsae-active article .entry-content h3,
body.ibsae-active article .post-content h3{
  font-size:var(--ibsae-h3)!important;
  line-height:1.24!important;
  margin:1.45em 0 .58em!important;
  color:var(--ibsae-ink)!important;
  scroll-margin-top:100px;
  text-wrap:balance;
}
body.ibsae-active .newsx-post-content ul,
body.ibsae-active .newsx-post-content ol{padding-left:1.35em;margin:0 0 1.45em}
body.ibsae-active .newsx-post-content li{margin:.42em 0;padding-left:.12em}
body.ibsae-active .newsx-post-content a{text-underline-offset:3px;text-decoration-thickness:1px}
body.ibsae-active .newsx-post-content blockquote{
  margin:1.6em 0!important;
  padding:18px 22px!important;
  border-left:4px solid var(--ibsae-blue)!important;
  background:var(--ibsae-soft)!important;
  border-radius:0 12px 12px 0!important;
  color:#2e4052!important;
}
body.ibsae-active .newsx-post-content figure{margin-top:1.6em;margin-bottom:1.6em}
body.ibsae-active .newsx-post-content figure img{border-radius:10px}
body.ibsae-active .newsx-post-content figcaption{font-size:12px;line-height:1.5;color:var(--ibsae-muted);margin-top:7px;text-align:left}
body.ibsae-active .newsx-post-content .wp-block-table{overflow-x:auto;border-radius:12px;border:1px solid var(--ibsae-border)}
body.ibsae-active .newsx-post-content table{width:100%;border-collapse:collapse;margin:0;font-size:.93em}
body.ibsae-active .newsx-post-content th{background:var(--ibsae-soft);font-weight:750;text-align:left}
body.ibsae-active .newsx-post-content th,
body.ibsae-active .newsx-post-content td{padding:11px 13px;border-bottom:1px solid var(--ibsae-border);vertical-align:top}

/* ---------- Existing “Pe scurt” lead: visible improvement on current AI articles ---------- */
body.ibsae-active .newsx-post-content > p.ibsae-lead-summary{
  position:relative;
  margin:4px 0 26px!important;
  padding:18px 20px 18px 22px!important;
  background:linear-gradient(180deg,#f7fbff 0%,#f3f8fc 100%);
  border:1px solid #d9e8f5;
  border-left:4px solid var(--ibsae-blue);
  border-radius:12px;
  color:#263746;
  font-size:1.04em;
  line-height:1.65!important;
}
body.ibsae-active .newsx-post-content > p.ibsae-lead-summary strong:first-child{
  color:var(--ibsae-blue);
  font-weight:800;
}

/* ---------- Injected editorial utilities ---------- */
.ibsae-injected,.ibsae-content-start,.ibsae-toc,.ibsae-share,.ibsae-author-box,.ibsae-related{width:100%;max-width:var(--ibsae-content-width);margin-left:auto;margin-right:auto}
.ibsae-progress{position:fixed;z-index:99990;left:0;top:0;width:100%;height:3px;background:transparent;pointer-events:none}
.ibsae-progress span{display:block;width:100%;height:100%;background:var(--ibsae-blue);transform:scaleX(0);transform-origin:left center;will-change:transform;transition:transform .08s linear}
.ibsae-content-start{margin-bottom:4px}
.ibsae-utility{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:0 0 17px;color:var(--ibsae-muted);font-size:12px;font-weight:650;line-height:1.4}
.ibsae-category{display:inline-flex!important;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#eaf3ff;color:var(--ibsae-blue)!important;text-decoration:none!important;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}
.ibsae-dot{color:#b5c0ca}.ibsae-updated{white-space:nowrap}
.ibsae-deck{font-size:1.12em!important;line-height:1.65!important;color:#34495d!important;margin:0 0 20px!important}
.ibsae-key-points{background:var(--ibsae-soft);border:1px solid #dce7f0;border-radius:14px;padding:18px 20px;margin:0 0 24px}
.ibsae-key-title{font-weight:850;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--ibsae-blue);margin-bottom:9px}
.ibsae-key-points ul{margin:0!important;padding:0!important;list-style:none!important;display:grid;gap:8px}
.ibsae-key-points li{position:relative;margin:0!important;padding:0 0 0 24px!important;line-height:1.5}
.ibsae-key-points li:before{content:'✓';position:absolute;left:0;top:0;color:var(--ibsae-blue);font-weight:900}

.ibsae-toc{margin-top:24px;margin-bottom:30px;background:var(--ibsae-soft);border:1px solid #dbe6f0;border-radius:14px;overflow:hidden;color:#263646}
.ibsae-toc details{margin:0}.ibsae-toc summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:10px 14px 10px 18px;font-size:14px;font-weight:800;color:#17212b;box-sizing:border-box}
.ibsae-toc summary::-webkit-details-marker{display:none}.ibsae-toc summary:after{content:'−';display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;border-radius:8px;font-size:20px;line-height:1;color:#0756a3}.ibsae-toc details:not([open]) summary:after{content:'+'}.ibsae-toc summary small{margin-left:auto;color:#465665;font-size:12px;font-weight:650}
.ibsae-toc ol{display:grid;grid-template-columns:1fr 1fr;gap:4px 20px;margin:0!important;padding:2px 14px 16px 34px!important}.ibsae-toc li{margin:0!important;padding:0 0 0 2px!important;font-size:13px;line-height:1.4;color:#263646}.ibsae-toc a{display:flex!important;align-items:center;min-height:36px;padding:6px 6px;border-radius:7px;color:#263646!important;text-decoration:none!important;box-sizing:border-box}.ibsae-toc a:hover{color:#0756a3!important;text-decoration:underline!important}.ibsae-toc summary:focus-visible,.ibsae-toc a:focus-visible{outline:3px solid #0756a3!important;outline-offset:2px;background:#e8f2fc}

/* Existing H2 “Pe scurt” / Checklist sections are also supported. */
body.ibsae-style-short-summary .newsx-post-content h2[id*="pe-scurt"]{margin-bottom:0!important;background:var(--ibsae-soft);border:1px solid #dbe6f0;border-bottom:0;border-radius:14px 14px 0 0;padding:17px 20px 10px;color:var(--ibsae-blue)!important;font-size:20px!important}
body.ibsae-style-short-summary .newsx-post-content h2[id*="pe-scurt"] + ul,
body.ibsae-style-short-summary .newsx-post-content h2[id*="pe-scurt"] + ol{background:var(--ibsae-soft);border:1px solid #dbe6f0;border-top:0;border-radius:0 0 14px 14px;padding:4px 20px 18px 42px!important;margin-top:0!important}
body.ibsae-style-short-summary .newsx-post-content h2[id*="checklist"] + ul,
body.ibsae-style-short-summary .newsx-post-content h2[id*="checklist"] + ol{background:#f8fbf7;border:1px solid #dfeadb;border-radius:12px;padding:15px 20px 15px 42px!important}

/* ---------- Use and improve NewsX native components instead of deleting them ---------- */
body.ibsae-active .newsx-post-content + .newsx-static-sharing,
body.ibsae-active article > .newsx-static-sharing,
body.ibsae-active .newsx-post-sources,
body.ibsae-active .newsx-post-navigation,
body.ibsae-active .newsx-post-author-box,
body.ibsae-active .newsx-related-posts-wrap{
  max-width:var(--ibsae-content-width,920px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.ibsae-active article > .newsx-static-sharing{
  margin-top:30px!important;
  padding:14px 0!important;
  border-top:1px solid var(--ibsae-border);
  border-bottom:1px solid var(--ibsae-border);
}
body.ibsae-active .newsx-post-sources{margin-top:18px!important;font-size:12px}
body.ibsae-active .newsx-post-sources .source-tag a:nth-of-type(n+6){display:none!important}
body.ibsae-active .newsx-post-navigation{margin-top:34px!important;margin-bottom:34px!important;border-color:var(--ibsae-border)!important}

/* Restore + modernize the exact NewsX “Citește și” block. */
body.ibsae-active .newsx-related-posts-wrap{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  margin-top:34px!important;
  padding-top:24px!important;
  padding-bottom:34px!important;
  border-top:1px solid var(--ibsae-border)!important;
  border-bottom:1px solid var(--ibsae-border)!important;
}
body.ibsae-active .newsx-related-posts-wrap > h4{font-size:24px!important;line-height:1.2!important;margin:0 0 16px!important}
body.ibsae-active .newsx-related-posts{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
body.ibsae-active .newsx-related-posts > section{
  min-width:0;
  border:1px solid var(--ibsae-border);
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  padding-bottom:12px;
}
body.ibsae-active .newsx-related-posts > section > a:first-child{display:block;overflow:hidden}
body.ibsae-active .newsx-related-posts img{width:100%!important;height:auto!important;aspect-ratio:3/2;object-fit:cover;border-radius:0!important}
body.ibsae-active .newsx-related-posts h5{font-size:15px!important;line-height:1.32!important;margin:11px 12px 7px!important}
body.ibsae-active .newsx-related-posts h5 a{color:var(--ibsae-ink)!important;text-decoration:none!important}
body.ibsae-active .newsx-related-posts .post-date{display:block;margin:0 12px;font-size:11px;color:var(--ibsae-muted)}

/* Optional InfoBuz components (off by default to avoid duplicates with NewsX). */
.ibsae-share{margin-top:34px;margin-bottom:24px;padding:14px 0;border-top:1px solid var(--ibsae-border);border-bottom:1px solid var(--ibsae-border);display:flex;align-items:center;gap:9px;flex-wrap:wrap}.ibsae-share>span{font-size:12px;font-weight:800;color:var(--ibsae-muted);text-transform:uppercase;letter-spacing:.04em;margin-right:4px}.ibsae-share a,.ibsae-share button{appearance:none;border:1px solid var(--ibsae-border);background:#fff;color:#34495d!important;border-radius:999px;padding:7px 11px;font:inherit;font-size:12px;font-weight:700;text-decoration:none!important;cursor:pointer}
.ibsae-author-box{margin-top:30px;margin-bottom:30px;padding:22px;border:1px solid var(--ibsae-border);border-radius:16px;background:#fff;display:grid;grid-template-columns:88px minmax(0,1fr);gap:18px;align-items:start}.ibsae-author-avatar img{width:88px;height:88px;object-fit:cover;border-radius:50%}.ibsae-eyebrow{display:block;font-size:10px;letter-spacing:.07em;text-transform:uppercase;color:var(--ibsae-blue);font-weight:850;margin-bottom:4px}.ibsae-author-copy h2{font-size:22px!important;line-height:1.2!important;margin:0 0 7px!important}.ibsae-author-copy h2 a{color:var(--ibsae-ink)!important;text-decoration:none!important}.ibsae-author-copy p{font-size:14px!important;line-height:1.6!important;color:var(--ibsae-muted)!important;margin:0 0 9px!important}.ibsae-author-link{font-size:12px;font-weight:800;color:var(--ibsae-blue)!important;text-decoration:none!important}
.ibsae-related{margin-top:42px;margin-bottom:20px}.ibsae-related-head{margin-bottom:15px}.ibsae-related-head h2{font-size:26px!important;line-height:1.2!important;margin:3px 0 0!important}.ibsae-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.ibsae-related-card{min-width:0;border:1px solid var(--ibsae-border);border-radius:13px;overflow:hidden;background:#fff}.ibsae-related-image{display:block;aspect-ratio:3/2;background:#edf2f6;overflow:hidden}.ibsae-related-image img{width:100%;height:100%;object-fit:cover;display:block}.ibsae-related-body{padding:12px 13px 14px}.ibsae-related-cat{display:block;color:var(--ibsae-blue);font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px}.ibsae-related-body h3{font-size:15px!important;line-height:1.3!important;margin:0 0 8px!important}.ibsae-related-body time{font-size:10px;color:var(--ibsae-muted)}

/* Never hide native related by CSS alone. JS only hides it after confirming the replacement exists. */
body.ibsae-active .comment-respond{max-width:var(--ibsae-content-width);margin-left:auto;margin-right:auto}

@media(max-width:767px){
  body.ibsae-active .newsx-single-post-header > h1,
  body.ibsae-active .newsx-single-post-header h1,
  body.ibsae-active article h1.entry-title{font-size:var(--ibsae-h1-mobile)!important;line-height:1.08!important;letter-spacing:-.018em!important}
  body.ibsae-active .newsx-single-wrap .newsx-post-content,
  body.ibsae-active .newsx-single-content-wrap .newsx-post-content{font-size:var(--ibsae-body-mobile)!important;line-height:var(--ibsae-line-height)!important}
  body.ibsae-active .newsx-single-post-media{margin-bottom:12px!important}
  body.ibsae-active .newsx-single-media-header .newsx-single-post-header{padding:74px 18px 16px!important}
  body.ibsae-active .newsx-post-content h2{font-size:var(--ibsae-h2-mobile)!important}
  body.ibsae-active .newsx-post-content h3{font-size:var(--ibsae-h3-mobile)!important}
  body.ibsae-active .newsx-post-content > p.ibsae-lead-summary{padding:15px 16px!important;margin-bottom:22px!important}
  .ibsae-utility{font-size:11px;margin-bottom:14px}.ibsae-dot{display:none}.ibsae-utility>*{margin-right:7px}
  .ibsae-toc{margin-top:20px;margin-bottom:26px}.ibsae-toc summary{min-height:52px;padding:10px 12px 10px 15px}.ibsae-toc summary small{display:none}.ibsae-toc ol{grid-template-columns:1fr;gap:2px;padding:2px 12px 14px 30px!important}.ibsae-toc a{min-height:44px;padding:8px 6px}
  .ibsae-author-box{grid-template-columns:64px minmax(0,1fr);padding:17px;gap:13px}.ibsae-author-avatar img{width:64px;height:64px}.ibsae-author-copy h2{font-size:19px!important}
  body.ibsae-active .newsx-related-posts{grid-template-columns:1fr 1fr!important;gap:10px!important}
  body.ibsae-active .newsx-related-posts h5{font-size:14px!important;margin:9px 10px 6px!important}
  body.ibsae-active .newsx-related-posts .post-date{margin:0 10px}
}
@media(max-width:480px){
  body.ibsae-active .newsx-related-posts{grid-template-columns:1fr!important}
  body.ibsae-active .newsx-related-posts > section{display:grid;grid-template-columns:118px minmax(0,1fr);padding-bottom:0}
  body.ibsae-active .newsx-related-posts > section > a:first-child{height:100%}
  body.ibsae-active .newsx-related-posts img{height:100%!important;aspect-ratio:auto}
  body.ibsae-active .newsx-related-posts h5{align-self:end}
  .ibsae-author-box{grid-template-columns:54px minmax(0,1fr)}.ibsae-author-avatar img{width:54px;height:54px}
}
@media(prefers-reduced-motion:reduce){.ibsae-progress span{transition:none}}

/* Final alignment overrides for NewsX single content. */
body.ibsae-active .newsx-single-content-wrap{
  padding-left:28px!important;
  padding-right:28px!important;
  box-sizing:border-box!important;
}
body.ibsae-active .newsx-single-content-wrap .newsx-post-content,
body.ibsae-active .newsx-single-content-wrap .ibsae-injected,
body.ibsae-active .newsx-single-content-wrap .ibsae-toc,
body.ibsae-active .newsx-single-content-wrap .newsx-static-sharing,
body.ibsae-active .newsx-single-content-wrap .newsx-post-navigation,
body.ibsae-active .newsx-single-content-wrap .newsx-post-author-box,
body.ibsae-active .newsx-single-content-wrap .newsx-related-posts-wrap{
  width:100%!important;
  max-width:var(--ibsae-content-width,920px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
@media(max-width:767px){
  body.ibsae-active .newsx-single-wrap.newsx-container,
  body.ibsae-active .newsx-single-wrap{width:calc(100% - 20px)!important}
  body.ibsae-active .newsx-single-content-wrap{padding-left:16px!important;padding-right:16px!important}
  body.ibsae-active .newsx-single-media-header .newsx-single-post-header{padding:20px 18px 17px!important}
}


/* v1.1.6 — accessibility + semantic headings */
body.ibsae-active.ibsae-zero-comments .newsx-post-comments-number{
  display:none!important;
}
body.ibsae-active .newsx-related-posts h3{
  font-size:15px!important;
  line-height:1.32!important;
  margin:11px 12px 7px!important;
}
body.ibsae-active .newsx-related-posts h3 a{
  color:var(--ibsae-ink)!important;
  text-decoration:none!important;
}
body.ibsae-active .newsx-single-continue-reading h3.newsx-grid-title,
body.ibsae-active .newsx-single-continue-reading h3.newsx-post-title,
body.ibsae-active .newsx-single-continue-reading h3.post-title,
body.ibsae-active .newsx-single-continue-reading h3.ibsae-continue-title{
  margin:0!important;
  color:inherit!important;
}
body.ibsae-active .newsx-single-continue-reading h3.ibsae-continue-title{
  font:inherit!important;
  font-weight:inherit!important;
  line-height:inherit!important;
}
@media(max-width:767px){
  body.ibsae-active .newsx-related-posts h3{font-size:14px!important;margin:9px 10px 6px!important}
}
@media(max-width:480px){
  body.ibsae-active .newsx-related-posts h3{align-self:end}
}

/* v1.1.8 — compact hero title on mobile */
@media(max-width:767px){
  body.ibsae-active .newsx-single-media-header .newsx-single-post-header > h1,
  body.ibsae-active .newsx-single-media-header .newsx-single-post-header h1,
  body.ibsae-active .newsx-single-post-header > h1,
  body.ibsae-active .newsx-single-post-header h1{
    font-size:var(--ibsae-h1-mobile,22px)!important;
    line-height:1.08!important;
    letter-spacing:-.018em!important;
    margin-bottom:8px!important;
  }
  body.ibsae-active .newsx-single-media-header .newsx-single-post-header{
    padding:46px 16px 14px!important;
  }
  body.ibsae-active .newsx-single-media-header .newsx-post-meta{
    font-size:11px!important;
    gap:5px 8px!important;
  }
}
@media(max-width:480px){
  body.ibsae-active .newsx-single-media-header .newsx-single-post-header > h1,
  body.ibsae-active .newsx-single-media-header .newsx-single-post-header h1{
    font-size:min(var(--ibsae-h1-mobile,22px),20px)!important;
    line-height:1.06!important;
  }
  body.ibsae-active .newsx-single-media-header .newsx-single-post-header{
    padding:38px 14px 12px!important;
  }
}
