/* Base styling for Extended Testimonial.
   Typography/spacing can be controlled via Divi Design tab. */

.divi_extended_testimonial{box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.08);}

.det-extended-testimonial .det-header{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-bottom:14px;
}

.det-extended-testimonial .det-title{margin:0;line-height:1.2;}

.det-extended-testimonial .det-stars{
  display:inline-flex;
  gap:2px;
  font-size:26px;
  line-height:1;
  white-space:nowrap;
  color:#FF5900;
}

.det-extended-testimonial .det-star.is-empty{opacity:.25;}

.det-extended-testimonial .det-quote{margin:0 0 18px 0;}

.det-extended-testimonial .det-footer{
  display:flex;
  align-items:center;
  gap:16px;
}

.det-extended-testimonial .det-author{font-weight:600;}

.det-extended-testimonial .det-avatar img{
  width:80px;
  height:80px;
  display:block;
  flex:0 0 auto;
}
