.single-blog-content-section {
  background-color: #f9f4f2;
  padding: 80px 0 100px;
}

.container-single-blog-content {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0px 14px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.single-blog-content-sticky {
  width: 270px;
}

.wrapper-single-blog-content-sticky.sticky-sidebar {
  position: sticky;
  top: 0;
}

.single-blog-content-sticky span {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.64px;
  color: #4f4a48;
  font-family: var(--gam-regular);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 22px;
  display: inline-flex;
  justify-content: space-between;
  width: -webkit-fill-available;
}

.single-blog-content-sticky span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 118px;
  height: 2px;
  background: #9d9591;
}

li.main-heading a {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 110% !important;
  letter-spacing: -0.32px !important;
  color: #4f4a48 !important;
  font-family: var(--man-medium) !important;
}

li.sub-heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.32px;
  color: #4f4a48;
  font-family: var(--man-regular);
}

.single-blog-titles {
  max-height: 410px;
  overflow-y: scroll;
}

/* Scrollbar styling */
.single-blog-titles::-webkit-scrollbar {
  width: 2px;
  /* Scrollbar width */
}

.single-blog-titles::-webkit-scrollbar-thumb {
  background-color: #9d9591;
  /* Scrollbar thumb color */
  border-radius: 10px 0px 0px 10px;
  /* Rounded corners */
}

.single-blog-titles::-webkit-scrollbar-track {
  background-color: transparent;
  /* Scrollbar track color */
  border-radius: 10px 0px 0px 10px;
  /* Rounded corners */
}

.single-blog-titles ul li {
  list-style-type: none;
}

.single-blog-titles ul {
  margin: 0;
}

.sub-heading {
  margin-left: 20px;
  cursor: text !important;
}

.single-blog-content {
  width: 74%;
}

/* Remove bottom margin of the last p tag inside container-single-blog-content */
.single-blog-content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Paragraph styling */
.single-blog-content p {
  font-family: var(--man-regular);
  color: #4f4a48;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 0px;
  letter-spacing: -0.32px;
  padding-bottom: 30px;
}

/* Heading styling (h1 to h6) */
.single-blog-content h2,
.single-blog-content h1,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
  font-family: var(--man-regular);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.96px;
  color: #4f4a48;
}

/* Bold and strong text should take the same styling as headings */
.single-blog-content strong,
.single-blog-content b {
  font-family: var(--man-regular);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.96px;
  color: #4f4a48;
}

.single-blog-titles h2 {
  font-family: var(--man-regular);
  color: #4f4a48;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.32px;
}

.single-blog-content-sticky span > img {
  display: none;
}
@media (min-width: 120px) and (max-width: 992px) {
  .single-blog-content-section {
    padding: 49px 0 60px;
  }
  .container-single-blog-content {
    flex-direction: column;
  }
  .single-blog-content-sticky {
    width: 100%;
  }
  .single-blog-content {
    width: 100%;
  }
  .single-blog-content p {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .single-blog-content h2,
  .single-blog-content h1,
  .single-blog-content h3,
  .single-blog-content h4,
  .single-blog-content h5,
  .single-blog-content h6 {
    font-size: 20px;
  }
  .single-blog-content-sticky span > img {
    display: block;
  }
  .single-blog-content-sticky span {
    border-radius: 10px;
    background: #ecdfd9;
    padding: 12px 14px 16px;
  }
  .single-blog-content-sticky span::after {
    display: none;
  }
  .single-blog-titles {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
}

@media (min-width: 1024px) and (max-width: 1280px) {
}
