.elementor-2191 .elementor-element.elementor-element-8680ade{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b204ac5 *//* Comentário mais elegante */
.testemunhos-grid .comentario {
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #6d4c1d;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  border-left: 3px solid #916421;
  max-width: 90%;
}

/* Ajuste geral do card */
.testemunhos-grid .card {
  background-color: #fdfdfd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  max-width: 330px;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

/* Estrelas mais elegantes */
.testemunhos-grid .stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  color: #916421;
  font-size: 1.1rem;
  margin-top: 10px;
}

/* Imagem com borda suave */
.testemunhos-grid .card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 12px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

/* Hover mais premium */
.testemunhos-grid .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}/* End custom CSS */