.elementor-2475 .elementor-element.elementor-element-3ce5d1d{--display:flex;--padding-top:0%;--padding-bottom:10%;--padding-left:0%;--padding-right:0%;}@media(max-width:479px){.elementor-2475 .elementor-element.elementor-element-3ce5d1d{--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-6e8765a *//* =========================================
   BLOCO: EVIDÊNCIAS CIENTÍFICAS
   Estética: Editorial / Authority
========================================= */

/* Mata margens padrão do Elementor/Tema no título da página para colar tudo */
.entry-title,
.page-title,
.elementor-heading-title {
  margin-bottom: 16px !important;
}

.ev-bloco {
  padding: 32px 0 100px; /* Reduzido respiro superior de 80px para 32px */
  border-top: none; /* Removida a divisória */
}

.ev-bloco:first-child {
  margin-top: 0 !important;
}

.ev-bloco-header {
  text-align: center;
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 48px;
}

.ev-bloco-title {
  margin-top: 0 !important;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #111111;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 16px;
  text-wrap: balance;
}

.ev-bloco-intro {
  font-size: 1.05rem;
  color: #4c4c4c;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.75;
  text-wrap: pretty;
}

/* Daqui para baixo continua o .ev-grid normalmente... */
.ev-grid {
  display: grid;
  /* Forçando exatamente 2 colunas no desktop, como era antes */
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* CARDS */
.ev-card {
  background: #ffffff;
  border: 1px solid rgba(20, 82, 52, 0.12);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: 
    transform 350ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 350ms cubic-bezier(0.16, 1, 0.3, 1),
    background 350ms cubic-bezier(0.16, 1, 0.3, 1);
}
.ev-card:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 82, 52, 0.25);
  background: linear-gradient(180deg, #ffffff 0%, #faf9f6 100%);
}
.ev-card-meta {
  font-size: 0.75rem;
  color: #145234;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.ev-card-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #111111;
  line-height: 1.3;
  margin-bottom: 12px;
  text-wrap: balance;
  letter-spacing: -0.01em;
  /* Força a tipografia a NÃO usar maiúsculas do tema WordPress */
  text-transform: none !important; 
}
.ev-card-title a {
  color: inherit;
  text-decoration: none;
}
.ev-card-title a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ev-card-resumo {
  font-size: 0.95rem;
  color: #4c4c4c;
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
  text-wrap: pretty;
}
.ev-card-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #23724b;
  text-decoration: none;
}
.ev-card-link::after {
  content: "↗";
  transition: transform 250ms ease;
}
.ev-card:hover .ev-card-link {
  color: #145234;
}
.ev-card:hover .ev-card-link::after {
  transform: translate(3px, -3px);
}
.ev-nota {
  margin-top: 48px;
  font-size: 0.8rem;
  color: #6d6d6d;
  line-height: 1.6;
  text-align: center;
  text-wrap: pretty;
}
/* =========================================
   RESPONSIVIDADE (Tablet & Mobile)
========================================= */
@media (max-width: 900px) {
  .ev-grid {
    grid-template-columns: 1fr; /* Força 1 coluna */
    gap: 24px; /* Diminui o buraco entre os cards quando estão empilhados */
  }
}
@media (max-width: 640px) {
  .ev-bloco {
    padding: 48px 0 64px; /* Respiro vertical ligeiramente menor na tela do celular */
  }
  .ev-bloco-header {
    margin-bottom: 32px;
  }
  .ev-bloco-title {
    font-size: 1.5rem !important; /* Evita que o título principal quebre muito no celular */
    line-height: 1.1;
  }
  .ev-bloco-intro {
    font-size: 0.95rem; /* Texto de intro mais confortável no mobile */
    line-height: 1.6;
    padding: 0 16px; /* Garante que não encoste nas bordas da tela */
  }
  .ev-card {
    padding: 24px 20px;
    border-radius: 12px; /* Borda levemente menos arredondada para poupar espaço interno */
  }
  .ev-card-meta {
    font-size: 0.7rem;
    margin-bottom: 12px;
  }
  .ev-card-title {
    font-size: 1.05rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .ev-card-resumo {
    font-size: 0.9rem; /* Leitura corrida mais suave no celular */
    line-height: 1.6;
  }
  .ev-card-link {
    margin-top: 20px;
    font-size: 0.85rem;
  }
  .ev-nota {
    margin-top: 32px;
    font-size: 0.75rem;
    padding: 0 16px;
  }
}
/* Touch devices: limpa estado de hover para mobile (evita que o botão fique travado "clicado") */
@media (hover: none) {
  .ev-card:hover {
    transform: none;
    border-color: rgba(20, 82, 52, 0.12);
    background: #ffffff;
  }
  .ev-card:hover .ev-card-link::after {
    transform: none;
  }
}/* End custom CSS */