.elementor-5241 .elementor-element.elementor-element-2c05ade{--display:flex;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5241 .elementor-element.elementor-element-8410ccf{margin:40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-5241 .elementor-element.elementor-element-8410ccf .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5241 .elementor-element.elementor-element-1525460{text-align:justify;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-5241 .elementor-element.elementor-element-081eed1{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-5241 .elementor-element.elementor-element-081eed1 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-5241 .elementor-element.elementor-element-081eed1:after{content:"0.66";}.elementor-5241 .elementor-element.elementor-element-081eed1 .elementor-post__thumbnail__link{width:100%;}.elementor-5241 .elementor-element.elementor-element-081eed1.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-5241 .elementor-element.elementor-element-081eed1.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-5241 .elementor-element.elementor-element-081eed1.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}@media(max-width:767px){.elementor-5241 .elementor-element.elementor-element-1525460{text-align:justify;font-size:18px;}.elementor-5241 .elementor-element.elementor-element-081eed1 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-5241 .elementor-element.elementor-element-081eed1:after{content:"0.5";}.elementor-5241 .elementor-element.elementor-element-081eed1 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for theme-post-content, class: .elementor-element-1525460 *//* ==============================
   CONTEÚDO DO POST
============================== */

.conteudo-post,
.conteudo-post .elementor-widget-container,
.conteudo-post .entry-content {
  max-width: 100%;
  overflow-x: hidden;
  text-align: center;
}

/* ==============================
   IMAGENS
============================== */

.conteudo-post img {
  max-width: 100%;
  height: auto;
}

/* Centraliza apenas blocos que têm imagem */
.conteudo-post :is(p, figure, .wp-caption, .wp-block-image):has(img) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin: 10px;
  vertical-align: middle;
  flex-wrap: wrap;
  gap: 10px;
}

/* Imagens dentro desses blocos */
.conteudo-post :is(p, figure, .wp-caption, .wp-block-image):has(img) img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ==============================
   TEXTOS NORMAIS
============================== */

.conteudo-post :is(p, h1, h2, h3, h4, h5, h6, ul, ol, table):not(:has(img)) {
  text-align: left;
}

/* ==============================
   TABELAS
============================== */

.conteudo-post table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  text-align: left;
}

.conteudo-post table th,
.conteudo-post table td {
  vertical-align: top;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}

/* Caso a tabela esteja dentro de bloco do WordPress */
.conteudo-post .wp-block-table {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ==============================
   MOBILE
============================== */

@media (max-width: 600px) {

  /* Empilha imagens em telas menores */
  .conteudo-post :is(p, figure, .wp-caption, .wp-block-image):has(img) {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
  }

  .conteudo-post :is(p, figure, .wp-caption, .wp-block-image):has(img) img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  /* Faz tabelas rolarem para o lado no mobile */
  .conteudo-post table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .conteudo-post table th,
  .conteudo-post table td {
    min-width: 120px;
    white-space: normal;
  }

  /* Evita que a tabela estoure o layout */
  .conteudo-post .wp-block-table table {
    min-width: 520px;
  }

  /* Aviso opcional para o usuário */
  .conteudo-post .wp-block-table::after {
    content: "Arraste para o lado para ver a tabela completa";
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 6px;
    text-align: center;
  }
}/* End custom CSS */