.yh-wpArticle__status {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .68;
}

.yh-wpArticle__status[hidden] {
  display: none;
}

/*
  The article shell is intentionally useful before WordPress answers.  The
  static post index supplies the title and already-viewed cover immediately;
  until that script runs, retain the billboard shape instead of exposing an
  empty body or an error-looking message.
*/
body.is-article-hydrating .yh-cover[hidden] {
  display: block;
  background: #111;
}

body.is-article-hydrating .yh-content {
  visibility: hidden;
}

body.is-article-hydrating .yh-related {
  display: none;
}

.yh-wpArticle__body img,
.yh-wpArticle__body video {
  max-width: 100%;
  height: auto;
}

.yh-wpArticle__body figure {
  margin: 28px 0;
}

.yh-wpArticle__body figcaption {
  margin-top: 8px;
  font-size: 13px;
  opacity: .72;
}

.yh-wpArticle__body iframe {
  max-width: 100%;
}

.yh-wpArticle__sourceLink {
  display: inline-block;
  margin-top: 26px;
  font-size: 13px;
  opacity: .72;
}

/* Respect WordPress image and caption alignment inside articles. */
.yh-wpArticle__body .aligncenter {
  clear: both;
  float: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.yh-wpArticle__body img.aligncenter {
  display: block;
}

.yh-wpArticle__body .has-text-align-center {
  text-align: center;
}
