/**
 * @file
 * Visual styles for Magazine+'s testimonial content type.
 */
.node--type-mt-testimonial .field--name-field-mt-testimonial-image {
  max-width: 60px;
  margin: 0 0 15px;
}
.node--type-mt-testimonial .field--name-field-mt-testimonial-image img {
  border-radius: 100%;
}
.node--type-mt-testimonial .field--name-field-mt-subtitle {
  font-size: 15px;
  text-transform: none;
}
.node--type-mt-testimonial .field--name-field-mt-subtitle:before {
  content: "- ";
}
.region--dark-typography .node--type-mt-testimonial .field--name-field-mt-subtitle {
  color: #9c9c9c;
}
.node--type-mt-testimonial .field--name-body {
  margin-bottom: 15px;
}
.node--type-mt-testimonial .field--name-body p {
  font-style: italic;
  font-size: 16px;
  line-height: 1.8;
  padding: 0 0 10px;
}
