/* Remove shadow from realted article box */
.teaser-content__wrapper {
  background: #eeeeee;
  box-shadow: none;
}

article blockquote > p {
  margin-bottom: 0;
  hyphens: none;
}

blockquote p .aside__callout-item--source {
  font-size:60%;
}

blockquote p .aside__callout-item--source a {
  color: #f1844b;
}
.aside__callout-item--intro-block p {
  font-size: 140%;
}

article ul + h2,
article ol + h2 {
  margin-top: 1.25em;
}

/* Refines content preview moderation form displays */
.entity-moderation-form__item {
    font-family: "Gotham SSm A", "Gotham SSm B", HelveticaNueue, Arial, sans-serif;
}

.entity-moderation-form__item label {
font-weight: bold;
}

.article__content-wrapper ul li.entity-moderation-form__item:before {
    content: none;
}

#node-preview-form-select {
    padding-top: 1em;
    font-family: "Gotham SSm A", "Gotham SSm B", HelveticaNueue, Arial, sans-serif;
}

/* Tweakss spacing between elements */
.teaser-content__wrapper {
  margin: 2em 0;
}