/* -*- coding: utf-8 -*- */

.ekomi-container {
  align-items: stretch;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.ekomi-container .testimonial {
  align-items: stretch;
  border-radius: 20px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  display: flex;
  flex-basis: 240px;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  justify-content: space-between;
  min-width: 240px;
  padding: 20px;
  width: 240px;
}

.ekomi-container .testimonial .comment {
  font-weight: 400;
  font-size: 16px;
  height: 240px;
  overflow: hidden;
}

.ekomi-container .testimonial .date {
  font-weight: 500;
  font-size: 16px;
}
