/**
 * @file
 * Visual styles for event+'s speaker content type.
 */
.node--view-mode-mt-speaker-node-teaser .field--name-field-mt-spk-subtitle {
  line-height: 130%;
  margin-bottom: 20px;
}
.node--view-mode-mt-speaker-node-teaser .node__header {
  padding-bottom: 0;
}
.node--view-mode-mt-speaker-node-teaser .field--name-field-mt-spk-body {
  padding-bottom: 20px;
}
.node--view-mode-mt-speaker-node-teaser .field--name-field-mt-spk-body p:last-child {
  padding-bottom: 0;
}
.node--view-mode-mt-speaker-embedded-teaser .images-container {
  margin-bottom: 0;
}
.node--view-mode-mt-speaker-embedded-teaser .images-container .overlay {
  opacity: 0;
}
.field--name-field-mt-spk-affiliations {
  padding-bottom: 25px;
}
.node--view-mode-mt-speaker-node-teaser .views-row {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .node--view-mode-mt-speaker-node-teaser .views-row {
    margin-bottom: 40px;
  }
}
