.elementor-kit-50{--e-global-color-primary:#6B4226;--e-global-color-secondary:#C9A66B;--e-global-color-text:#2E2E2E;--e-global-color-accent:#E07A5F;--e-global-color-background:#F7F3F0;--e-global-color-backgroundAccent:#EBDDC8;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Lora";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Lora";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Poppins";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Poppins";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Poppins";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Poppins";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Lora";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-50 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:207px;max-width:207px;}.site-header .site-navigation ul.menu li a{color:#6B4226;}.site-header .site-navigation .menu li{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:700;font-style:normal;}@media(max-width:1024px){.elementor-kit-50{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-50{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-header .site-branding .site-logo img{width:115px;max-width:115px;}}/* Start custom CSS *//* Esconde títulos padrão de PÁGINAS (não afeta posts) */
.page .entry-title,
.page .elementor-page-title,
.page .page-title,
.page .page-header .entry-title {
  display: none !important;
}

/* (Opcional) remove o bloco/área de header da página para tirar o espaço sobrando */
.page .entry-header,
.page .page-header {
  display: none !important;
}
/* ===== Escrevivências — Skin para EA Post Grid (grátis) ===== */
:root{
  --marrom:#6B4226; --dourado:#C9A66B; --papel:#F3E9DC; --terracota:#E07A5F; --preto:#1B1B1B;
}

/* container máximo */
.ev-blog-skin .eael-post-grid-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* grade responsiva */
.ev-blog-skin .eael-post-grid { 
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.6vw, 28px);
}
@media (max-width: 980px){ .ev-blog-skin .eael-post-grid{ grid-template-columns: repeat(2,1fr) } }
@media (max-width: 560px){ .ev-blog-skin .eael-post-grid{ grid-template-columns: 1fr } }

/* card */
.ev-blog-skin .eael-grid-post{
  background:#fff; border:1px solid rgba(0,0,0,.06); border-radius:22px; overflow:hidden;
  box-shadow: 0 12px 28px rgba(107,66,38,.10), inset 0 1px 0 rgba(255,255,255,.45);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.ev-blog-skin .eael-grid-post:hover{ transform: translateY(-6px); box-shadow:0 18px 44px rgba(107,66,38,.18); filter:saturate(1.02) }

/* thumb */
.ev-blog-skin .eael-entry-thumbnail img{
  width:100%; height:auto; display:block; aspect-ratio:16/9; object-fit:cover;
  transition: transform .35s ease;
}
.ev-blog-skin .eael-grid-post:hover .eael-entry-thumbnail img{ transform: scale(1.05) }

/* conteúdo */
.ev-blog-skin .eael-entry-wrapper{ padding:16px 16px 18px }
.ev-blog-skin .eael-entry-meta{ color:#5b4a3b; font-size:.92rem; margin-bottom:6px }
.ev-blog-skin .eael-entry-title,
.ev-blog-skin .eael-entry-title a{ font-weight:900; font-size:clamp(16px,2vw,20px); color:var(--preto); text-decoration:none }
.ev-blog-skin .eael-entry-content{ color:#3d3d3d; opacity:.95 }

/* botão "Ler mais" */
.ev-blog-skin .eael-read-more a{
  display:inline-flex; align-items:center; gap:8px; margin-top:6px;
  text-decoration:none; font-weight:800; color:var(--marrom);
  border:1px solid rgba(201,166,107,.6); padding:10px 12px; border-radius:12px;
  transition: transform .14s ease, background .14s ease, box-shadow .14s ease;
}
.ev-blog-skin .eael-read-more a:hover{ transform: translateY(-1px); background:#f9f0e2; box-shadow:0 8px 16px rgba(107,66,38,.12) }

/* paginação */
.ev-blog-skin .eael-pagination{ display:flex; justify-content:center; gap:8px; margin: 8px 0 60px }
.ev-blog-skin .eael-pagination .page-numbers{
  display:inline-flex; align-items:center; justify-content:center; min-width:40px; height:40px; padding:0 12px;
  border-radius:12px; text-decoration:none; font-weight:800;
  color:var(--marrom); background:#fff; border:1px solid rgba(201,166,107,.6);
  box-shadow:0 6px 16px rgba(107,66,38,.10), inset 0 1px 0 rgba(255,255,255,.4);
  transition: transform .14s ease, box-shadow .14s ease;
}
.ev-blog-skin .eael-pagination .page-numbers:hover{ transform: translateY(-1px); box-shadow:0 10px 20px rgba(107,66,38,.16) }
.ev-blog-skin .eael-pagination .page-numbers.current{ background:var(--marrom); color:#fff; border-color:var(--marrom) }/* End custom CSS */