.single-blog-main{
  padding-top: 100px;
  background: #ffffff url('../../../../../uploads/2023/11/single-blog-banner.webp') no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: 100%;
  width: 100%;
}

.single-blog-main .container{
  max-width: 1270px !important;
}

.single-blog-row{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 100px;
}

.single-blog-row > div{
  width: 100%;
}

.single-blog-row .content-column{
  max-width: calc(100% - 275px);
}

.single-blog-row .sidebar-column{
  width: 235px;
}

.single-blog-row .multi-columns{
  display: flex !important;
  align-items: flex-start !important;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  position: relative;
}

.single-blog-row .multi-columns > div{
  width: 100% !important;
  flex-basis: unset !important;
  flex-grow: unset !important;
  flex-shrink: unset !important;
}

.single-blog-row .multi-columns > div:first-child{
  max-width: 235px;
  position: sticky;
  height: max-content;
  top: 50px;
}

.single-blog-row .multi-columns > div:last-child{
  max-width: calc(100% - 300px);
}

.single-blog-row .multi-columns > div:last-child > p,
.single-blog-row .entry-content > p{
  text-align: justify;
}

.single-blog-row .multi-columns > div:last-child > p a,
.single-blog-row .multi-columns > div:last-child > h2 a,
.single-blog-row .multi-columns > div:last-child > h3 a,
.single-blog-row .multi-columns > div:last-child > h4 a,
.single-blog-row .entry-content > p a,
.single-blog-row .entry-content > h2 a,
.single-blog-row .entry-content > h3 a,
.single-blog-row .entry-content > h4 a,
.single-blog-row .multi-columns ul:not([class]) li a,
.single-blog-row .multi-columns ol:not([class]) li a,
.single-blog-row .multi-columns .blog-table-wrapper a,
.single-blog-row .entry-content ul:not([class]) li a,
.single-blog-row .entry-content ol:not([class]) li a,
.single-blog-row .entry-content .blog-table-wrapper a,
.single-blog-row .single-blog figcaption a,
.single-blog-row .entry-content figcaption a{
  display: inline;
  color: var(--primary-color) !important;
}

.single-blog-row .multi-columns > div:last-child > p a:hover,
.single-blog-row .multi-columns > div:last-child > h2 a:hover,
.single-blog-row .multi-columns > div:last-child > h3 a:hover,
.single-blog-row .multi-columns > div:last-child > h4 a:hover,
.single-blog-row .entry-content > p a:hover,
.single-blog-row .entry-content > h2 a:hover,
.single-blog-row .entry-content > h3 a:hover,
.single-blog-row .entry-content > h4 a:hover,
.single-blog-row .multi-columns ul:not([class]) li a:hover,
.single-blog-row .multi-columns ol:not([class]) li a:hover,
.single-blog-row .multi-columns .blog-table-wrapper a:hover,
.single-blog-row .entry-content ul:not([class]) li a:hover,
.single-blog-row .entry-content ol:not([class]) li a:hover,
.single-blog-row .entry-content .blog-table-wrapper a:hover,
.single-blog-row .single-blog figcaption a:hover,
.single-blog-row .entry-content figcaption a:hover{
  text-decoration: underline !important;
}

.single-blog-row .multi-columns.no-toc > div:first-child,
.single-blog-row .multi-columns.no-toc > div:last-child{
  max-width: 100% !important;
  position: unset;
}

.single-blog .post-thumbnail {
  box-shadow: 0px 0px 16px rgba(17, 17, 26, 0.1);
  border-radius: 20px;
  overflow: hidden;
  max-height: 483px;
  min-height: 483px;
  position: relative;
}
.single-blog .post-thumbnail img {
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
}

.blog-meta-header{
  margin: 44px auto 40px;
}

.blog-meta-header h1{
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .4px;
  margin-bottom: 20px;
  color: #1b1919;
}

.blog-meta-header .blog-about-info{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 30px;
  row-gap: 15px;
  flex-wrap: wrap;
  line-height: 1;
}

.blog-meta-header .blog-about-info > *,
.blog-meta-header .blog-about-info ul.post-categories li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  color: #202020;
  font-weight: 400;
  text-transform: capitalize;
}

.blog-meta-header .blog-about-info i{
  margin: 0 !important;
  background: linear-gradient(to bottom, #00c6f1, #096fcb);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent  !important;
}

.blog-meta-header .blog-about-info ul.post-categories{
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  line-height: 1;
}

.blog-meta-header .blog-about-info ul.post-categories::before{
  content: "\f02e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: linear-gradient(to bottom, #00c6f1, #096fcb);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent  !important;
}

.blog-meta-header .blog-about-info ul.post-categories li a{
  color: #202020;
}

.single-blog-row .single-blog h2 strong,  
.single-blog-row .single-blog h3 strong,
.single-blog-row .single-blog h4 strong{
  font-weight: 600;
}

.single-blog-row .single-blog h2 {
  color: var(--secondary-color);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-blog-row .single-blog h3 {
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-blog-row .single-blog h4 {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-blog-row .single-blog,
.single-blog-row .single-blog p {
  color: #2a2c33;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.single-blog-row .single-blog figcaption {
  text-align: center;
  background-color: #f2f2f2;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  padding: 5px 30px;
  max-width: max-content;
  margin: 10px auto 0;
  border-radius: 4px;
}
.single-blog-row .single-blog figure img,
.single-blog-row .single-blog img:not(.attachment-post-thumbnail) {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: unset;
  object-fit: contain;
}
.single-blog-row .single-blog figure {
  margin: 20px auto;
}
.single-blog-row .single-blog figure:has(figcaption) img{
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 37%);
}

.single-blog-row .single-blog table{
  width: 100%;
}

.single-blog-row .single-blog .blog-table-wrapper{
  overflow-x: auto;
}

.single-blog-row .single-blog .blog-table-wrapper table{
  min-width: 500px;
}

.single-blog-row .single-blog .blog-table-wrapper table th{
  background-color: var(--secondary-color);
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border: 1px solid #fff;
}

.single-blog-row .single-blog .blog-table-wrapper table td{
  color: #202020;
  font-weight: 400;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #e9e9e9;
}

.single-blog-row .single-blog .blog-table-wrapper table td strong{
  font-weight: 700;
}

/* Blog Related Articles */

.single-blog .related-articles{
    width: 100%;
    max-width: calc(100% - 300px);
    margin-top: 30px;
    margin-left: auto;
    margin-right: 25px;
}

.single-blog .related-articles h2{
    color: var(--secondary-color);
    text-align: left;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 auto 20px;
}

.single-blog .related-articles-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style-type: none;
}

.single-blog .related-articles-list li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 15px;
    width: 100%;
    border: 1px solid #efefef;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
}

.single-blog .related-articles-list li:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
}

.single-blog .related-articles-list li a:first-child {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    height: 50px;
    overflow: hidden;
}

.single-blog .related-articles-list li a img{
    object-fit: cover;
    height: 100%;
    max-width: 100%;
    transition: all 0.5s ease-in-out;
}

.single-blog .related-articles-list li:hover img{
    transform: scale(1.1);
}

.single-blog .related-articles-list li a:last-child{
    color: #2a2c33;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    width: 100%;
    max-width: calc(100% - 115px);
}

.single-blog .related-articles-list li strong{
    font-weight: 400;
}

/* Similar Articles List */

.related-blogs-list{
    padding-left: 0 !important;
    margin-bottom: 20px !important;
}

.related-blogs-list br{
    display: none;
}

.related-blogs-list li{
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 10px;
}

.related-blogs-list li::before{
    content: '\2b';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #2a2c33;
    line-height: 25px;
    font-size: 14px;
}

.related-blogs-list li:not(:last-child){
    margin-bottom: 7px;
}

.related-blogs-list li a{
    line-height: 1.4;
    font-size: 18px;
    font-weight: 300;
    color: var(--primary-color);
    display: inline-block;
    text-decoration: underline !important;
}

.related-blogs-list li a:hover{
    color: #2a2c33;
}

/* Blog Simple List */

.single-blog-main .multi-columns ul:not([class]),
.single-blog-main .multi-columns ol:not([class]),
.single-blog-main .entry-content ul:not([class]),
.single-blog-main .entry-content ol:not([class]){
  padding-left: 40px !important;
  margin-bottom: 20px;
}

.single-blog-main .multi-columns ul:not([class]) li,
.single-blog-main .multi-columns ol:not([class]) li,
.single-blog-main .entry-content ul:not([class]) li,
.single-blog-main .entry-content ol:not([class]) li{
  padding-left: 5px;
  margin-bottom: 7px;
}

/* Blog Sidebars */

.blog-sidebar{
    height: 100%;
    width: 100%;
}

.blog-sidebar .inner-layer{
    padding: 20px;
    margin-bottom: 25px;
    color: var(--secondary-color);
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
}

.blog-sidebar .sticky-sidebar{
    position: sticky;
    top: 50px;
}

.sidebar-heading{ 
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #1B1919;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 4px;
    display: inline-block;
}

.sidebar-heading::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: var(--primary-color);
    right: -35px;
    top: 12px;
}

.sidebar-heading span{
    color: var(--primary-color);
}


.blog-sidebar .social-links a{
    border: 0;
}

.second-sidebar{
    height: 100%;
}

/* Recent Articles */
.recent-article{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 15px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(124,124,124,.15);
    line-height: 1.3;
  }
  
  .recent-article:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .recent-article .blog-icon{
    max-width: 50px;
  }
  
  .recent-article .blog-thumbnail{
    width: 50px;
    height: 25px;
    overflow: hidden;
    border: 1px solid #efefef;
  }
  
  .recent-article .blog-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .recent-article .blog-info{
    width: 100%;
    max-width: calc(100% - 65px);
    margin-bottom: 0;
  }
  
  .recent-article .blog-info h5 a{
    letter-spacing: .3px;
    text-decoration: none;
    color: #2a2c33;
    font-weight: 600;
    transition: all .2s;
    font-size: 12px;
    margin-bottom: 5px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
  }
  
  .recent-article .blog-info h5 a strong{
    font-weight: 600;
  }
  
  .recent-article .blog-info div{
    color: #BBB;
    font-size: 12px;
  }
  
  .recent-article .blog-info div *{
    display: inline;
  }
  
  .recent-article .blog-info div a{
    color: #BBB;
    font-weight: 400;
    margin-left: 5px;
  }
  
  .recent-article .blog-info a:hover{
    color: var(--primary-color) !important; 
  }

#sidebar-cta{
    display: none;
}

.sidebar-cta{
    border: 1px solid rgba(0, 0, 0, 0.22);
    position: sticky;
    top: 100px;
    left: 0;
    display: none;
}

/* Table of Content Styling */

.single-blog h2.has-background {
    font-size: 18px !important;
    font-weight: 400;
    padding: 0 0 10px 0;
    background-color: transparent !important;
    color: #2a2c33 !important;
    padding-bottom: 10px;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    line-height: 1;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    user-select: none;
}

.single-blog h2.has-background::after {
    content: '\2b';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    transform: rotate(90deg);
}

.single-blog h2.has-background.active::after {
    transform: rotate(0);
    content: "\f068";
}

.single-blog h2.has-background + figure.wp-block-table {
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: none;
    overflow: hidden;
    background: transparent;
    padding-right: 15px !important;
    max-height: 450px;
    overflow-y: auto;
}

/* width */
.single-blog h2.has-background + figure.wp-block-table::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}
  
/* Track */
.single-blog h2.has-background + figure.wp-block-table::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 6px 0 0 6px;
}

/* Handle */
.single-blog h2.has-background + figure.wp-block-table::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    opacity: 0.7;
    border-radius: 6px 0 0 6px;
}

.single-blog h2.has-background + figure.wp-block-table.active{
    display: block;
}

.single-blog h2.has-background + figure.wp-block-table table {
    width: 100%;
}

.single-blog h2.has-background + figure.wp-block-table table td {
    border: none;
    position: relative;
    padding: 5px 0;
}

.single-blog h2.has-background + figure.wp-block-table table td a {
    color: #2a2c33 !important;
    font-size: 13px;
    text-transform: capitalize;
}

.single-blog h2.has-background + figure.wp-block-table table td a:hover{
    text-decoration: underline !important;
    color: var(--primary-color) !important;
}

.single-blog h2.has-background + figure.wp-block-table table td strong{
    font-weight: 400 !important;
}

.single-blog h2.has-background + figure.wp-block-table table td a:not(:first-child){
    padding-left: 30px;
    position: relative;
    padding-top: 5px;
}

/* FAQ */

.accordion-table{
    margin: 20px auto;
}

.accordion-table table{
    margin-bottom: 0;
    border-collapse: separate;
}

.accordion-table table td{
    background: none;
    padding: 0 0 8px !important;
    border: 0 !important;
}

.accordion-table table strong{
    display: block;
    background-color: #f8f8fb;
    color: #000;
    font-weight: 400;
    padding: 12px 40px 12px 20px;
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    user-select: none;
}

.accordion-table table strong.on{
    background: #000;
    color: #fff;
    border-radius: 12px 12px 0 0;
    border-color: #000;
    border-bottom: 0;
}

.accordion-table table strong::after{
    content: '\2b';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 15px;
    right: 20px;
    text-align: center;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}

.accordion-table table strong.on::after{
    content: '\f068';
    transform: rotate(180deg);
}

.accordion-table table mark{
    font-size: 0;
    display: block;
    padding: 0;
}

.accordion-table table mark.on{
    font-size: 15px;
    padding: 12px 20px;
    line-height: 1.8;
    border-radius: 0 0 12px 12px;
    background: #f8f8fb !important;
    border: 1px solid #EBEBEB;
    border-top: none;
}

.accordion-table table mark a{
    color: var(--primary-color);
}

.accordion-table table mark a:hover{
    text-decoration: underline !important;
}

.accordion-table table td > br{
    display: none;
}

.single-blog .post-navigation {
    display: none;
}

@media only screen and (max-width: 1300px) {
    .single-blog-main .container {
      max-width: calc(100% - 60px) !important;
    }
    .related-blogs-list li a{
      font-size: 16px;
    }
    .single-blog-row{
      gap: 30px;
    }
    .single-blog-row .content-column{
      max-width: calc(100% - 265px);
    }
    .single-blog-row .multi-columns{
      column-gap: 30px;
    }
    .single-blog-row .multi-columns > div:last-child{
      max-width: calc(100% - 265px);
    }
    .single-blog .related-articles{
      max-width: calc(100% - 265px);
      margin-right: 0;
    }
  }
  
  @media only screen and (max-width: 1150px) {
    .single-blog-row{
      margin-bottom: 50px;
    }
    .single-blog-row .content-column,
    .single-blog-row .sidebar-column{
      width: 100%;
      max-width: 100%;
    }
    .single-blog-row .blog-sidebar{
      max-width: calc(100% - 265px);
      margin-left: auto;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .single-blog-row .multi-columns > div:first-child{
      top: 80px;
    }
  }
  @media only screen and (max-width: 850px) {
    .single-blog-row .blog-sidebar,
    .single-blog .related-articles{
      max-width: 100%;
      margin: 0 auto;
    }
    .single-blog-row .multi-columns{
      flex-direction: column;
    }
    .single-blog-row .multi-columns > div:first-child,
    .single-blog-row .multi-columns > div:last-child{
      width: 100% !important;
      max-width: 100% !important;
      position: unset;
      height: unset;
    }
    .single-blog h2.has-background {
      padding: 10px;
      background: #f4f4f4 !important;
      font-weight: 600;
    }
    .single-blog h2.has-background::after {
      top: 9px;
    }
    .single-blog h2.has-background, 
    .single-blog h2.has-background + figure.wp-block-table {
      border-right: 0;
    }
    .single-blog h2.has-background + figure.wp-block-table {
      max-height: unset;
      padding: 5px 15px 0;
    }
    .blog-meta-header h1{
      width: 100%;
    }
    .blog-meta-header{
      margin: 30px auto;
    }
    .single-blog .post-thumbnail{
      min-height: 300px;
      max-height: 300px;
    }
    
  }
  
  @media only screen and (max-width: 768px) {
    .accordion-table table strong{
      font-size: 14px;
      padding: 10px 32px 10px 10px;
    }
    .accordion-table table mark{
      font-size: 0;
    }
    .accordion-table table mark.on{
      font-size: 13px;
      padding: 10px;
    }
    .accordion-table table strong::after{
      top: 10px;
      right: 7px; 
    }
    .blog-meta-header h1{
      font-size: 28px;
    }
    .single-blog-row .single-blog h2 {
        font-size: 26px;
    }
    .single-blog-row .single-blog h3 {
        font-size: 22px;
    }
    .single-blog-row .single-blog h4 {
        font-size: 18px;
    }
    .single-blog-main .multi-columns ul:not([class]),
    .single-blog-main .multi-columns ol:not([class]),
    .single-blog-main .entry-content ul:not([class]),
    .single-blog-main .entry-content ol:not([class])
    {
        padding-left: 20px !important;
    }
    .single-blog .related-articles-list li a:last-child{
        font-size: 14px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .single-blog-main .container {
      max-width: 100% !important;
    }
    .blog-meta-header h1{
      font-size: 24px;
    }
    .recent-article .blog-info h5 a{
      -webkit-line-clamp: 6;
    }
    .single-blog-row .single-blog h2 {
      font-size: 24px;
    }
    .single-blog-row .single-blog h3 {
        font-size: 20px;
    }
    .single-blog-row .single-blog h4 {
        font-size: 16px;
    }
  }
  @media only screen and (max-width: 450px) {
    .single-blog .post-thumbnail{
      min-height: 200px;
      max-height: 200px;
    }
  }
  @media only screen and (max-width: 360px) {
    .single-blog .post-thumbnail{
      min-height: 160px;
      max-height: 160px;
    }
  }
  
  /* TOC Plugin Styling  */

.multi-columns > div:last-child{
    scroll-padding-top: 50px;
}

.single-blog div#ez-toc-container {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    margin-bottom: 20px;
    padding: 0 !important;
    position: relative;
    padding-right: 5px !important;
    width: 100%;
    border-right: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.single-blog div#ez-toc-container .ez-toc-title-toggle{
    display: none;
}

.single-blog div#ez-toc-container .ez-toc-title{
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 0 !important;
    font-size: 18px !important;
    font-weight: 400;
    color: #2a2c33 !important;
    line-height: 1;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 10px;
}

.single-blog div#ez-toc-container .ez-toc-title::after{
    font-size: 26px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;

}

.single-blog div#ez-toc-container.toc_close .ez-toc-title::after{
    content: "+";
    transform: rotate(90deg);
}

.single-blog div#ez-toc-container:not(.toc_close) .ez-toc-title::after{
    content: "-";
}

.single-blog div#ez-toc-container nav{
    max-height: 250px;
    overflow-y: auto;
    padding-right: 10px;
}

.single-blog div#ez-toc-container .ez-toc-list{
    padding-left: 0 !important;
    list-style-type: none !important;
    margin-top: 10px;
}

.single-blog div#ez-toc-container .ez-toc-list li a{
    color: #2a2c33 !important;
    font-size: 13px;
    text-transform: capitalize;
    font-size: 13px;
    padding: 5px 0;
    display: block;
    font-weight: 400;
}

.single-blog div#ez-toc-container .ez-toc-list li a:hover{
    text-decoration: underline !important;
}

.ez-toc-counter nav ul li a::before{
    display: none !important;
}

@media only screen and (max-width: 991px){
    .single-blog div#ez-toc-container {
        padding-right: 0 !important;
        border-right: 0 !important;
    }
    .single-blog div#ez-toc-container .ez-toc-title {
        padding: 10px;
        background: #f4f4f4 !important;
        font-weight: 600;
    }
    .single-blog div#ez-toc-container nav{
        padding: 5px 15px !important;
    }
}