a.live-label {
  background: var(--document-red);
  color: #fff;
  padding: 0.4rem 0.8rem 0.08rem;
  border-radius: 4px;
}
article.live-feed .live-header > h1 {
  font-size: 46px;
  line-height: 58px;
  font-weight: 600;
}
article.live-feed .live-feed-intro-wrap {
  margin-left: auto;
  margin-right: auto;
  float: none;
  top: -5rem;
}
article.live-feed .live-feed-intro-bg {
  background: #00002c;
  color: white;
  padding: 5% 6%;
  border-radius: 4px;
  box-shadow: 0px 4px 12px #00000099;
}
article.live-feed .live-feed-intro-bg p {
  font-size: 1.8rem;
  line-height: 3.4rem;
  margin-bottom: 0;
}
article.live-feed .live-feed-updates {
  border-left: 3px dotted #ccc;
  padding-left: 2rem;
}
article.live-feed .live-feed-entry > .live-feed-bullet {
  background: #ff0000;
  border-radius: 50%;
  height: 1.2rem;
  margin-right: 10px;
  position: relative;
  top: 2.1rem;
  width: 1.2rem;
  display: block;
  left: -2.74rem;
}
article.live-feed .live-feed-timestamp time {
  font-family: var(--document-sans-serif);
  font-size: 1.6rem;
  font-weight: normal;
}
article.live-feed .live-feed-timestamp time a {
  color: var(--document-red);
}
article.live-feed .live-feed-updates-wrapper {
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: -4rem;
}
article.live-feed article.live-feed-entry {
  padding-bottom: 1rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px dotted #ddd;
}
article.live-feed article.live-feed-entry .live-feed-entry-byline {
  font-family: var(--document-sans-serif);
  font-size: 1.5rem;
  font-weight: normal;
  text-align: right;
  color: #777;
}
article.live-feed article.live-feed-entry .live-feed-entry-byline img {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
article.live-feed article.live-feed-entry .live-feed-body .live-feed-entry-title {
  margin-bottom: 3rem;
  line-height: 3.6rem;
  font-size: 2.6rem;
}
article.live-feed article.live-feed-entry .live-feed-body figure.featured-image-wrapper,
article.live-feed div.featured-image-wrapper {
  margin-bottom: 3rem;
}
article.live-feed div.featured-image-wrapper {
  position: relative;
}
article.live-feed div.featured-image-wrapper figure.wp-caption {
  position: relative;
  margin: 0;
}
article.live-feed div.featured-image-wrapper figure.wp-caption .wp-caption-text {
  position: absolute;
  top: 78%;
  right: 0;
  margin: 0;
  background: #0000008c;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 0.2rem 0.6rem 0.3rem;
  font-family: var(--document-sans-serif);
  font-weight: normal;
  font-style: normal;
}
article.live-feed article.live-feed-entry .live-feed-body figure.featured-image-wrapper img,
article.live-feed div.featured-image-wrapper img {
  margin: 0 0 0.4rem 0;
}

@media (min-width: 768px) {
  article.live-feed .live-feed-intro-wrap {
    top: -8rem;
  }
  article.live-feed .live-feed-intro-bg p {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
  article.live-feed article.live-feed-entry .live-feed-body .live-feed-entry-title {
    line-height: 4rem;
    font-size: 3rem;
  }
  article.live-feed .live-feed-intro-bg {
    padding: 3% 4cap;
  }
  article.live-feed div.featured-image-wrapper figure.wp-caption .wp-caption-text {
    top: 81%;
  }
}