/** Shopify CDN: Minification failed

Line 1266:0 Expected "}" to go with "{"

**/
@charset "UTF-8";

.blog-post-detail{
  margin-top:32px;
}

.blog-post-detail p strong, .blog-post-detail p span strong{
  font-weight:700;
}

.blog-post-detail--navigation{
  background:#ffffff;
}

.blog-post-detail--wrapper .blog-content-row{
  margin-top:64px;
}

.tts-btn{
  display:flex;
}

.tts-btn span, #ttsRestart, #ttsStatus{
  font-size:13px;
  font-weight:bold;
}

.tts-player{
  display:flex;
  align-items: center;
  gap: 8px;
  margin-bottom:12px;
      flex-wrap: wrap;
}

#ttsRestart{
  display:flex;
  gap:4px;
}

#ttsRestart img{
  width:12px;
  height:12px;
}

.author-info{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.post-author, .editorial-team{
  font-size:15px;
font-weight:700;
line-height:1;
}

.editorial-team{
  color:#a2a2a2;
  
}

.blog-post-detail .article-tags .tag-link, .clipboard--bubble {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

.blog-post-detail--navigation {
  transition: all 0.25s ease; }

.blog-post-detail--continue {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px); }

  .blog-post-detail .post-meta-wrapper aside.post-meta{
    display:flex;
    justify-content: space-between;
  }

  .blog-post-detail .post-title-wrapper--has-img-true .post-title{
    display:flex;
    justify-content: space-between;
    padding:0 48px 0 0;
  }

  .mobile-blog-tools{
    display:none;
  }

  .mobile-share-wrap {
    position: relative;
  }

  .mobile-blog-share-panel {
    position: absolute;
    top: calc(100% + 10px);
    z-index: 999;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    min-width: 195px;
  }

  .mobile-blog-share-panel[hidden] {
    display: none;
  }

  .mobile-blog-share-panel .blog-social-share{
    padding-bottom:0;
    justify-content: space-between;
  }

  .mobile-blog-share-panel .icon-share{
    height:18px;
  }

  .entry-title.h2{
    font-size:40px;
    font-weight:800;
  }

  
  .blog-post-detail .post-title-wrapper--has-img-true{
    box-shadow:none;
    height:418px;
    border-radius:0;
  }

  .blog-post-detail .featured-image{
    width:100%;
    border-radius: 15px;
    max-width:800px;
  }

  .blog-post-detail .featured-image img{
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
    max-height: 418px;
  }

.blog-meta .blog-group{
  font-size:13px;
  color:#004F78;
  font-weight:800;
  text-transform:uppercase;
}

.blog-group:hover{
 text-decoration:underline;
}

.post-top-info{
  color:#0c0c0c;
  opacity:1;
}

.post-top-info time{
  font-weight:700;
}

.blog-post-detail--navigation--inner {
  padding: 0 15px;
  max-width: var(--grid-width-row, 1380px);
  margin-left: auto;
  margin-right: auto; }

  .blog-content-row{
    display:flex;
    gap:32px;
    position:relative;
  }

  #heading-0{
    font-size:34px;
    font-weight:700;
    margin-top:0;
  }

  .blog-post-detail .post-content{
    flex:2;
  
  }

  .post-content a, .post-content h2 a, .post-content h3 a, .post-content p a {
    text-decoration:none;
    color: #004f78;
    font-weight:700;
  }

  .post-content a:hover, .post-content h2 a:hover, .post-content h3 a:hover, .post-content p a:hover{
    color: #00BCC8;
    text-decoration:underline;
  }

  .post-content strong a:hover{
    color: #00BCC8 !important;
    text-decoration:underline;

  }

  .post-content h2, .post-content h2 b, .post-content h2 b span{
    font-size:34px;
    font-weight:700;
    line-height:1.2;

  }

  .left-sidebar{
    max-width:275px;
    flex:1;
  }

  .right-sidebar{
    max-width:312px;
    flex:1;
    display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        position:relative;
  }

  .post-content li.bold-marker::marker, .post-content li strong {
  font-weight: 700;
  }



/* safety: ensure content below clears correctly if you ever float anything */

  .post-top-info{
    display:flex;
    gap:4px;
  }

  .posted-tags{
    display:flex;
    gap:8px;
    align-items: center;
    margin-bottom:16px;
    font-size:15px;
  }

  .blog-post-detail .article-tags .posted-tags .tag-link{
     border:1px solid black;
     background:#ffffff;
     font-size:13px;
     text-transform:uppercase;
     padding: 5px 20px;
    height: 32px;
    font-weight:700;
  }

  .posted-tags span{
    font-weight:700;
    
  }

  .tts-btn img{
    width:17px;

  }

  .did-you-know{
    padding:20px;
    background:#f5f5f5;
    border:1px solid #d9d9d9;
    border-radius:10px;
    margin-top:32px;
  }

  .did-you-know h5{
    font-size:20px;
    font-weight:700;
    color:#004F78;
    margin-bottom:16px;
    line-height:1;
  }

  .did-you-know h5 img{
    padding-right:4px;
    width:21px;
    height:5px;
  }

  .did-you-know p{
    font-size:15px;
    margin-bottom:0;
  }


  #table-of-contents{
    padding:0px 0;
  }

  .toc {
    position: sticky;
    top: 112px;
    transition: top 0.3s ease;
    max-width: 275px;
    right: 20px;
    padding-right: 10px;
}

.toc h4{
  padding-top:24px;
  padding-bottom:10px;
  font-size:20px;
  margin:0;
  border-top:1px solid #000000;
  font-weight:700;
}
  
  .toc ul {
  list-style-type: none;
  padding:0;
  font-size:15.5px;
  padding-inline-start: 0 !important; 
}

.blog-toc-list{
    margin-left:15px;

}

.blog-toc-list li{
  margin-bottom:0 !important;
  position:relative;
  padding-bottom:10px;
}

.blog-toc-list a{
  position:relative;
  padding-bottom:10px;
}

/* .blog-toc-list li:before a.active{
background: #0a4e70;

} */


.blog-toc-list li:has(> a.active)::before {
  /* your styles here */
  background: #004F78;
  width: 5px;
  height: 100%;

}

.blog-toc-list li::before{
  content: "";
 width: 5px; 
 height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0; 
  left: -15px;
}

/* .blog-toc-list::before{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: #f9f9f9;
  pointer-events: none;
} */



.post-content p{
  font-size:15px;

}

.toc li {

  padding-left:0;
}

.toc a {
  text-decoration: none;
  color: #a2a2a2;
}

.toc a.active, #table-of-contents a.active {
  font-weight: bold;
  color: #00aeef;
}

/* blog related products */
.article-related { margin-top: 1.25rem; border-bottom: 1px solid #d9d9d9; }
.article-related__title { margin: 0 0 .75rem; font-weight: 700; font-size: 1.25rem; line-height:1; }

.article-related__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; height: 230px;
    overflow: hidden; transition: height 0.35s ease;
  /* optional: helps some GPUs smooth things out */
  will-change: height; }

.rp-card { display: grid; grid-template-columns: 110px 1fr; gap: 11px; align-items: start;   }
.rp-card__image { display: block; border-radius: 6px; overflow: hidden; }
.rp-card__image img { display: block; width: 110px; height: 110px; object-fit: contain; }
.rp-card__placeholder { width: 110px; height: 110px; background: #E5E7EB; border-radius: 6px; }

.rp-card__badge {
  display: inline-block; background: #DF623A; color: #fff;
  font-size: .8rem; line-height: 1; padding: 7px 10px; border-radius: 10px;
  font-weight: 700; margin-bottom: 8px;
}

.top-rated{
  display: flex;
  width: 154px;
  height: 27px;
  padding: 8px 43px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius:5px;
  background:#F05023;
  font-size:15px;
  font-weight:700;
  color:white;
}
.blog-related-products .rp-card__sku { color: #B0B3B8; font-weight: 600; font-size: 0.813rem; margin: 11px 0 4px; line-height:1; }
.blog-related-products a.rp-card__title { display: block; color: #0C0C0C; font-weight: 400; line-height:24px; text-decoration: none; margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:1.2;
}
.blog-related-products a.rp-card__title:hover { text-decoration: underline; }

.rp-card__rating { display: flex; align-items: center; gap: 8px; margin: 6px 0 8px; }
.rp-stars { font-size: 18px; letter-spacing: 2px; }
.rp-star { color: #D1D5DB; }            /* empty */
.rp-star.is-full { color: #E47232; }     /* filled */
.rp-card__rating-count { font-size: .9rem; color: #3B82F6; text-decoration: none; }
.rp-card__rating-count:hover { text-decoration: underline; }

.rp-card__price { font-size:1.125rem; font-weight: 800; margin: 6px 0 10px; }
.rp-price--sale { font-size: 1.5rem; color: #0C0C0C;  margin-right: 8px; }
.rp-price--compare { color: #9AA0A6; font-weight: 500; font-size:15px; }

.rp-card .clarus-bt{
  padding:7px 24px;
  height:42px;
  max-width:154px;
}

.clarus-bt:disabled { background: #9AA0A6; cursor: not-allowed; }

.product-break{
  width:80%;
  margin:0 auto;
  background:#d9d9d9;
  height:1px;

}

.article-related__list .product-break:last-of-type{
  display:none;

}

.blog-related-products .related-view-more__text{
  text-align:center;
  color:#0c0c0c;
      margin: 24px 0;
      line-height:1;
    display: block;
  transition:.3s all ease-in-out;
  font-weight:700;
}

.blog-related-products .related-view-more__text:hover{
  text-align:center;
  color:#0c0c0c;
  text-decoration:underline;
}

.related-view-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
      width: 100%;
    justify-content: center;
}

.related-view-more__arrow {
  display: inline-block;
  line-height: 1;
  transition: transform 0.25s ease;
  height: 15px;
  width: 15px;
}

.related-view-more.is-open .related-view-more__arrow {
  transform: rotate(180deg);
}


/* end */

.form-contain input[name="email"]{
  width:284px;
  height:42px;
  background-color:transparent!important;
  color:#ffffff !important;
  outline:0 !important;
}

.form-contain .klaviyo-form input[name="email"]:hover{
  border-color:#ffffff !important;
}

.form-contain input[name="email"]::placeholder{
  color:#ffffff;
      opacity:1;
}

.form-contain button{
  padding:0 17px !important;

}

/* .form-contain .form-row div[component="[object Object]"]::first-of-type{
  background:transparent;
} */

.scroll-stop{

}

.comments-wrapper{
  margin-top:24px;
}

.comment-intro-box{
  border-radius:10px;
  background:#E6EDF2;
  padding:24px 38px;
}

.comment-intro-box h4{
  font-size:34px;
  font-weight:700;
  color:#004f78;
  margin-bottom:24px;
}

comment-intro-box p{
margin-bottom:24px;
}

.comment-row{
  display:flex;
  gap:16px;
}

.comment-item:nth-child(1){
  flex:2;

}

.comment-item{
  flex:1
}
.comment-item img{
  width:244px;
}

.post-feedback {
  margin:24px 0 64px;
  text-align: center;
}
.post-feedback h4 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.post-feedback-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.feedback-btn.clarus-bt {
  background: #ffffff;
  color: #004F78;
  border: 1px solid #004f78;
  padding: 7px 48px;
  height:50px;
  border-radius: 35px;
  font-weight: bold;
  cursor: pointer;
  transition:.3s all ease-in-out;
}
.feedback-btn.clarus-bt:hover {
  background: #003d5c;
  color:white;
}
.feedback-response {
  margin-top: 1rem;
  font-weight: 500;
  color: #004f78;
}

.post-content .blog-social-share{
padding-bottom:0;
}


  .blog-post-detail .post-content p+h2, .blog-post-detail .post-content p+h3{
    font-size:34px;

  }

  .blog-post-detail .post-content p+h1, .blog-post-detail .post-content p+h2, .blog-post-detail .post-content p+h3, .blog-post-detail .post-content p+h4, .blog-post-detail .post-content p+h5, .blog-post-detail .post-content p+h6{
    font-weight:700;

  }

  #mobile-table-of-contents{
    display:none;
  }

  #mobile-table-of-contents.toc.sticky-menu{
    background:#004f78;
  }

  .comment-intro-box.mobile-intro-box{
      display:none;
    }

  @media(max-width:1160px){
    .right-sidebar{
      display:none;
    }

  }

  @media(max-width:1070px){
       .blog-post-detail--wrapper .blog-post-detail .post-title-wrapper--has-img-true {
        height: auto;
        flex-direction: column;
        margin-bottom:0;
    }

     .blog-post-detail .post-title-wrapper--has-img-true .post-title, .blog-post-detail .featured-image{
      width:100%;
    }

    .blog-post-detail .post-title-wrapper--has-img-true .post-title{
      padding:32px 0 24px;

    }

    

  }

  @media(max-width:990px){
    .comment-row{
      flex-direction: column;
      align-items:center;
    }

    

    .comment-intro-box{
      display:none;

    }

    .comment-intro-box.mobile-intro-box{
      display:block;
    }
    
  }

  @media(max-width:830px){


        .blog-post-detail--wrapper .blog-post-detail .post-title-wrapper--has-img-true {
        height: auto;
        flex-direction: column;
    }

     .blog-post-detail .post-title-wrapper--has-img-true .post-title, .blog-post-detail .featured-image{
      width:100%;
    }

    


    .blog-post-detail .post-content{
      max-width:100%;
      

    }

    .left-sidebar{
      display:none;
    }

    :root {
    --toc-offset: 74px;
    --toc-z: 999;
  }

  .article__content h2[id],
.article__content h3[id],
.rte h2[id],
.rte h3[id]{
  scroll-margin-top: calc(var(--toc-offset, 74px) + 16px);
}


    #mobile-table-of-contents.toc {
      position: sticky;
      top: var(--toc-offset);
      z-index: 119;
      background: #fff;
      display:block;
      max-width:unset;
      width:100%;
      padding:0;
     
    }

    #mobile-table-of-contents .toc-heading { display: none; }

    #mobile-table-of-contents .toc-toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      font: inherit;
      font-weight: 700;
      background: transparent;
      border: 0;
      padding: 10px 16px;
      cursor: pointer;
    }

    #mobile-table-of-contents .chev {
      transition: transform .2s ease;
    }

    #mobile-table-of-contents[aria-expanded="true"] .chev {
      transform: rotate(180deg);
    }

    #mobile-toc-list{
      margin:0 16px;

    }

    #mobile-table-of-contents

    #mobile-table-of-contents ul {
      max-height: 0;
      overflow: hidden;
      transition: max-height .25s ease;
      border-top: 1px solid #f0f2f5;
    }

    #mobile-table-of-contents[aria-expanded="true"] ul{
      border-top: 1px solid #004f78;
    }

    #mobile-table-of-contents[aria-expanded="true"] ul {
      max-height: unset;
      overflow: auto;
    border-top: 1px solid #f0f2f5;
    }

    #mobile-table-of-contents ul {
  overflow: hidden;
  max-height: 0;            /* collapsed by default */
  transition: max-height .25s ease;
}

/* Optional: rotate chevron while open */
#mobile-table-of-contents[aria-expanded="true"] .chev {
  transform: rotate(180deg);
  transition: transform .2s ease;
}

    #mobile-table-of-contents ul a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #a2a2a2;
      font-weight: 500;
      line-height:1;
    }

    #mobile-table-of-contents ul a.is-active {
      font-weight: 700;
      color: #00aeef !important;
    }

    #mobile-table-of-contents.toc.sticky-menu{
      top:73px;
    }

    #mobile-table-of-contents.toc.sticky-menu .toc-toggle, #mobile-table-of-contents.toc.sticky-menu ul a{
      color:white;
    }

    .blog-post-detail--navigation.navigation--sticky{
      height:7px;
    }

    .tts-player-mobile{
      gap:8px;

    }

    .tts-player-mobile, .tts-player-mobile .tts-btn{
      display:flex;
      align-items:center;
    }

   

      .mobile-blog-tools{
    display:flex;
    align-items:center;
    gap:16px;
    margin-top:16px;
  }

  #ttsStatusMobile{
    font-size:13px;
    font-weight:700;
    padding-top:1px;
  }

  .mobile-blog-tools .copy-link{
    display:flex;
  }

  .mobile-blog-tools .copy-link img{
    width:21px;
  }

 .font-toggle-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
}

.font-toggle-btn {
  background: transparent;
  border: 0;
  padding:0;
  cursor: pointer;
  line-height: 0;
  border-radius: 8px;
}

.font-toggle-btn:hover img {
  /* background: rgba(0,0,0,0.05); */
  transform: scale(1.2);
}

.font-toggle-btn img {
  width: 24px;
  height: 24px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}


.font-toggle-btn.is-on img {
  transform: scale(1.2);
  
}


.post-content {
  transition: font-size 0.25s ease, line-height 0.25s ease;
}

.post-content.reader-size {
  font-size: 1.15em;
  line-height: 1.8;
}


}


  @media(max-width:768px){
    .blog-post-detail--wrapper .blog-content-row{
  margin-top:48px;
}
    .blog-post-detail--wrapper .blog-post-detail .post-title-wrapper--has-img-true{
      height:auto;
      flex-direction:column;
    }

   .blog-post-detail--navigation{
    display:grid;
    height:5px;
            position: fixed;
        width: 100%;
        top: calc(var(--header-height, 0px) + 0px);
        z-index:12;
   }

       .blog-post-detail--navigation.navigation--sticky{
        pointer-events: all;
        transform: translateY(-1px);
        height:7px; 
    }

   .blog-post-detail--navigation--bar{
          display: block;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    transform: scale(0.492515, 1);
    background: var(--Crimson-sunset);
    transform-origin: left center;

   }

    .blog-post-detail .featured-image img{
      max-height:260px;
    }

    .post-main-info .entry-title.h2{
      line-height:1.2;
    }

    .comment-row{
      flex-direction: column;
      align-items:center;
    }

    .comment-item{
      text-align:center;
    }
  }

   @media(max-width:767px){

      .entry-title.h2{
        font-size:34px;
      }

      .blog-post-detail--wrapper .blog-post-detail .post-content h2, .blog-post-detail--wrapper .blog-post-detail .post-content h3, .post-content h2, .post-content h2 b, .post-content h2 b span{
        font-size:24px ;
      }

      .comment-intro-box h4{
        font-size:24px;
        margin-bottom:16px;
      }

      .comment-intro-box .comment-item p{
        margin-bottom:0;
      }

    }

  @media(max-width:480px){
    .comment-row{
      flex-direction: column;
      align-items:flex-start;
    }

    .comment-item{
      text-align:left;
    }

  

  }


  @media only screen and (min-width: 768px) {
    .blog-post-detail--navigation--inner {
      padding: 0 50px; } }

.blog-post-detail .article-tags .tag-link {
  display: inline-flex;
  white-space: nowrap;
  font-size: 0.8125rem;
  padding: 5px 15px;
  height: 31px;
  text-decoration:none;
  border-radius: var(--button-border-radius, 6px);
  align-items: center;
  font-weight: var(--font-body-medium-weight, 500);
  margin: 0 2px 2px 0;
  line-height: 1;
  background: rgba(var(--color-body-rgb), 0.05);
  color: rgba(var(--color-body-rgb), 0.8); }
  .blog-post-detail .article-tags .tag-link:hover, .blog-post-detail .article-tags .active.tag-link {
    color: #fff;
    background: var(--color-accent); }

.blog-post-detail .post-meta-wrapper {
  font-size: 0.75rem;
  color: var(--color-body, #2c2d2e);
  margin-bottom: 10px; }
  .blog-post-detail .post-meta-wrapper aside {
    display: inline-flex;
    margin: 0 10px 10px 0;
    position: relative;
    align-items: center;
    }
    .blog-post-detail .post-meta-wrapper aside:after {
      content: "—";
      display: inline-block;
      opacity: 0.7;
      margin-left: 10px;
     }
    .blog-post-detail .post-meta-wrapper aside:last-child:after {
      content: none; }

.blog-post-detail .post-title {
  width: 100%;
  max-width: 800px;
  padding: 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .blog-post-detail .post-title {
      padding: 50px;
      width: 50%; } }
  .blog-post-detail .post-title .share-article {
    margin-top: auto;
    margin-bottom: 0; }

.blog-post-detail .post-title-wrapper {
  border-radius: var(--block-border-radius, 16px);
  background: var(--color-article-card-bg, #fff);
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .blog-post-detail .post-title-wrapper {
      margin-bottom: 60px; } }
  .blog-post-detail .post-title-wrapper--border-true {
    border: 1px solid var(--color-border, #dadce0); }
  .blog-post-detail .post-title-wrapper--has-img-true {
    flex-direction: column-reverse; }
    @media only screen and (min-width: 768px) {
      .blog-post-detail .post-title-wrapper--has-img-true {
        flex-direction: row;
        margin-bottom: 0px; border-radius:0;} }
    .blog-post-detail .post-title-wrapper--has-img-true .post-title {
      margin: 0; }
  .blog-post-detail .post-title-wrapper--has-img-false {
    text-align: center;
    justify-content: center;
    min-height: 380px;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .blog-post-detail .post-title-wrapper--has-img-false {
        flex-direction: row;
        margin-bottom: 60px; } }
    .blog-post-detail .post-title-wrapper--has-img-false .post-title {
      margin: 0; }
    .blog-post-detail .post-title-wrapper--has-img-false .share-article {
      margin: 20px auto 0; }

.blog-post-detail .featured-image {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    /* .blog-post-detail .featured-image {
      width: 50%; } } */

.blog-post-detail .post-content {
  margin-bottom: 0px; }
  .blog-post-detail .post-content p + h1,
  .blog-post-detail .post-content p + h2,
  .blog-post-detail .post-content p + h3,
  .blog-post-detail .post-content p + h4,
  .blog-post-detail .post-content p + h5,
  .blog-post-detail .post-content p + h6 {
    margin-top: 30px; }

.blog-post-detail .article-tags {
  margin-bottom: 16px; }
  .blog-post-detail .article-tags .tag-link {
    margin-left: 0; }

.blog-post-detail .share-article {
  text-align: left; }

.blog-post-detail--continue {
  background: var(--color-article-card-bg, #fff);
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  width: 100%;
  margin-bottom: 45px;
  padding: 10px; }
  .blog-post-detail--continue--border-true {
    border: 1px solid var(--color-border, #dadce0); }
  .blog-post-detail--continue-image {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: calc(var(--block-border-radius, 16px) / 2);
    width: 190px;
    margin-left: auto;
    display: none; }
    .blog-post-detail--continue-image a {
      display: block;
      height: 100%; }
    @media only screen and (min-width: 768px) {
      .blog-post-detail--continue-image {
        display: block; } }
  .blog-post-detail--continue-title {
    letter-spacing: -0.02em;
    opacity: 0.6;
    margin-bottom: 15px;
    font-weight: var(--font-body-medium-weight, 500);
    line-height: 1; }
  .blog-post-detail--continue h5 {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .blog-post-detail--continue h5 {
        width: 80%; } }
  .blog-post-detail--continue-content {
    padding: 20px;
    display: flex;
    flex-direction: column; }
    .blog-post-detail--continue-content .text-button {
      margin-top: auto; }
  @media only screen and (min-width: 768px) {
    .blog-post-detail--continue {
      flex-direction: row; } }

.blog-post-detail--navigation {
  display: grid;
  gap: 40px;
  height: 5px;
  align-items: center;
  position: fixed;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  
  transform: translateY(calc(-100% - 4px)); }
  .header-sticky--active .blog-post-detail--navigation {
    top: calc(var(--header-height, 0px) + 0px); }
  .blog-post-detail--navigation.navigation--sticky {
    pointer-events: all;
    transform: translateY(-1px);
  }
  @media only screen and (min-width: 768px) {
    .blog-post-detail--navigation {
      height: 5px; } }
  .blog-post-detail--navigation--inner {
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr; }
    .blog-post-detail--navigation--inner .share-article {
      margin-bottom: 0;
      margin-left: auto; }
      .blog-post-detail--navigation--inner .share-article a:last-child {
        margin-right: 0; }
  .blog-post-detail--navigation--title {
    font-size: 0.8125rem;
    font-weight: var(--font-body-medium-weight, 500);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1; }
    @media only screen and (min-width: 768px) {
      .blog-post-detail--navigation--title {
        font-size: 0.9375rem; } }
    .blog-post-detail--navigation--title > div {
      overflow: hidden;
      text-overflow: ellipsis; }
  .blog-post-detail--navigation--bar {
    display: block;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    transform: scale(0, 1);
    background: var(--Crimson-sunset);
    transform-origin: left center; }

.share-article {
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 25px;
  display: flex;
  align-items: center; }
  .share-article svg {
    height: 16px;
    width: auto; }
    .share-article svg path {
      fill: var(--color-body, #2c2d2e); }
  .share-article label {
    display: block;
    font-size: 0.8125rem;
    font-weight: var(--font-body-medium-weight, 500);
    margin-right: 10px; }
  .share-article .social {
    display: inline-flex;
    align-items: center;
    margin: 0 2px;
    padding: 0 5px;
    width: 24px;
    height: 24px;
    white-space: nowrap;
    color: var(--color-body, #2c2d2e); }

.clipboard {
  position: relative; }
  .clipboard--bubble {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 6px);
    transform: translateX(-50%);
    background-color: var(--color-body, #2c2d2e);
    color: var(--bg-body, #f5f5f5);
    white-space: nowrap;
    font-size: 0.75rem;
    padding: 3px 6px;
    border-radius: 1px;
    opacity: 0;
    pointer-events: none;
    line-height: 1.25; }
    .clipboard--bubble:after {
      content: '';
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 3px 2.5px 0 2.5px;
      border-color: var(--color-body, #2c2d2e) transparent transparent transparent;
      transform: translateX(-2.5px);
      position: absolute;
      bottom: -3px;
      left: 50%; }
  .clipboard-success .clipboard--bubble {
    opacity: 1; }

   
