.wx4-depoimentos-carrossel {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  align-items: center;
  text-align: center;
}

.wx4-depoimentos-carrossel .wx4-depoimentos-carrossel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 350px;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  border-radius: 20px;
  background-color: #FC6604;
  color: #FFF;
  padding: 20px;
}

.wx4-depoimentos-carrossel .wx4-depoimentos-carrossel-item h2 {
  margin-top: 20px;
  padding: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  font-family: "Red Hat Display";
  margin-bottom: 0px;
  color: #181D30;
}

.wx4-depoimentos-carrossel .wx4-depoimentos-carrossel-item p {
  margin: 0;
  padding: 10px 10px 0px 10px;
  font-family: "Red Hat Display", Sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.wx4-depoimentos-carrossel .testimonial-toggle {
  display: block;
  margin-top: 0px;
  text-align: right;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  margin-bottom: -40px;
}

.wx4-depoimentos-carrossel .slick-dots {
  bottom: -15px;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.wx4-depoimentos-carrossel .slick-dots li {
  margin: 0 5px;
}

.wx4-depoimentos-carrossel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 7px;
  border-radius: 50%;
  padding: 3px;
  background-color: #ccc;
  border-color: black;
}

.wx4-depoimentos-carrossel .slick-dots li.slick-active button {
  background-color: #444;
}

.wx4-depoimentos-carrossel .wx4-depoimentos-carrossel-item img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: 3px solid #FFF;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.wx4-depoimentos-carrossel .slick-list {
  margin: 0;
}

.wx4-depoimentos-carrossel .slick-slide>div {
  padding: 0 20px;
}

.wx4-depoimentos-carrossel .slick-dots {
  width: auto;
}

.wx4-depoimentos-carrossel .slick-dots li button {
  width: 10px;
  height: 10px;
}

.testimonial-content {
  overflow: hidden;
  text-overflow: ellipsis;
 
}

.testimonial-content.expanded {
  
}

.wx4-depoimentos-delete-button, 
.wx4-depoimentos-edit-button, 
.wx4-depoimentos-form-toggle {
  margin: 10px;
  background-color: #3e02cb;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
}

/* Estilo para o botão de exclusão */
.wx4-depoimentos-delete-button {
  background: #ff0000 !important;
  padding: 6px 10px;
  border-radius: 3px;
}

/* Estilo para dispositivos móveis */
@media screen and (max-width: 767px) {
  .wx4-depoimentos-carrossel {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
  }

  .wx4-depoimentos-carrossel .wx4-depoimentos-carrossel-item {
    width: calc(100% - 20px);
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .wx4-depoimentos-carrossel .wx4-depoimentos-carrossel-item h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .wx4-depoimentos-carrossel .wx4-depoimentos-carrossel-item p {
    font-size: 14px;
    padding: 0;
  }

  .wx4-depoimentos-carrossel .wx4-depoimentos-carrossel-item img {
    width: 80px;
    height: 80px;
    border-width: 5px;
  }

  .wx4-depoimentos-carrossel .slick-dots {
    bottom: -10px;
  }

  .wx4-depoimentos-carrossel .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 2px;
  }

  .wx4-depoimentos-delete-button,
  .wx4-depoimentos-edit-button,
  .wx4-depoimentos-form-toggle {
    margin: 5px;
    font-size: 10px;
  }
}
