/* BlogPost.module.css */
.BlogPost_container__oCzDM {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .BlogPost_content__3_nZD {
    display: flex;
    gap: 40px;
  }
  
  .BlogPost_article__cufRC {
    flex: 1;
  }
  
  .BlogPost_tableOfContents__pD9oq {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    align-self: flex-start;
    width: 250px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding-right: 20px;
    font-size: 14px;
  }
  
  .BlogPost_tableOfContents__pD9oq ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .BlogPost_tableOfContents__pD9oq li {
    margin-bottom: 8px;
  }
  
  .BlogPost_tableOfContents__pD9oq a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .BlogPost_tableOfContents__pD9oq a:hover {
    color: #0070f3;
  }
  
  .BlogPost_tocLevel2__g39Rp {
    font-weight: 400;
  }
  
  .BlogPost_tocLevel3__Bb_Dp {
    font-weight: 300;
    padding-left: 16px;
  }
  
  .BlogPost_progressBar__Ia4J7 {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background-color: #0070f3;
    transition: width 0.3s ease;
    z-index: 1000;
  }
  
  .BlogPost_backButton__Kiy4w {
    /* background-color: #0070f3; */
    color: black;
    border: none;
    /* padding: 10px 20px; */
    border-radius: 5px;
    cursor: pointer;
    /* transition: background-color 0.3s ease; */
  }
  
  .BlogPost_backButton__Kiy4w:hover {
    /* background-color: #0056b3; */
  }
  
  .BlogPost_seoautobot__KnTv2 {
    line-height: 1.6;
  }
  
  .BlogPost_seoautobot__KnTv2 h1, .BlogPost_seoautobot__KnTv2 h2, .BlogPost_seoautobot__KnTv2 h3, .BlogPost_seoautobot__KnTv2 h4, .BlogPost_seoautobot__KnTv2 h5, .BlogPost_seoautobot__KnTv2 h6 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
  }
  
  .BlogPost_seoautobot__KnTv2 p {
    margin-bottom: 1em;
  }
  
  .BlogPost_seoautobot__KnTv2 ul, .BlogPost_seoautobot__KnTv2 ol {
    margin-bottom: 1em;
    padding-left: 2em;
  }
  
  .BlogPost_seoautobot__KnTv2 li {
    margin-bottom: 0.5em;
  }

.BlogPost_progressBar__Ia4J7 {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 10px;
    background-color: #007bff; /* You can change this color */
    transition: width 0.1s ease-out;
    z-index: 1000;
}

.BlogPost_active__7fdIY {
    font-weight: 900;
    color: blue;
  }

/*# sourceMappingURL=7b0c6d64fb238885.css.map*/