.blogPost__featured-img{ line-height: 0; }
.blogPost__featured-img img{ width: 100%; display: block; }

.blogPost__wrapper{
  display: flex;
  flex-wrap: wrap;
}

.blogPost__details{ padding: 50px 0 86px; }

/* Back link */
.blogPost__back{
  color: var(--dark-gray); !important;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none !important;
  font-style: italic;
  transition: opacity .25s ease;
}
.blogPost__back:hover{ opacity: .7; }
.blogPost__back .arrow{
  vertical-align: 3px;
  padding-right: 3px;
}

/* Main / sidebar columns */
.blogPost__contexts{
  width: 70%;
  padding-right: 30px;
}
.blogPost__popular-posts{
  width: 30%;
  padding-top: 32px;
  position: relative;
}

/* Title + meta */
.blogPost__title{
  color: var(--dark-gray);
  font-size: 48px;
  line-height: 1.25;
  margin: 32px 0 36px;
  font-weight: 700;
}

.blogPost__date{
  color: var(--medium-gray);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 36px;
  font-family: "Poppins", sans-serif;
}

/* Tags */
.blogPost__tags{ margin: 0 0 20px; }

.blogPost__tags a{
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: var(--medium-gray);
  text-decoration: none !important;
  background-color: var(--lightest-gray);
  padding: 1px 21px;
  border-radius: 15px;
  margin-right: 20px;
  margin-bottom: 15px;
  transition: opacity .25s ease, color .25s ease, background-color .25s ease;
}
.blogPost__tags a:hover{ opacity: .8; }

/* Body copy */
.blogPost__post-body p{
  color: var(--dark-gray);
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 28px;
}
.blogPost__post-body p:last-of-type{ margin: 0; }

/* CTA wrapper inside paragraphs */
.blogPost__post-body p .hs-cta-wrapper,
.blogPost__post-body p .hs-cta-wrapper > span{
  font-size: 0;
  line-height: 0;
  padding: 0 !important;
}

.blogPost__post-body .hs_cos_wrapper > img{
  margin: 0 0 28px;
}

/* Full-width CTA link */
.cta-fullwidth{
  color: var(--highlight-red);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  background: #fff;
  border: 1px solid var(--highlight-red);
  display: block;
  padding: 11px 15px;
  text-decoration: none !important;
  transition: opacity .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}
.cta-fullwidth .arrow{
  line-height: 0;
  vertical-align: 2px;
  padding: 0 !important;
}
.cta-fullwidth:hover{ opacity: .8; }

/* Share links */
.blogPost__shareLinks{ padding: 10px 0 0; }

.blogPost__shareLinks ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.blogPost__shareLinks ul li{
  display: inline-block;
  color: var(--dark-gray);
  font-size: 12px;
  line-height: 1.2;
  font-style: italic;
  margin-right: 15px;
}
.blogPost__shareLinks ul li:last-of-type{ margin-right: 0; }

.blogPost__shareLinks ul li a{
  transition: opacity .25s ease;
}
.blogPost__shareLinks ul li a:hover{ opacity: .7; }

/* Popular posts module */
.blogPost__postsWrapper{
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,.18);
  max-width: 298px;
  margin: 0 0 0 auto;
  position: sticky;
  top: 110px;
}

.blogPost__postsWrapper h4{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  color: var(--dark-gray);
  padding: 15px 20px 17px;
  margin: 0;
}

.blogPost__post{
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 15px 20px;
}

.blogPost__post h5{ margin: 0 0 12px; }

.blogPost__post h5 a{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.188;
  color: var(--dark-gray);
  text-decoration: none !important;
  transition: opacity .25s ease;
}
.blogPost__post h5 a:hover{ opacity: .6; }

.blogPost__post .topic-data{ margin: 0; }

.blogPost__post .topic-data a{
  font-size: 16px;
  line-height: 1.188;
  color: var(--dark-gray);
  opacity: .6;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-decoration: none;
  margin-right: 15px;
  transition: opacity .25s ease;
}
.blogPost__post .topic-data a:hover{ opacity: .4; }

/* Hide/show variants */
.blogPost__postsWrapper.post-detail{ display: none !important; }

/* =========================
   Breakpoints
   ========================= */
@media (max-width: 991px){
  .blogPost__contexts{
    width: 100%;
    padding-right: 0;
  }

  .blogPost__popular-posts{ display: none; }
  .blogPost__postsWrapper.post-detail{ display: block !important; }

  .blogPost__postsWrapper{
    max-width: 100%;
    position: relative;
    top: auto;
    margin: 30px 0;
  }
}

@media (max-width: 767px){
  .blogPost__details{ padding: 40px 0 70px; }

  .blogPost__details .page-center{ padding: 0 !important; }

  .blogPost__back,
  .blogPost__title,
  .blogPost__date,
  .blogPost__tags,
  .blogPost__post-body *{
    padding-left: 35.156px;
    padding-right: 35.156px;
  }

  .blogPost__title{
    font-size: 30px;
    margin: 20px 0 30px;
  }

  .blogPost__date{ margin: 0 0 24px; }

  .blogPost__post-body img{
    width: 100% !important;
    padding: 0 !important;
  }

  .blogPost__shareLinks{
    padding: 0;
    margin: 0 35.156px;
    text-align: center;
  }

  .blogPost__shareLinks ul li:first-of-type{ display: none; }

  .blogPost__postsWrapper{ margin: 10px 35.156px 35px; }
}