.elementor-8 .elementor-element.elementor-element-3de3426{--display:flex;}.elementor-8 .elementor-element.elementor-element-3de3426.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-8 .elementor-element.elementor-element-3de3426{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-0b918ca *//* --- Fix: avatares das avaliações deformando --- */
.testimonials .testimonial img.avatar{
  width:56px !important;
  height:56px !important;
  max-width:none !important;      /* ignora regra global img {max-width:100%} */
  aspect-ratio:1 / 1;             /* garante quadrado perfeito */
  object-fit:cover;                /* preenche sem distorcer */
  border-radius:50% !important;    /* força círculo mesmo se o tema sobrescrever */
  flex:0 0 56px;                   /* não estica dentro do flex */
  box-shadow:0 0 0 2px #fff,0 2px 6px rgba(0,0,0,.08);
}
.testimonials .testimonial{ align-items:flex-start; }/* End custom CSS */