/**
 * D10 front fixes (Korensalud STG).
 * Owl Carousel sets .owl-item img { width:100% }; with max-height + border-radius
 * that squashes testimonial avatars into a flat oval when Owl CSS wins the cascade.
 */
.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

.testimonial-node-v2 .avatar img {
  width: 80px;
  height: 80px;
  max-height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
