.eg-page-grid--single{grid-template-columns:minmax(0,1fr) var(--eg-sidebar-width,300px)}.eg-article-card{overflow:hidden;background:var(--eg-surface);border:1px solid var(--eg-border);border-radius:var(--eg-radius);box-shadow:var(--eg-shadow)}.eg-hero{width:100%;aspect-ratio:16/9;background:#dfe3e8;overflow:hidden}.eg-hero>img,.eg-hero>.eg-placeholder{width:100%;height:100%;object-fit:cover}.eg-video{display:block;width:100%;height:100%;border:0;padding:0;background:#000}.eg-video iframe{display:block;width:100%;height:100%;border:0}.eg-article-card__inner{padding:var(--eg-post-padding,52px)}.eg-post-category{margin:0 0 10px;display:flex;justify-content:var(--eg-post-category-justify,flex-start)}.eg-post-category a{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border:0;border-radius:var(--eg-category-radius,999px);background:var(--eg-accent);color:#fff;font-size:calc(.74rem - 2px);font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:.04em}.eg-post-category a:hover{border-color:var(--eg-accent);background:var(--eg-accent);color:#fff;filter:brightness(.94);text-decoration:none}.eg-meta--article{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.eg-meta__avatar{display:inline-flex;flex:0 0 28px;width:28px;height:28px}.eg-meta__avatar-img{display:block;width:28px;height:28px;border-radius:50%;object-fit:cover}.eg-meta--article a{font-weight:600;color:inherit}.eg-meta--article a:hover{color:var(--eg-accent)}.eg-article-title{font-family:var(--eg-font-post-title,var(--eg-font-heading));font-size:var(--eg-size-post-title,48px);font-weight:var(--eg-post-title-weight,800);line-height:var(--eg-post-title-line-height,1.08);letter-spacing:var(--eg-post-title-letter-spacing,-.56px);margin:8px 0 12px}.eg-deck{font-size:var(--eg-size-subtitle,15px);color:var(--eg-muted);line-height:1.5;margin:0 0 14px}.eg-meta--article{padding-bottom:22px;border-bottom:1px solid var(--eg-border);margin-bottom:14px}.eg-entry-content{font-size:var(--eg-size-post-body,16px)}.eg-entry-content>*{max-width:none}.eg-entry-content>figure,.eg-entry-content>.wp-block-image,.eg-entry-content>.wp-block-embed,.eg-entry-content>.alignwide{max-width:100%}.eg-entry-content img{border-radius:var(--eg-radius)}.eg-entry-content .wp-block-image img{width:100%;height:auto}.eg-tags{max-width:780px;margin:28px auto 0;padding-top:18px;border-top:1px solid var(--eg-border)}.eg-tags__list{display:flex;flex-wrap:wrap;gap:10px}.eg-tags__item{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 14px;border:1px solid var(--eg-border);border-radius:var(--eg-category-radius,999px);background:var(--eg-surface);color:var(--eg-text);font-size:.875rem;font-weight:600;line-height:1.2;text-decoration:none;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.eg-tags__item:hover,.eg-tags__item:focus-visible{border-color:var(--eg-accent);background:color-mix(in srgb,var(--eg-accent) 10%,var(--eg-surface));color:var(--eg-accent);text-decoration:none}.eg-tags__item:focus-visible{outline:2px solid var(--eg-accent);outline-offset:2px}.eg-page-card{max-width:900px;margin-inline:auto}
@media(max-width:900px){.eg-page-grid--single{grid-template-columns:minmax(0,1fr)}}
@media(max-width:767px){.eg-main{padding-top:0}.eg-page-grid--single.eg-shell{width:calc(100% - 24px);max-width:var(--eg-site-container,var(--eg-shell));margin-inline:auto}.eg-article-card{border-left:0;border-right:0;border-radius:var(--eg-radius);box-shadow:none}.eg-hero{border-radius:0}.eg-article-card__inner{padding:var(--eg-post-padding-mobile,20px)}.eg-article-title{font-size:clamp(1.8rem,8vw,var(--eg-size-post-title,48px))}.eg-page-grid--single .eg-sidebar{width:100%;max-width:none;margin:0;padding-top:18px}}
/* 0.4.5 - caixa do autor em card independente */
.eg-single-main{min-width:0}
.eg-author-box{width:100%;margin:18px 0 0;padding:22px;display:flex;align-items:center;gap:20px;background:var(--eg-surface);border:1px solid var(--eg-border);border-radius:var(--eg-radius);box-shadow:var(--eg-shadow)}
.eg-author-box__avatar{flex:0 0 var(--eg-author-avatar-post-size,74px);width:var(--eg-author-avatar-post-size,74px);height:var(--eg-author-avatar-post-size,74px)}
.eg-author-box__avatar-img{display:block;width:100%;height:100%;border-radius:var(--eg-author-avatar-radius,4px);object-fit:cover;object-position:var(--eg-author-avatar-object-position,center center);border:var(--eg-author-avatar-border-width,2px) solid var(--eg-author-avatar-border-color,var(--eg-accent));box-shadow:0 2px 12px rgba(0,0,0,var(--eg-author-avatar-shadow-alpha,.34))}
.eg-author-box__content{min-width:0}
.eg-author-box__label{display:block;margin:0 0 3px;color:var(--eg-accent);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.eg-author-box__name{margin:0 0 6px;font-size:1.15rem;line-height:1.25;letter-spacing:0}
.eg-author-box__bio{margin:0;color:var(--eg-muted);font-size:.92rem;line-height:1.55}
@media(max-width:767px){.eg-author-box{width:100%;margin:14px 0 0;padding:18px 20px;gap:14px;align-items:flex-start;border-left:0;border-right:0;border-radius:var(--eg-radius);box-shadow:none}.eg-author-box__avatar{flex-basis:var(--eg-author-avatar-post-size-mobile,57px);width:var(--eg-author-avatar-post-size-mobile,57px);height:var(--eg-author-avatar-post-size-mobile,57px)}.eg-author-box__avatar-img{width:100%;height:100%;border-radius:var(--eg-author-avatar-radius,4px)}.eg-author-box__name{font-size:1.05rem}.eg-author-box__bio{font-size:.88rem}}

/* v0.4.13: páginas comuns usam a mesma barra de seção das listagens */
.eg-page-card .eg-section-bar{margin-bottom:22px}
.eg-404 .eg-section-bar{margin-bottom:16px}

/* v0.4.18 - barra de progresso de leitura */
.eg-reading-progress{position:fixed;z-index:99999;top:0;left:0;width:100%;height:3px;pointer-events:none;background:color-mix(in srgb,var(--eg-accent) 16%,transparent)}
.eg-reading-progress__bar{display:block;width:100%;height:100%;background:var(--eg-accent);transform:scaleX(0);transform-origin:left center;will-change:transform}
@media (prefers-reduced-motion:reduce){.eg-reading-progress__bar{will-change:auto}}


/* GB Tema 1.0.8 — compartilhamento com Font Awesome + cores tema/originais */
.eg-share-bar{display:flex;align-items:center;gap:14px;padding:14px 0;border-top:1px solid var(--eg-border);border-bottom:1px solid var(--eg-border);margin:18px 0 22px}
.eg-share-bar.eg-share-bar--top{margin-top:0;padding-top:0;border-top:0}
.eg-share-bar--bottom{margin:26px 0 0}
.eg-share-bar__label{font-size:.86rem;white-space:nowrap}
.eg-share-bar__actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.eg-share-button{width:var(--eg-share-size,34px);height:var(--eg-share-size,34px);flex:0 0 var(--eg-share-size,34px);display:inline-grid;place-items:center;border:1px solid var(--eg-border);border-radius:50%;background:color-mix(in srgb,var(--eg-surface) 92%,var(--eg-text) 8%);color:var(--eg-text);text-decoration:none;padding:0;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease,filter .16s ease}
.eg-share-button__icon{width:56%;height:56%;display:block}
.eg-share-button:hover,.eg-share-button:focus-visible{border-color:var(--eg-accent);color:var(--eg-accent);transform:translateY(-1px)}
.eg-share-bar--colors-brand .eg-share-button[style*="--eg-share-brand"]{background:var(--eg-share-brand);border-color:var(--eg-share-brand);color:#fff}
.eg-share-bar--colors-brand .eg-share-button[style*="--eg-share-brand"]:hover,.eg-share-bar--colors-brand .eg-share-button[style*="--eg-share-brand"]:focus-visible{background:var(--eg-share-brand);border-color:var(--eg-share-brand);color:#fff;filter:brightness(.92)}
.eg-share-button.is-copied{background:var(--eg-accent);border-color:var(--eg-accent);color:#fff}
@media(max-width:640px){.eg-share-bar{gap:10px;margin:15px 0 20px;padding:12px 0}.eg-share-bar.eg-share-bar--top{margin-top:0;padding-top:0}.eg-share-bar__label{font-size:.8rem}.eg-share-bar__actions{gap:7px}}

/* 0.4.21 — Páginas comuns seguem o mesmo padrão visual de Home/Archive. */
.eg-page-listing{min-width:0}.eg-page-content-card{margin-bottom:22px}.eg-page-content-card__media{position:relative}.eg-page-content-card__media>img{width:100%;height:100%;object-fit:cover}.eg-page-content-card__body{padding:22px 24px 26px}.eg-page-content-card__title{font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.12;margin:0 0 18px;letter-spacing:-.025em}.eg-page-content-card__content{font-size:var(--eg-size-post-body,16px)}.eg-page-content-card__content>*{max-width:none}.eg-page-content-card__content>:first-child{margin-top:0}.eg-page-content-card__content>:last-child{margin-bottom:0}
@media(max-width:767px){.eg-page-content-card__body{padding:18px 16px 22px}.eg-page-content-card__title{margin-bottom:14px}.eg-page-listing .eg-listing__header{margin-bottom:14px}}
.eg-entry-content .wp-block-quote{position:relative;margin:1.75em 0;padding:24px 26px 22px 34px;border:1px solid var(--eg-border);border-left:4px solid var(--eg-accent);border-radius:var(--eg-radius);background:color-mix(in srgb,var(--eg-surface) 94%,var(--eg-accent) 6%);box-shadow:none}.eg-entry-content .wp-block-quote:before{content:"“";display:block;margin:0 0 6px;color:var(--eg-accent);font-size:2.1em;font-weight:800;line-height:.8}.eg-entry-content .wp-block-quote p{margin:0;font-size:1em;line-height:1.65;font-style:normal}.eg-entry-content .wp-block-quote cite{display:block;margin-top:14px;padding-top:12px;border-top:1px solid var(--eg-border);color:var(--eg-muted);font-size:.9em;font-style:normal}.eg-entry-content .wp-block-quote cite:before{content:"— ";color:var(--eg-accent);font-weight:700}@media(max-width:720px){.eg-entry-content .wp-block-quote{padding:20px 18px 18px 24px;border-radius:var(--eg-radius)}}
.eg-entry-content a:not(.wp-element-button):not(.wp-block-button__link){color:var(--eg-accent);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.eg-entry-content a:not(.wp-element-button):not(.wp-block-button__link):hover{filter:brightness(.9)}
.eg-post-title,.eg-article-title,.eg-article-card__title,.single .entry-title{font-family:var(--eg-font-post-title,var(--eg-font-heading));font-weight:var(--eg-post-title-weight,800);line-height:var(--eg-post-title-line-height,1.08);letter-spacing:var(--eg-post-title-letter-spacing,-.56px)}
.eg-entry-content,.eg-page-content-card__content{line-height:var(--eg-post-body-line-height,1.75)}
.eg-post-subtitle,.eg-article-card__excerpt,.eg-post-excerpt{font-weight:var(--eg-subtitle-weight,400);line-height:var(--eg-subtitle-line-height,1.45)}

/* v0.4.46: tipografia das etiquetas de categoria/tags */
.eg-post-category a,.eg-tags__item{
  font-family:var(--eg-font-category,var(--eg-font-body));
  font-size:var(--eg-size-category,12px);
  font-weight:var(--eg-category-weight,800);
  letter-spacing:var(--eg-category-letter-spacing,.5px);
  text-transform:var(--eg-category-transform,uppercase);
}

/* v0.4.48: categoria do post separada dos cards e proporção corrigida */
.eg-post-category a{
  font-family:var(--eg-font-post-category,var(--eg-font-body));
  font-size:var(--eg-size-post-category,10px);
  font-weight:var(--eg-post-category-weight,800);
  letter-spacing:var(--eg-post-category-letter-spacing,.4px);
  text-transform:var(--eg-post-category-transform,uppercase);
  line-height:var(--eg-post-category-line-height,1);
  min-height:24px;
  padding:0 9px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-sizing:border-box;
}


/* Pré-Alpha 0.1.5 — espaçamento consistente dos títulos dentro do corpo do post. */
.eg-entry-content h2,.eg-entry-content h3,.eg-entry-content h4,.eg-entry-content h5,.eg-entry-content h6{margin-top:1.55em;margin-bottom:.62em}.eg-entry-content h2{line-height:var(--eg-h2-line-height,1.22)}.eg-entry-content h3{line-height:var(--eg-h3-line-height,1.22)}.eg-entry-content h4,.eg-entry-content h5,.eg-entry-content h6{line-height:1.22}
.eg-entry-content h2{margin-top:1.7em}.eg-entry-content h3{margin-top:1.5em}
.eg-entry-content > h2:first-child,.eg-entry-content > h3:first-child,.eg-entry-content > h4:first-child{margin-top:0}
.eg-entry-content h2 + h3,.eg-entry-content h3 + h4{margin-top:.85em}
.eg-entry-content h2 + p,.eg-entry-content h3 + p,.eg-entry-content h4 + p{margin-top:0}
@media(max-width:767px){.eg-entry-content h2,.eg-entry-content h3,.eg-entry-content h4,.eg-entry-content h5,.eg-entry-content h6{margin-top:1.4em;margin-bottom:.55em}}


/* Pré-Alpha 0.1.25 — integração neutra com o Eixo Player.
   O plugin controla o player, inclusive YouTube; o tema controla apenas o espaço do hero. */
.eg-hero{
  overflow:hidden;
  background:var(--eg-surface)!important;
}
.eg-hero > .eg-placeholder,
.eg-hero > img{
  background:var(--eg-surface)!important;
}
.eg-hero > img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}


/* Pré-Alpha 0.1.26 — mantém a imagem destacada rigidamente em 16:9. */
.eg-hero{
  aspect-ratio:16/9;
}
.eg-hero > img,
.eg-hero > .eg-placeholder{
  width:100%;
  height:100%;
}
.eg-hero > img{
  object-fit:cover;
}


/* GB Tema 0.2.0.23 — acabamento editorial do post e radius global. */
.eg-entry-content .wp-block-image,
.eg-entry-content .wp-caption{
  max-width:100%;
}
.eg-entry-content .wp-block-image img,
.eg-entry-content .wp-caption img{
  border-radius:var(--eg-radius);
}
.eg-entry-content .wp-block-image figcaption,
.eg-entry-content .wp-caption-text{
  box-sizing:border-box;
  width:100%;
  margin:0;
  padding:10px 14px;
  border:1px solid var(--eg-border);
  border-top:0;
  border-radius:0 0 var(--eg-radius) var(--eg-radius);
  background:#ECEDED;
  color:var(--eg-muted);
  font-size:.82em;
  line-height:1.45;
  text-align:center;
}
.eg-entry-content .wp-block-image:has(figcaption) img,
.eg-entry-content .wp-caption img{
  border-radius:var(--eg-radius) var(--eg-radius) 0 0;
}
.eg-entry-content .wp-caption{
  overflow:hidden;
  border-radius:var(--eg-radius);
  background:var(--eg-surface);
}
.eg-entry-content .wp-caption .wp-caption-text{
  border-left:0;
  border-right:0;
  border-bottom:0;
}

/* GB Tema 0.2.0.30 — legenda editorial: fundos específicos por modo. */
body.eg-mode-dark .eg-entry-content .wp-block-image figcaption,
body.eg-mode-dark .eg-entry-content .wp-caption-text,
html[data-eg-theme="dark"] body .eg-entry-content .wp-block-image figcaption,
html[data-eg-theme="dark"] body .eg-entry-content .wp-caption-text{
  background:#111316;
}
@media(prefers-color-scheme:dark){
  body.eg-mode-auto .eg-entry-content .wp-block-image figcaption,
  body.eg-mode-auto .eg-entry-content .wp-caption-text{
    background:#111316;
  }
}

/* GB Tema 0.2.0.31 — override manual claro deve vencer o modo-base salvo no body. */
html[data-eg-theme="light"] body .eg-entry-content .wp-block-image figcaption,
html[data-eg-theme="light"] body .eg-entry-content .wp-caption-text{
  background:#ECEDED;
}

/* GB Tema 0.2.0.41 — Posts relacionados: tipografia ajustável e categoria alinhada ao padrão global. */
.eg-related-posts{width:100%;margin:18px 0 0;font-family:var(--eg-font-div,var(--eg-font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif));padding:22px;background:var(--eg-surface);border:1px solid var(--eg-border);border-radius:var(--eg-radius);box-shadow:var(--eg-shadow)}
.eg-related-posts__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:14px}
.eg-related-posts__heading .eg-section-kicker{margin:0}
.eg-related-posts__heading h2{margin:0;font-size:1.2rem;line-height:1.2;letter-spacing:-.01em}
.eg-related-posts__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.eg-related-posts__grid--count-1{grid-template-columns:1fr}
.eg-related-card{min-width:0;overflow:hidden;background:var(--eg-surface);border:1px solid var(--eg-border);border-radius:var(--eg-radius)}
.eg-related-card__media{position:relative;aspect-ratio:16/9;overflow:hidden;background:#dfe3e8}
.eg-related-card__image-link,.eg-related-card__image,.eg-related-card__placeholder{display:block;width:100%;height:100%}
.eg-related-card__image{object-fit:cover}
.eg-related-card__placeholder{background:linear-gradient(135deg,#d9dde3,#f0f1f3)}
.eg-related-card__category{position:absolute;left:var(--eg-related-category-left,18px);right:var(--eg-related-category-right,auto);top:var(--eg-related-category-top,18px);bottom:var(--eg-related-category-bottom,auto);z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:0;padding:.42em .85em;border-radius:var(--eg-category-radius,999px);box-sizing:border-box;background:var(--eg-accent);color:#fff;font-family:var(--eg-font-card-category,var(--eg-font-body));font-size:var(--eg-related-category-size,12px);font-weight:var(--eg-card-category-weight,800);line-height:var(--eg-card-category-line-height,1);letter-spacing:var(--eg-card-category-letter-spacing,.5px);text-transform:var(--eg-card-category-transform,uppercase);text-align:center;white-space:nowrap}
.eg-related-card__category:hover,.eg-related-card__category:focus-visible{color:#fff;filter:brightness(.95)}
.eg-related-card__body{display:grid;gap:8px;padding:13px 14px 14px}
.eg-related-card__title{margin:0;font-family:var(--eg-font-div,var(--eg-font-body));font-size:var(--eg-related-title-size,18px);font-weight:var(--eg-card-mobile-title-weight,700);line-height:var(--eg-card-mobile-title-line-height,1.18);letter-spacing:0;overflow-wrap:anywhere;word-break:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.eg-related-card__title a:hover,.eg-related-card__title a:focus-visible{color:var(--eg-accent)}
.eg-related-card__date{color:var(--eg-muted);font-size:var(--eg-card-mobile-meta-size,12px);font-weight:var(--eg-card-mobile-meta-weight,600);line-height:var(--eg-card-mobile-meta-line-height,1.3)}
@media(max-width:767px){.eg-related-posts{margin-top:14px;padding:18px 20px;border-left:0;border-right:0;box-shadow:none}.eg-related-posts__heading{display:grid;gap:3px}.eg-related-posts__grid{grid-template-columns:1fr;gap:14px}.eg-related-card__category{left:var(--eg-related-category-left-mobile,12px);right:var(--eg-related-category-right-mobile,auto);top:var(--eg-related-category-top-mobile,12px);bottom:var(--eg-related-category-bottom-mobile,auto);font-size:var(--eg-related-category-size-mobile,var(--eg-related-category-size,12px))}.eg-related-card__body{padding:13px 14px 14px}.eg-related-card__title{font-size:var(--eg-related-title-size-mobile,18px)}}

/* 0.2.0.82 — Capa personalizada do Author Box. */
.eg-author-box--has-cover{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:160px;
  background-image:var(--eg-author-cover-image);
  background-position:var(--eg-author-cover-position,center center);
  background-size:cover;
  background-repeat:no-repeat;
  border-color:color-mix(in srgb,var(--eg-border) 70%,#fff 30%);
}
.eg-author-box--has-cover::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:rgba(5,8,12,.38);
  pointer-events:none;
}
.eg-author-box--has-cover::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(6,9,13,.88) 0%,rgba(6,9,13,.76) 48%,rgba(6,9,13,.38) 100%);
  pointer-events:none;
}
.eg-author-box--has-cover .eg-author-box__avatar,
.eg-author-box--has-cover .eg-author-box__content{position:relative;z-index:1}
.eg-author-box--has-cover .eg-author-box__label{color:var(--eg-accent)}
.eg-author-box--has-cover .eg-author-box__name{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}
.eg-author-box--has-cover .eg-author-box__bio{color:rgba(255,255,255,.88);text-shadow:0 1px 2px rgba(0,0,0,.42)}
.eg-author-box--has-cover .eg-author-box__avatar-img{border-color:var(--eg-author-avatar-border-color,var(--eg-accent));box-shadow:0 2px 12px rgba(0,0,0,var(--eg-author-avatar-shadow-alpha,.34))}
@media(max-width:767px){
  .eg-author-box--has-cover{min-height:138px;background-position:var(--eg-author-cover-position,center center)}
  .eg-author-box--has-cover::before{background:rgba(5,8,12,.46)}
  .eg-author-box--has-cover::after{background:linear-gradient(90deg,rgba(6,9,13,.92) 0%,rgba(6,9,13,.79) 68%,rgba(6,9,13,.55) 100%)}
}

/* 0.2.0.82 — nome do Author Box é link para o arquivo público do autor. */
.eg-author-box__name a{color:inherit;text-decoration:none}
.eg-author-box__name a:hover,.eg-author-box__name a:focus-visible{color:var(--eg-accent);text-decoration:none}
.eg-author-box--has-cover .eg-author-box__name a{color:#fff}
.eg-author-box--has-cover .eg-author-box__name a:hover,.eg-author-box--has-cover .eg-author-box__name a:focus-visible{color:var(--eg-accent)}

/* 0.2.0.92 — Author Box realmente responsivo no mobile. */
.eg-author-bio-toggle{display:none}
@media(max-width:767px){
  .eg-author-box{gap:12px}
  .eg-author-box__avatar{flex:0 0 var(--eg-author-avatar-post-size-mobile,76px);width:var(--eg-author-avatar-post-size-mobile,76px);height:var(--eg-author-avatar-post-size-mobile,76px)}
  .eg-author-box__content{width:100%;min-width:0}
  .eg-author-box__label{font-size:var(--eg-author-mobile-label-size,13px)}
  .eg-author-box__name{font-size:var(--eg-author-mobile-name-size,23px);line-height:1.18;margin-bottom:7px}
  .eg-author-box__bio{font-size:var(--eg-author-mobile-bio-size,16px);line-height:var(--eg-author-mobile-bio-line-height,1.55)}
  .eg-author-mobile-bio--clamp:not(.is-expanded){max-height:calc(var(--eg-author-mobile-bio-lines,4) * var(--eg-author-mobile-bio-line-height,1.55) * 1em);overflow:hidden}
  .eg-author-bio-toggle{display:inline-flex;align-items:center;justify-content:center;margin:8px 0 0;padding:0;border:0;background:transparent;color:var(--eg-accent);font:inherit;font-size:.82rem;font-weight:800;line-height:1.2;cursor:pointer}
  .eg-author-bio-toggle:hover,.eg-author-bio-toggle:focus-visible{color:var(--eg-accent);text-decoration:underline}
  .eg-author-box--has-cover::before{background:rgba(5,8,12,var(--eg-author-mobile-cover-overlay,.62))}
  .eg-author-box--has-cover::after{background:linear-gradient(180deg,rgba(6,9,13,.5) 0%,rgba(6,9,13,.78) 58%,rgba(6,9,13,.92) 100%)}
}

/* GB Tema 0.2.0.114 — fontes individuais adicionais */
.eg-entry-content,.eg-page-content-card__content{font-family:var(--eg-font-post-body,var(--eg-font-body))}
.eg-deck,.eg-post-subtitle,.eg-article-card__excerpt,.eg-post-excerpt{font-family:var(--eg-font-subtitle,var(--eg-font-body))}
.eg-related-card__title{font-family:var(--eg-font-related-title,var(--eg-font-div,var(--eg-font-body)))}
.eg-related-card__date{font-family:var(--eg-font-related-meta,var(--eg-font-div,var(--eg-font-body)))}

/* 0.2.0.125 — PageSpeed: seções abaixo da leitura só renderizam quando se aproximam da viewport. */
@supports (content-visibility:auto){
  .eg-author-box,.eg-related-posts,.eg-comments-card,.eg-footer{content-visibility:auto;contain-intrinsic-size:auto 420px}
}

/* 0.2.0.126 — embeds responsivos no conteúdo editorial.
   Mantém iframes dentro da largura do post e preserva a proporção dos players
   de vídeo mais comuns, incluindo blocos Gutenberg e embeds HTML legados. */
.eg-entry-content .wp-block-embed,
.eg-page-content-card__content .wp-block-embed,
.eg-entry-content .wp-block-video,
.eg-page-content-card__content .wp-block-video,
.eg-entry-content figure,
.eg-page-content-card__content figure{
  max-width:100%;
}
.eg-entry-content iframe,
.eg-entry-content embed,
.eg-entry-content object,
.eg-entry-content video,
.eg-page-content-card__content iframe,
.eg-page-content-card__content embed,
.eg-page-content-card__content object,
.eg-page-content-card__content video{
  display:block;
  max-width:100%!important;
}
.eg-entry-content iframe,
.eg-page-content-card__content iframe{
  width:100%!important;
  border:0;
}
.eg-entry-content video,
.eg-page-content-card__content video{
  width:100%;
  height:auto;
}
.eg-entry-content .wp-block-embed__wrapper,
.eg-page-content-card__content .wp-block-embed__wrapper{
  width:100%;
  max-width:100%;
  min-width:0;
  overflow:hidden;
}
.eg-entry-content .wp-has-aspect-ratio .wp-block-embed__wrapper,
.eg-page-content-card__content .wp-has-aspect-ratio .wp-block-embed__wrapper{
  position:relative;
}
.eg-entry-content .wp-has-aspect-ratio .wp-block-embed__wrapper iframe,
.eg-page-content-card__content .wp-has-aspect-ratio .wp-block-embed__wrapper iframe{
  position:absolute;
  inset:0;
  width:100%!important;
  height:100%!important;
}
.eg-entry-content .wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.eg-page-content-card__content .wp-embed-aspect-21-9 .wp-block-embed__wrapper{aspect-ratio:21/9}
.eg-entry-content .wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.eg-page-content-card__content .wp-embed-aspect-18-9 .wp-block-embed__wrapper{aspect-ratio:18/9}
.eg-entry-content .wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.eg-page-content-card__content .wp-embed-aspect-16-9 .wp-block-embed__wrapper{aspect-ratio:16/9}
.eg-entry-content .wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.eg-page-content-card__content .wp-embed-aspect-4-3 .wp-block-embed__wrapper{aspect-ratio:4/3}
.eg-entry-content .wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.eg-page-content-card__content .wp-embed-aspect-1-1 .wp-block-embed__wrapper{aspect-ratio:1/1}
.eg-entry-content .wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.eg-page-content-card__content .wp-embed-aspect-9-16 .wp-block-embed__wrapper{aspect-ratio:9/16}
.eg-entry-content .wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.eg-page-content-card__content .wp-embed-aspect-1-2 .wp-block-embed__wrapper{aspect-ratio:1/2}

/* Players de vídeo inseridos por HTML clássico/shortcode sem classes de proporção. */
.eg-entry-content iframe[src*="youtube.com/embed"],
.eg-entry-content iframe[src*="youtube-nocookie.com/embed"],
.eg-entry-content iframe[src*="player.vimeo.com/video"],
.eg-entry-content iframe[src*="dailymotion.com/embed"],
.eg-entry-content iframe[src*="dai.ly/embed"],
.eg-entry-content iframe[src*="player.twitch.tv"],
.eg-page-content-card__content iframe[src*="youtube.com/embed"],
.eg-page-content-card__content iframe[src*="youtube-nocookie.com/embed"],
.eg-page-content-card__content iframe[src*="player.vimeo.com/video"],
.eg-page-content-card__content iframe[src*="dailymotion.com/embed"],
.eg-page-content-card__content iframe[src*="dai.ly/embed"],
.eg-page-content-card__content iframe[src*="player.twitch.tv"]{
  aspect-ratio:16/9;
  height:auto!important;
}

/* Embeds sociais não podem ultrapassar o card do post. */
.eg-entry-content .instagram-media,
.eg-entry-content .twitter-tweet,
.eg-entry-content .tiktok-embed,
.eg-entry-content .fb-post,
.eg-entry-content .fb-video,
.eg-page-content-card__content .instagram-media,
.eg-page-content-card__content .twitter-tweet,
.eg-page-content-card__content .tiktok-embed,
.eg-page-content-card__content .fb-post,
.eg-page-content-card__content .fb-video{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box;
}

/* 0.2.0.127 — hard fix responsivo para YouTube/Gutenberg.
   O bloco do YouTube nem sempre recebe wp-has-aspect-ratio nas versões atuais
   do Gutenberg. Por isso a proporção é garantida pela classe do provedor,
   sem depender do markup legado do WordPress. */
.eg-entry-content .wp-block-embed-youtube,
.eg-page-content-card__content .wp-block-embed-youtube{
  box-sizing:border-box;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
.eg-entry-content .wp-block-embed-youtube .wp-block-embed__wrapper,
.eg-page-content-card__content .wp-block-embed-youtube .wp-block-embed__wrapper{
  position:relative!important;
  display:block;
  box-sizing:border-box;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:auto!important;
  aspect-ratio:16/9;
  overflow:hidden!important;
}
.eg-entry-content .wp-block-embed-youtube .wp-block-embed__wrapper::before,
.eg-entry-content .wp-block-embed-youtube .wp-block-embed__wrapper::after,
.eg-page-content-card__content .wp-block-embed-youtube .wp-block-embed__wrapper::before,
.eg-page-content-card__content .wp-block-embed-youtube .wp-block-embed__wrapper::after{
  content:none!important;
  display:none!important;
  padding:0!important;
}
.eg-entry-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.eg-page-content-card__content .wp-block-embed-youtube .wp-block-embed__wrapper iframe{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  box-sizing:border-box;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:100%!important;
  margin:0!important;
  border:0!important;
}

/* Fallback para iframe do YouTube inserido por HTML/shortcode fora de core/embed. */
.eg-entry-content iframe[src*="youtube.com/embed"],
.eg-entry-content iframe[src*="youtube-nocookie.com/embed"],
.eg-page-content-card__content iframe[src*="youtube.com/embed"],
.eg-page-content-card__content iframe[src*="youtube-nocookie.com/embed"]{
  display:block!important;
  box-sizing:border-box;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  margin-inline:auto;
}



/* 0.2.0.128 — leitura editorial: largura, data de atualização e índice H2/H3 */
.eg-meta__updated{color:var(--eg-muted)}
.eg-entry-content>:where(p,h2,h3,h4,h5,h6,ul,ol,blockquote,pre){width:100%;max-width:var(--eg-reading-width,100%);margin-inline:auto}
.eg-entry-content>:where(.wp-block-image,.wp-block-embed,.wp-block-gallery,.wp-block-video,.wp-block-cover,.wp-block-media-text,.wp-block-columns,.wp-block-table,.alignwide,.alignfull,.eg-internal-links){width:100%;max-width:100%;margin-inline:auto}.eg-entry-content>.wp-block-quote{margin-inline:auto}
.eg-entry-content>:where(h2,h3)[id]{scroll-margin-top:96px}
.eg-toc{width:100%;max-width:var(--eg-reading-width,100%);margin:24px auto;padding:18px 20px;border:1px solid var(--eg-border);border-radius:var(--eg-radius);background:color-mix(in srgb,var(--eg-surface) 95%,var(--eg-toc-color,var(--eg-accent)) 5%)}
.eg-toc__title,.eg-toc__summary{font-weight:800;color:var(--eg-toc-color,var(--eg-text));font-size:.96rem;line-height:1.3}
.eg-toc__summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px}
.eg-toc__summary::-webkit-details-marker{display:none}
.eg-toc__summary:after{content:"+";display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:color-mix(in srgb,var(--eg-toc-color,var(--eg-accent)) 12%,transparent);color:var(--eg-toc-color,var(--eg-accent));font-size:1.1rem;line-height:1}
.eg-toc[open]>.eg-toc__summary:after{content:"−"}
.eg-toc__list{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:8px;counter-reset:eg-toc}
.eg-toc__item{position:relative;padding-left:24px;line-height:1.42;counter-increment:eg-toc}
.eg-toc__item:before{content:counter(eg-toc) ".";position:absolute;left:0;top:0;color:var(--eg-toc-color,var(--eg-accent));font-weight:800;font-size:.84em}
.eg-toc__item--level-3{padding-left:38px;font-size:.94em}
.eg-toc__item--level-3:before{left:14px}
.eg-toc__item a{color:var(--eg-text);text-decoration:none}
.eg-toc__item a:hover,.eg-toc__item a:focus-visible{color:var(--eg-toc-color,var(--eg-accent));text-decoration:underline;text-underline-offset:3px}
.eg-toc--mobile{display:none}
@media(max-width:767px){.eg-meta__updated{flex-basis:100%;margin-top:2px}.eg-meta__updated+.eg-meta__separator{display:none}.eg-toc--desktop{display:none}.eg-toc--mobile{display:block;padding:15px 16px;margin:20px auto}.eg-toc--mobile:not([open])>.eg-toc__list{display:none}.eg-toc__list{gap:9px}.eg-entry-content>:where(h2,h3)[id]{scroll-margin-top:72px}}

/* GB Tema 1.0.9 — GB Ads: slots manuais com espaço reservado para reduzir CLS. */
.eg-ad-slot{box-sizing:border-box;width:100%;max-width:970px;margin:28px auto;display:grid;gap:7px;clear:both;contain:layout style}
.eg-ad-slot__label{display:block;color:var(--eg-muted);font-size:10px;font-weight:600;line-height:1;letter-spacing:.08em;text-align:center;text-transform:uppercase}
.eg-ad-slot__frame{box-sizing:border-box;width:100%;min-height:var(--eg-ad-min-desktop,90px);display:flex;align-items:center;justify-content:center;overflow:hidden}
.eg-ad-slot .adsbygoogle{width:100%;max-width:100%;margin-inline:auto}
.eg-entry-content>.eg-ad-slot{max-width:min(970px,100%)}
.eg-single-main>.eg-ad-slot{margin-block:24px}
@media(max-width:767px){.eg-ad-slot{margin:22px auto;gap:6px}.eg-ad-slot__frame{min-height:var(--eg-ad-min-mobile,50px)}.eg-ad-slot__label{font-size:9px}}

/* GB Tema 1.0.49 — embeds Gutenberg e redes sociais centralizados/universais.
   O wrapper é genérico para continuar funcionando com provedores novos sem
   depender de uma lista fechada; classes conhecidas só definem largura ideal. */
:where(.eg-entry-content,.eg-page-content-card__content) .wp-block-embed{
  box-sizing:border-box;
  width:100%;
  max-width:100%;
  margin-block:1.6em;
  margin-inline:auto!important;
}
:where(.eg-entry-content,.eg-page-content-card__content) .wp-block-embed__wrapper{
  box-sizing:border-box;
  width:100%;
  max-width:100%;
  min-width:0;
  margin-inline:auto!important;
}
:where(.eg-entry-content,.eg-page-content-card__content) .wp-block-embed:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
:where(.eg-entry-content,.eg-page-content-card__content) .wp-block-embed__wrapper > :where(iframe,blockquote,embed,object,video){
  box-sizing:border-box;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Redes sociais: preserva a largura nativa dos cards, mas nunca estoura o post. */
:where(.eg-entry-content,.eg-page-content-card__content) :where(
  .wp-block-embed-instagram,.wp-block-embed-twitter,.wp-block-embed-x,
  .wp-block-embed-tiktok,.wp-block-embed-facebook,.wp-block-embed-threads,
  .wp-block-embed-bluesky,.wp-block-embed-mastodon,.wp-block-embed-telegram,
  .wp-block-embed-reddit,.wp-block-embed-pinterest,.wp-block-embed-tumblr,
  .wp-block-embed-flickr,.wp-block-embed-imgur,.wp-block-embed-giphy
){max-width:min(100%,660px);margin-inline:auto!important}

/* Áudio/podcast: centralizado e mais largo que um post social. */
:where(.eg-entry-content,.eg-page-content-card__content) :where(
  .wp-block-embed-spotify,.wp-block-embed-soundcloud,.wp-block-embed-mixcloud,
  .wp-block-embed-pocket-casts,.wp-block-embed-anchor-fm
){max-width:min(100%,760px);margin-inline:auto!important}

/* Markup que os scripts oficiais das redes injetam fora do wrapper Gutenberg. */
:where(.eg-entry-content,.eg-page-content-card__content) :where(
  .instagram-media,.twitter-tweet,.tiktok-embed,.fb-post,.fb-video,
  .reddit-embed-bq,.bluesky-embed,.threads-post
){
  display:block!important;
  width:100%!important;
  max-width:min(100%,660px)!important;
  min-width:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}

/* Fallback por domínio para iframes sociais inseridos por HTML/shortcode. */
:where(.eg-entry-content,.eg-page-content-card__content) iframe:is(
  [src*="instagram.com"],[src*="twitter.com"],[src*="platform.twitter.com"],[src*="x.com"],
  [src*="tiktok.com"],[src*="facebook.com"],[src*="threads.net"],[src*="bsky.app"],
  [src*="reddit.com"],[src*="pinterest.com"],[src*="telegram.org"],[src*="t.me"],
  [src*="linkedin.com/embed"],[src*="snapchat.com"],[src*="flickr.com"],[src*="imgur.com"],[src*="giphy.com"]
){
  width:100%!important;
  max-width:min(100%,660px)!important;
  min-width:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
:where(.eg-entry-content,.eg-page-content-card__content) iframe:is(
  [src*="open.spotify.com"],[src*="soundcloud.com"],[src*="mixcloud.com"],[src*="pca.st"]
){
  width:100%!important;
  max-width:min(100%,760px)!important;
  min-width:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Figcaption sempre acompanha o embed e fica visualmente centralizado. */
:where(.eg-entry-content,.eg-page-content-card__content) .wp-block-embed figcaption{
  width:100%;
  max-width:760px;
  margin:.65em auto 0;
  text-align:center;
  color:var(--eg-muted);
}
@media(max-width:767px){
  :where(.eg-entry-content,.eg-page-content-card__content) .wp-block-embed{margin-block:1.25em}
}

/* GB Tema 1.0.50 — WordPress/Gutenberg compatibility hardening.
   Low-specificity safety layer: Core/user block styles remain authoritative,
   while media, grids and third-party output cannot escape the content card. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content){
  min-width:0;
  overflow-wrap:break-word;
}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) > *{
  box-sizing:border-box;
  max-width:100%;
}
/* Future-proof containment for Core, Jetpack and third-party blocks. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where([class^="wp-block-"],[class*=" wp-block-"]){
  box-sizing:border-box;
  max-width:100%;
}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(input,select,textarea,button){max-width:100%;box-sizing:border-box}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(
  .wp-block-group,.wp-block-columns,.wp-block-column,.wp-block-row,.wp-block-stack,
  .wp-block-cover,.wp-block-cover__inner-container,.wp-block-media-text,.wp-block-media-text__content,
  .wp-block-gallery,.wp-block-image,.wp-block-video,.wp-block-audio,.wp-block-file,
  .wp-block-buttons,.wp-block-button,.wp-block-table,.wp-block-query,.wp-block-post-template,
  .wp-block-navigation,.wp-block-social-links,.wp-block-search,.wp-block-shortcode,.wp-block-html,
  .wp-block-comments,.wp-block-comment-template,.wp-block-post-comments-form
){min-width:0;max-width:100%;box-sizing:border-box}

/* Alignments are supported by the editor, but cannot escape the GB content card. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(.alignwide,.alignfull){
  width:100%;max-width:100%;margin-left:auto;margin-right:auto;
}

/* Media + WordPress lightbox. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(
  img,video,audio,canvas,svg,iframe,embed,object
){max-width:100%;box-sizing:border-box}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(.wp-block-image,.wp-block-gallery) figure{max-width:100%;min-width:0}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-image img{height:auto}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-lightbox-container{max-width:100%;min-width:0}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(figcaption,.wp-element-caption){max-width:100%;color:var(--eg-muted);overflow-wrap:anywhere}

/* Gallery: let Core decide columns while protecting narrow screens. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-gallery{width:100%;margin-inline:auto}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-gallery > :where(figure,.wp-block-image){min-width:0}

/* Native video/audio and VideoPress. VideoPress owns the player internals; GB only sizes the wrapper. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(.wp-block-video,.wp-block-audio){width:100%;margin-inline:auto}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-video video{width:100%;height:auto}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-audio audio{display:block;width:100%}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(
  .wp-block-jetpack-videopress,.wp-block-jetpack-videopress-videopress,
  .wp-block-videopress-video,.jetpack-videopress-block,.jetpack-videopress-player,
  .wp-block-embed-videopress
){display:block;box-sizing:border-box;width:100%;max-width:100%;min-width:0;margin-inline:auto}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(
  .jetpack-videopress-player__wrapper,.jetpack-video-wrapper
){box-sizing:border-box;width:100%;max-width:100%;min-width:0;margin-inline:auto}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(
  .wp-block-jetpack-videopress,.wp-block-videopress-video,.jetpack-videopress-player
) iframe,
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) iframe:is(
  [data-jetpack-videopress-player],[src*="videopress.com/embed"],[src*="video.wordpress.com"]
){display:block;width:100%!important;max-width:100%!important;min-width:0!important;margin-inline:auto!important;border:0}

/* File block: long filenames and download buttons never overflow. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-file{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-file > a:not(.wp-block-file__button){min-width:0;overflow-wrap:anywhere}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-file__button{max-width:100%;white-space:normal;text-align:center}

/* Columns / Media & Text / Cover / Group layout safety. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-columns{max-width:100%}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-column{min-width:0;overflow-wrap:anywhere}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-media-text{max-width:100%;overflow:hidden}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-media-text__media{min-width:0}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-media-text__media img,
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-media-text__media video{max-width:100%;height:auto}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-cover{max-width:100%;overflow:hidden}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-cover__inner-container{overflow-wrap:anywhere}

/* Tables keep their data usable instead of breaking the page width. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-table table{width:100%;max-width:100%;border-collapse:collapse}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-table :where(th,td){overflow-wrap:break-word}

/* Code/preformatted/verse preserve formatting while scrolling horizontally when needed. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(.wp-block-code,.wp-block-preformatted,pre){max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-code code{white-space:pre}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-verse{max-width:100%;overflow-wrap:anywhere;white-space:pre-wrap}

/* Quote / pullquote / details / separator. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(.wp-block-quote,.wp-block-pullquote){max-width:100%;box-sizing:border-box}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-details{max-width:100%}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-details summary{cursor:pointer;overflow-wrap:anywhere}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-separator{max-width:100%}

/* Buttons, search and navigation can wrap on phones instead of overflowing. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-buttons{display:flex;flex-wrap:wrap;max-width:100%}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-button{max-width:100%}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-button__link{max-width:100%;white-space:normal;overflow-wrap:anywhere}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-search__inside-wrapper{max-width:100%;min-width:0}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-search__input{min-width:0;max-width:100%}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(.wp-block-navigation,.wp-block-navigation__container){max-width:100%;min-width:0}

/* Query Loop / lists / pagination / taxonomy / social blocks. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(.wp-block-post-template,.wp-block-query-pagination,.wp-block-query-pagination-numbers){max-width:100%;min-width:0}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-query-pagination{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(
  .wp-block-latest-posts,.wp-block-latest-comments,.wp-block-categories-list,.wp-block-archives-list,
  .wp-block-page-list,.wp-block-rss,.wp-block-social-links,.wp-block-tag-cloud
){max-width:100%;min-width:0}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(
  .wp-block-latest-posts li,.wp-block-latest-comments li,.wp-block-rss li
){min-width:0;overflow-wrap:anywhere}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-latest-posts__featured-image img{max-width:100%;height:auto}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-social-links{flex-wrap:wrap}


/* Theme/content blocks that can also be inserted by Query Loop or patterns. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(
  .wp-block-post-featured-image,.wp-block-post-author,.wp-block-post-excerpt,.wp-block-post-date,
  .wp-block-post-terms,.wp-block-post-navigation-link,.wp-block-avatar,.wp-block-site-logo,
  .wp-block-site-title,.wp-block-site-tagline,.wp-block-loginout,.wp-block-footnotes
){max-width:100%;min-width:0;box-sizing:border-box}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(.wp-block-post-featured-image img,.wp-block-avatar img,.wp-block-site-logo img){max-width:100%;height:auto}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-post-template.is-layout-grid > *{min-width:0}

/* Calendar and generated tables. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-calendar{max-width:100%;overflow-x:auto}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-calendar table{width:100%}

/* Comments blocks inserted via Gutenberg. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(
  .wp-block-comments,.wp-block-comment-template,.wp-block-post-comments-form,.wp-block-comments-pagination
){max-width:100%;min-width:0}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-comments-pagination{display:flex;flex-wrap:wrap;gap:10px}

/* Generic shortcode/custom HTML fallback. Do not style provider internals; only contain them. */
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(.wp-block-shortcode,.wp-block-html){max-width:100%;min-width:0;overflow-wrap:anywhere}
:where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) :where(.wp-block-shortcode,.wp-block-html) :where(iframe,video,img,svg,canvas,embed,object){max-width:100%}

@media(max-width:767px){
  :where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-columns{gap:var(--wp--style--block-gap,1.25rem)}
  :where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}
  :where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
  :where(.eg-entry-content,.eg-page-content-card__content,.eg-editorial-card__content) .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1!important;max-width:100%}
}

/* GB Tema 1.0.115 — ajuste importado do YellowPencil: respiro superior do post single. */
.eg-page-grid--single .eg-single-main .hentry{
  padding-top:20px !important;
}
