blockquote,
blockquote.blockquote {
  margin: 0 0 1.1rem;
  padding: 0.2rem 0 0.2rem 1rem;
  border-left: 0.35rem solid #408cff;
  color: var(--bs-body-color) !important;
  font-size: 1rem !important;
  font-style: normal !important;
  line-height: var(--bs-body-line-height, 1.5);
}

blockquote + blockquote,
blockquote.blockquote + blockquote.blockquote {
  margin-top: 1.1rem;
}

blockquote,
blockquote.blockquote,
blockquote p,
blockquote > * {
  margin: 0;
  color: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit;
  line-height: inherit !important;
  opacity: 1;
}

blockquote > :last-child {
  margin-bottom: 0;
}

blockquote p:first-child {
  font-size: 1.05rem !important;
  line-height: 1.28 !important;
}

blockquote p:not(:first-child) {
  font-size: 0.9rem !important;
  line-height: 1.42 !important;
}

blockquote p + p {
  margin-top: 0.22rem;
}

blockquote strong,
blockquote b {
  color: inherit !important;
  font-weight: 700 !important;
}

blockquote em,
blockquote i {
  color: inherit !important;
  font-style: italic !important;
}

/*Inline block for altmetric badges, will keep the badges in the same line*/
span.__dimensions_badge_embed__, div.altmetric-embed {
  display: inline-block;
}
