/* Portal Kit — Conteúdo (compat Gutenberg x Elementor)
   Mantém o visual do Gutenberg e corrige conflitos comuns do Elementor.
   É intencionalmente leve para não sobrescrever o theme.
*/
.pk-post-content{
  /* Evita resets agressivos do Elementor dentro do wrapper */
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

/* Imagens/iframes responsivos */
.pk-post-content img,
.pk-post-content video,
.pk-post-content iframe{max-width:100%;height:auto}

/* Espaçamentos básicos que às vezes o Elementor zera */
.pk-post-content p{margin:1em 0;}
.pk-post-content ul, .pk-post-content ol{margin:1em 0 1em 1.25em;}
.pk-post-content blockquote{margin:1.25em 0;padding-left:1em;border-left:4px solid rgba(0,0,0,.1);}

/* Alinhamentos dos blocos */
.pk-post-content .alignleft{float:left;margin:.25em 1em .5em 0;}
.pk-post-content .alignright{float:right;margin:.25em 0 .5em 1em;}
.pk-post-content .aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center;}
.pk-post-content:after{content:"";display:block;clear:both;}
