/* Blog post */
.content-wrapper {
    max-width: 1650px !important;
}

/* =========================================
   BLOG POST CONTENT
========================================= */

.blog-post__content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
  padding: 0 20px;
}

::marker
{
 font-size: 13px;
}
.blog-post__share-buttons {
    display: flex;
    align-items: center;
}
.blog-post__share-buttons a:hover {
 text-decoration: none;
 color: #65748b;
}
.blog-post__share-buttons .social-icon {
    align-items: center;
    align-self: stretch;
    border: 1px solid #65748b;
    display: flex;
    justify-content: center;
    max-width: max-content;
    padding: 5px;
    position: relative;
    border-radius: 5px;
}
.blog-post__share-buttons a {
     color: #65748b;
    text-decoration: none;
    max-width: max-content;
    width: 100%;
    display: block;
}
/* =========================================
   LEFT SIDEBAR
========================================= */

.blog-post__sidebar {
    max-width: 507px;
    width: 100%;
}


/* =========================================
   SHARE
========================================= */

.blog-post__share {
  margin-bottom: 55px;
}

.blog-post__share > span {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #687995;
  text-transform: uppercase;
}


/* =========================================
   TABLE OF CONTENTS
========================================= */

.blog-post__toc {
  width: 100%;
    border: 1px solid #E6F6FF;
    border-radius: 20px;
}


/* TOC HEADER */

.blog-post__toc-toggle {
    width: 100%;
    min-height: 62px;
    padding: 0 22px;
    border-radius: 20px;
    background: #f0f6ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #17263c;
}

.blog-post__toc-toggle.is-open {
    border-radius: 20px 20px 0 0;
}
/* Only chevron is clickable */
.blog-post__toc-arrow {
  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #3f6fff;
  cursor: pointer;

  transition: transform 0.3s ease;
}


/* Rotate arrow when open */
.blog-post__toc-arrow.is-open {
  transform: rotate(180deg);
}


/* Rotate arrow */

.blog-post__toc-toggle[aria-expanded="false"]
.blog-post__toc-arrow {
  transform: rotate(-90deg);
}


/* =========================================1
   TOC LIST
========================================= */

.blog-post__toc-list {
    margin-top: 0;
    padding: 20px;
 border-radius: 10px;
    background: #f8fbff;
    display: none;
}


/* Open */

.blog-post__toc-list.is-open {
  display: block;
      border-radius: 0px 0px 10px 10px;
}
.blog-post__toc-list.is-open ol {
      padding-left: 18px;
}

/* Remove default list styling */

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


/* Each item */

.blog-post__toc-item {
  margin: 0;
  padding: 0;
}


/* Links */

.blog-post__toc-link {
  color: #0f1d30;
    display: block;
    font-size: 15px;
    line-height: 1.5;
    padding: 8px 0;
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}


/* Hover */

.blog-post__toc-link:hover {
 color: #2f6bff;
}


/* Active heading */

.blog-post__toc-link.is-active {
  color: #2f6bff;
}
.blog-related-posts .content-wrapper {
      max-width: 1250px !important;
}
.blog-related-posts h3 {
    color: #0f1d30;
    font-size: 18px;
    letter-spacing: -0.4px;
    margin-bottom: 25px;
    margin-top: 18px;;
}
.blog-related-posts a {
    color: inherit;
    font-weight: 500;
    text-decoration: none;
}
.blog-related-posts__post {
    padding: 15px !important;
}
.blog-related-posts .blog-related-posts__title-link {
    color: #0f1d30;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.4px;
}
.blog-related-posts .blog-related-posts__content {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 15px 15px 20px 15px;
    background: #fff;
    margin-top: -6px;
      border-radius: 0px 0px 10px 10px;
    
}
.blog-related-posts .read-more a {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: -0.4px;
    color: #2f6bff; 
    text-decoration: none;
   
}
.blog-related-posts .article-wrap {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
      border-radius: 10px;
      transition: all 0.3s ease-in-out;
}
.blog-related-posts .article-wrap:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}
/* =========================================
   BLOG BODY
========================================= */

.blog-post__body {
    flex: 1;
    min-width: 0;
    max-width: 761px;
    width: 100%;
}
.blog-post__body ul li {
  position: relative;
  padding-left: 20px;
  list-style: none;
  font-size: 17px;
      max-width: max-content;
}
.blog-related-posts__image {
  position: relative;
      border-radius: 10px 10px 0px 0px;
}
.blog-related-posts__image:after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
}
.blog-post__body ul  {
    padding: 0;
    margin: 0px 0 10px 0px;
}
.blog-post__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  background: #007bff;
  border-radius: 50%;
}
p:last-child {
  margin: 0px;
}
/* Prevent heading from hiding underneath sticky header */

.blog-post__body h2 {
  scroll-margin-top: 120px;
  color: #0f1d30;
  font-size: 30px;
  font-weight: 600;
}
.blog-post__body h3 {
    color: #0F1D30;
    font-size: 23px;
    font-weight: 500;
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 1024px) {
  .blog-post__body {
    max-width: 100%;
  }
  .blog-post__content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 1360px) and (min-width: 1024px){
  
  .highlight-boxes .highlight-card {
    width: 50% !important;
    margin-bottom: 10px;
}
}
@media (max-width: 991px) {

  .social-platforms {

}
  .blog-post__share {
  display: none;
}
  .blog-post__sidebar {
    flex: 0 0 auto;
    width: 100%;
  }

  .blog-post__share {
    margin-bottom: 30px;
  }
  .blog-post__toc-list {
    margin: 0px;
  }
  .highlight-boxes .highlight-card {
    width: 100% !important;
   margin-bottom: 10px;
}
  .highlight-boxes .container,
    .three-card-image-text .container{
    flex-wrap: wrap;
}
  .achievement-boxes .highlight-card,
  .stager-image .text-wrap .left-column, .stager-image .text-wrap .right-column,
  .three-card-image-text .highlight-card{
    width: 100% !important;
}
  .stager-image .text-wrap{
    flex-direction: column;
}
}


@media (max-width: 767px) {

  .blog-post__content-wrapper {
    gap: 30px;
  }

  .blog-post__toc-toggle {
    min-height: 58px;
    padding: 0 18px;
    border-radius: 10px;
  }

}
.blog-post {
  margin: 0 auto;
    max-width: 1645px;
}
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}
.blog-post p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: -0.4px;
    color: #0f1d30;
}
.blog-post .content-wrapper {
    max-width: 840px;
}
.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}
.blog-post .post-wrapper {
    display: flex;
    align-items: center;
}
.blog-post .post-wrapper .tle-date-wrap,
.blog-post .post-wrapper .blog-post__featured-image{
    width: 50%;
}
.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}
.blog-post__featured-image img {
    width: 100%;
    height: auto;
}1
.blog-post__tag-link {
  font-size: 0.875rem; 
}

/* Blog related posts */
.blog-related-posts {
  padding-top: 40px !important;
}
.blog-related-posts {
     background-color: #bddbfd;
}
.blog-related-posts__title-link {
    color: #0f1d30;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.4px;
}
.blog-related-posts__title-link:hover {
  text-decoration: none;
  font-weight: 600;
}
.blog-related-posts h2 {
    font-size: 37px;
    font-weight: 600;
    letter-spacing: -0.4px;
      margin-bottom: 47px;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}