/* Global testimonial "See more" styling */
.testimonial_slider blockquote p.us-testimonial-ready {
  min-height: 250px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
}

.testimonial_slider .us-testimonial-copy {
  display: block;
}

.testimonial_slider .us-testimonial-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  color: #d93;
  cursor: pointer;
  display: inline;
  font: inherit;
  font-weight: 600;
  line-height: inherit;
  margin: 6px 0 0;
  padding: 0;
  text-align: left;
  width: fit-content;
}

.testimonial_slider .us-testimonial-toggle:hover,
.testimonial_slider .us-testimonial-toggle:focus {
  color: #d93;
  text-decoration: underline;
  outline: none;
}

.testimonial_slider .star-rating-wrap {
  margin-top: auto;
  padding-top: 12px;
}

@media (max-width: 690px) {
  .testimonial_slider blockquote p.us-testimonial-ready {
    min-height: 220px;
  }
}