.not-logged-in .story .field--name-body {
  position: relative;
}
.not-logged-in .story .field--name-body::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: hsla(0, 0%, 100%, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(0.9, #fff));
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 90%);
}
.narrative-premium-continue-reading {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
.narrative-premium-continue-reading a.link-button {
  background: #ed4c3b;
  color: #fff;
  border: none;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0;
  margin-bottom: 20px;
}
.narrative-premium-continue-reading a:hover,
.narrative-premium-continue-reading a.link-button:hover {
  text-decoration: none;
}
.narrative-premium-continue-reading .section-header {
  font-size: 21px;
  line-height: 32px;
  color: #555555;
  width: 100%;
  margin: 0 auto 18px;
}
.narrative-premium-continue-reading .section-header img {
  width: 85%;
  margin: 0 auto;
}

.narrative-premium-continue-reading .continue-reading-login {
  font-size: 14px;
  color: #666;
}
