.elementor-3670 .elementor-element.elementor-element-54c9649{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3670 .elementor-element.elementor-element-4df98a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3670 .elementor-element.elementor-element-5d764b3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3670 .elementor-element.elementor-element-915a86b{width:100%;max-width:100%;}.elementor-3670 .elementor-element.elementor-element-915a86b.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-3670 .elementor-element.elementor-element-4df98a3{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-915a86b *//* =========================
   SOCIAL GRID (FIXADO)
========================= */

.pdl-social-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:24px;
}

/* CARD SOCIAL */
.pdl-social{
  display:flex;
  align-items:center;
  gap:14px;

  padding:18px 18px;
  border-radius:16px;

  background:#f3ebeb; /* novo fundo pedido */
  border:1px solid rgba(0,0,0,0.06);

  text-decoration:none;

  transition:all .25s ease;

  min-height:72px;
}

/* hover suave */
.pdl-social:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(0,0,0,0.06);
  border-color:var(--pink-l);
}

/* EMOJI FIX (NUNCA MAIS QUEBRA OU ARREDONDA) */
.pdl-social span{
  font-size:22px;
  line-height:1;
  margin-left:30px;

  display:flex;
  align-items:center;
  justify-content:center;

  width:34px;
  height:34px;

  flex-shrink:0;

  border-radius:0 !important; /* mata bug global */
  background:transparent !important;
}

/* BLOCO TEXTO */
.pdl-social div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:2px;
}

/* NOME DA REDE (SYNE) */
.pdl-social strong{
  font-family:Syne, sans-serif;
  font-size:14px;
  font-weight:600;
  color:var(--base);
  line-height:1.2;
}

/* @ / descrição (POPPINS) */
.pdl-social p{
  font-family:Poppins, sans-serif;
  font-size:12px;
  color:var(--cinza);
  margin:0;
  line-height:1.2;
}

/* RESPONSIVO */
@media(max-width:900px){
  .pdl-social-grid{
    grid-template-columns:1fr;
  }
}

.pdl-about-hero{
  max-width:1200px;
  
  
  .pdl-photo{
  width:100%;
  display:flex;
  justify-content:center;
  margin:32px 0 20px;
}

.pdl-photo img{
  width:100%;
  max-width:520px;
  height:auto;
  border-radius:18px;
  object-fit:cover;
  border:1px solid #eee;
  box-shadow:0 10px 30px rgba(0,0,0,0.06);
}


/* =========================
   CORREÇÃO GLOBAL DE EMOJI BUG (IMPORTANTE)
========================= */

.pdl-social span,
.pdl-social img,
.pdl-social svg{
  border-radius:0 !important;
}/* End custom CSS */