/* Main SCSS Entry Point */
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
.blog-detail-content .wp-block-quote,
.editor-styles-wrapper .wp-block-quote {
  position: relative;
  border: none !important;
  padding: 60px 60px;
  margin: 16px auto;
  text-align: center;
  background: transparent !important;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .blog-detail-content .wp-block-quote,
  .editor-styles-wrapper .wp-block-quote {
    padding: 40px 0;
    margin: 0;
  }
}
.blog-detail-content .wp-block-quote p,
.editor-styles-wrapper .wp-block-quote p {
  color: #212120;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  font-family: Fira Sans, sans-serif;
  line-height: 150%;
  margin-bottom: 20px;
  max-width: 390px;
  margin: auto;
  position: relative;
}
.blog-detail-content .wp-block-quote::before, .blog-detail-content .wp-block-quote::after,
.editor-styles-wrapper .wp-block-quote::before,
.editor-styles-wrapper .wp-block-quote::after {
  position: absolute;
  font-size: 200px;
  line-height: 1;
  color: #FEF3D4;
  z-index: -1;
  opacity: 1;
  height: 40px;
  width: 40px;
}
.blog-detail-content .wp-block-quote::before,
.editor-styles-wrapper .wp-block-quote::before {
  content: "";
  top: 20%;
  left: 23%;
  background-image: url("https://imaages-hosting-1fin.s3.ap-south-1.amazonaws.com/Website_team/Backend/blockquote-top-svg");
}
.blog-detail-content .wp-block-quote::after,
.editor-styles-wrapper .wp-block-quote::after {
  content: "";
  bottom: 20%;
  right: 20%;
  background-image: url("https://imaages-hosting-1fin.s3.ap-south-1.amazonaws.com/Website_team/Backend/blockquote-down_1767596626.svg");
}
.blog-detail-content .wp-block-quote cite,
.editor-styles-wrapper .wp-block-quote cite {
  font-family: "Fira Sans", sans-serif;
  font-size: 28px;
  color: #666;
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .blog-detail-content .wp-block-quote,
  .editor-styles-wrapper .wp-block-quote {
    padding: 40px 0;
    margin: 0;
  }
  .blog-detail-content .wp-block-quote p,
  .editor-styles-wrapper .wp-block-quote p {
    font-size: 20px;
    max-width: 300px;
    line-height: 150%;
    font-weight: 400;
  }
  .blog-detail-content .wp-block-quote::before,
  .editor-styles-wrapper .wp-block-quote::before {
    left: 0;
    top: 15%;
  }
  .blog-detail-content .wp-block-quote::after,
  .editor-styles-wrapper .wp-block-quote::after {
    right: 0;
    bottom: 15%;
  }
}

body {
  background-color: #fff;
}

.mb-10px {
  margin-bottom: 10px;
}

.row {
  width: 100%;
}

.blog-detail-content ul {
  padding-left: 0;
}
.blog-detail-content ul li {
  position: relative;
  color: #212120;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-family: Fira Sans, sans-serif;
  line-height: 28px;
  padding-left: 16px;
  margin-bottom: 10px;
}
.blog-detail-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #284564;
  position: absolute;
  left: 0;
  top: 9px;
}

.blog-detail-content ol {
  padding-left: 0;
}
.blog-detail-content ol li {
  position: relative;
  color: #212120;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-family: Fira Sans, sans-serif;
  line-height: 28px;
  padding-left: 16px;
  margin-bottom: 10px;
}

.blog-detail-content figure {
  margin-bottom: 1rem;
}
.blog-detail-content h1, .blog-detail-content h2, .blog-detail-content h3, .blog-detail-content h4, .blog-detail-content h5, .blog-detail-content h6 {
  font-family: "Fira Sans", sans-serif;
  text-align: left;
  width: 100%;
}

.blog-content p.also-read {
  background-color: #F4F7FB;
  border-left: 8px solid #2C5078;
  padding: 18px;
  padding-left: 8px;
  color: #253B55 !important;
  font-weight: 500 !important;
  font-family: "Fira Sans";
}
.blog-content p.also-read a {
  color: #253B55;
  font-weight: 400;
}

.article-header {
  background-color: #ffffff;
  border-radius: 8px;
  max-width: 1200px;
  margin: 0 auto 16px;
  font-family: "Fira Sans", sans-serif;
}
.article-header .article-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.article-header .article-header__section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
.article-header .article-header__label {
  font-size: 16px;
  color: #61625E;
  font-weight: 400;
  line-height: 150%;
}
.article-header .article-header__name {
  font-size: 18px;
  color: #171717;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  line-height: normal;
  transition: color 0.3s ease;
}
.article-header .article-header__name:visited {
  color: #171717;
}
.article-header .article-header__meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  text-align: left;
}
.article-header .article-header__updated {
  font-size: 16px;
  color: #61625E;
  font-weight: 400;
  line-height: 150%;
}
.article-header .article-header__read-time {
  font-size: 16px;
  color: #61625E;
  font-weight: 400;
  line-height: 150%;
}
.article-header .article-header__bullet {
  margin-right: 0.5rem;
}
.article-header {
  /* Author Card Popup */
}
.article-header .author-card {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 340px;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  flex-wrap: wrap;
}
.article-header .author-card.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.article-header .author-card.fade-out {
  opacity: 0;
  transform: translate(0, -10px);
}
.article-header .author-card__header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}
.article-header .author-card__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.article-header .author-card__info {
  flex: 1;
}
.article-header .author-card__name {
  font-size: 20px;
  font-weight: 500;
  color: #171717;
  margin-bottom: 4px;
  font-family: "Fira Sans", sans-serif;
  line-height: 160%;
}
.article-header .author-card__title {
  font-size: 16px;
  color: #61625E;
  font-weight: 300;
  font-family: "Fira Sans", sans-serif;
  line-height: 25px;
}
.article-header .author-card__linkedin {
  width: 24px;
  height: 24px;
}
.article-header .author-card__bio {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  color: #61625E;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 300;
}
.article-header .author-card__button {
  width: 100%;
  padding: 12px;
  background-color: #2C2C2C;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.article-header .author-card__button:hover {
  background-color: #171717;
}
.article-header .author-card__button svg {
  display: block !important;
  width: 14px;
  height: 14px;
}
.article-header .author-card__linkedin svg {
  display: block !important;
}
.article-header a.author-card__button {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px !important;
}
.article-header .article-header__read-time .article-header__pipe {
  display: none;
}
@media (max-width: 768px) {
  .article-header .article-header {
    position: relative;
  }
  .article-header .article-header__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .article-header .article-header__section {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .article-header .article-header__label {
    font-size: 12px;
    color: #61625E;
    font-weight: 400;
  }
  .article-header .article-header__name {
    font-size: 14px;
    font-weight: 500;
  }
  .article-header .article-header__meta {
    grid-column: 1/-1;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    flex-wrap: wrap;
  }
  .article-header .article-header__updated {
    font-family: "Fira Sans";
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .article-header .article-header__read-time {
    font-family: "Fira Sans";
    font-size: 12px;
    margin-left: 0.5rem;
  }
  .article-header .article-header__updated .article-header__bullet {
    display: none;
  }
  .article-header .article-header__bullet {
    display: none;
  }
  .article-header .article-header__read-time .article-header__pipe {
    display: inline;
    margin-right: 0.4rem;
  }
  .article-header .author-card {
    width: calc(100vw - 4rem);
    max-width: 340px;
  }
  .article-header .author-card.writer-card {
    transform: translate(4vw, 0);
  }
  .article-header .author-card.reviewer-card {
    transform: translate(-44vw, 0);
  }
  .article-header .author-card.writer-card.show {
    transform: translate(4vw, 40px);
  }
  .article-header .author-card.reviewer-card.show {
    transform: translate(-44vw, 40px);
  }
  .article-header .author-card__name {
    font-size: 18px;
    line-height: 28px;
  }
  .article-header .author-card__title {
    font-size: 14px;
    line-height: 22px;
  }
  .article-header .author-card__bio {
    font-size: 12px;
    line-height: 20px;
  }
}

.key-takeaways {
  background-color: #FFF8E8;
  border-radius: 4px;
  max-width: 1200px;
  margin: 0 auto 16px;
  overflow: hidden;
  font-family: "Fira Sans";
}
@media (max-width: 768px) {
  .key-takeaways {
    max-width: 90%;
    margin: 0 auto 16px;
  }
}
.key-takeaways .key-takeaways__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 12px;
  cursor: auto;
  user-select: none;
  font-family: "Fira Sans", sans-serif;
}
.key-takeaways .key-takeaways__title {
  font-size: 18px;
  font-weight: 500;
  color: #0a0a0a;
  line-height: 28px;
  font-family: "Fira Sans";
  -webkit-tap-highlight-color: transparent;
}
.key-takeaways .key-takeaways__toggle {
  display: none;
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
  -webkit-tap-highlight-color: transparent;
}
.key-takeaways .key-takeaways__toggle svg {
  width: 28px;
  height: 28px;
}
.key-takeaways .key-takeaways__toggle.rotated {
  transform: rotate(0deg);
}
.key-takeaways .key-takeaways__content {
  padding: 0 0.75rem 1rem 0.75rem;
  max-height: none;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.key-takeaways .key-takeaways__content.collapsed {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.key-takeaways .key-takeaways__text {
  background-color: #FFFFFF;
  padding: 1rem;
  border-radius: 4px;
  font-size: 18px;
  color: #4A4A4A;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .key-takeaways .key-takeaways__header {
    padding: 1rem 0.75rem;
    cursor: pointer;
  }
  .key-takeaways .key-takeaways__title {
    font-size: 18px;
    line-height: 28px;
  }
  .key-takeaways .key-takeaways__toggle {
    display: block;
  }
  .key-takeaways .key-takeaways__toggle svg {
    display: block !important;
  }
  .key-takeaways .key-takeaways__content {
    padding: 0 0.5rem 1rem 0.5rem;
  }
  .key-takeaways .key-takeaways__text {
    font-size: 1rem;
    padding: 0.5rem;
    line-height: 1.5rem;
  }
}

.article-sources {
  background-color: #F5F5F5;
  max-width: 1200px;
  margin: 40px auto 0;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.article-sources .article-sources__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  cursor: pointer;
  user-select: none;
}
.article-sources .article-sources__title {
  font-size: 18px;
  font-weight: 400;
  color: #0a0a0a;
  line-height: normal;
  font-family: "Fira Sans";
}
.article-sources .article-sources__toggle {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.article-sources .article-sources__toggle svg {
  width: 100%;
  height: 100%;
  stroke: #171717;
}
.article-sources .article-sources__toggle.opened {
  transform: rotate(45deg);
}
.article-sources .article-sources__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.article-sources .article-sources__content.expanded {
  max-height: 2000px;
}
.article-sources .article-sources__text {
  padding: 0 0.75rem 0;
  font-family: "Inter", sans-serif;
}
.article-sources .article-sources__text p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #344054;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.article-sources .article-sources__intro {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.article-sources .article-sources__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.article-sources .article-sources__item {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 1.6;
}
.article-sources .article-sources__link {
  color: #0066cc;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.article-sources .article-sources__link:hover {
  color: #004c99;
}
@media (max-width: 768px) {
  .article-sources {
    margin: 60px 25px 0;
  }
  .article-sources .article-sources__header {
    padding: 0.75rem;
  }
  .article-sources .article-sources__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .article-sources .article-sources__toggle {
    width: 20px;
    height: 20px;
  }
  .article-sources .article-sources__text {
    padding: 0 0.75rem 0;
  }
  .article-sources .article-sources__intro,
  .article-sources .article-sources__item {
    font-size: 14px;
  }
  .article-sources .article-sources__list {
    gap: 0.875rem;
  }
  .article-sources .article-sources__text p {
    font-size: 14px;
    color: #344054;
    line-height: 1.25rem;
  }
  .article-sources .article-sources__toggle svg {
    display: inline-block !important;
  }
  .article-sources .article-sources__toggle svg {
    height: 20px;
    width: 20px;
  }
}

.faq {
  max-width: 1200px;
  margin: 60px auto 0;
  font-family: "Fira Sans", sans-serif;
  display: grid;
  row-gap: 24px;
}
.faq .faq__title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #171717;
  line-height: 1.75rem;
  width: inherit;
  font-family: "Fira Sans", sans-serif;
}
.faq .faq__item {
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
}
.faq .faq__item:last-child {
  border: 0;
}
.faq .faq__question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.faq .faq__question-text {
  font-size: 1.125rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.75rem;
  margin: 0;
  flex: 1;
}
.faq .faq__item.active .faq__question-text {
  font-weight: 500;
}
.faq .faq__toggle {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .faq__toggle svg {
  width: 20px;
  height: 20px;
  stroke: #0a0a0a;
  display: block !important;
}
.faq .faq__item.active .faq__toggle {
  transform: rotate(180deg);
}
.faq .faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
  padding-top: 6px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}
.faq .faq__item.active .faq__answer {
  max-height: 1000px;
  padding-bottom: 16px;
}
.faq .faq__answer p {
  font-size: 16px;
  color: #262626;
  line-height: 1.6;
  margin: 0 0 12px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}
.faq .faq__answer p:last-child {
  margin-bottom: 0;
}
.faq .faq__answer a {
  color: #0066cc;
  text-decoration: underline;
}
.faq .faq__answer ul {
  list-style: none;
  padding-left: 20px;
  margin: 0 0 12px;
}
.faq .faq__answer ul li {
  position: relative;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 1.6;
  margin-bottom: 8px;
}
.faq .faq__answer ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  background: url(https://imaages-hosting-1fin.s3.ap-south-1.amazonaws.com/assets/images/Icons/BulletIcon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -20px;
  top: 8px;
}
@media (max-width: 768px) {
  .faq {
    margin: 40px 25px 0;
    row-gap: 1rem;
  }
  .faq .faq__title {
    font-size: 20px;
  }
  .faq .faq__question-text {
    font-size: 16px;
  }
  .faq .faq__toggle {
    width: 20px;
    height: 20px;
  }
  .faq .faq__toggle svg {
    width: 16px;
    height: 16px;
  }
  .faq .faq__answer p,
  .faq .faq__answer ul li {
    font-size: 16px;
    line-height: 1.5rem;
  }
}

.blog-alt-hash {
  margin-bottom: 32px;
}
.blog-alt-hash p.image-alt {
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  margin: 0 0 10px;
  font-weight: 500;
  color: #65676D;
}
@media (max-width: 768px) {
  .blog-alt-hash {
    margin: 0 25px 20px;
  }
  
}

.publish-date-container {
  max-width: 800px;
  margin: 40px auto 0;
}
.publish-date-container p.publish-date {
  font-family: "Fira Sans";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .publish-date-container {
    margin: 60px 25px 0;
  }
  .publish-date-container p.publish-date {
    font-size: 0.75rem;
    line-height: 1.15rem;
  }
}

.image-toolbar-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.image-toolbar-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 12/5;
}
@media (max-width: 768px) {
  .image-toolbar-wrapper img {
    aspect-ratio: 13/10;
  }
}

.image-toolbar {
  position: absolute;
  bottom: 10px;
  right: 16px;
  display: flex;
  gap: 20px;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 6px;
  padding: 5px 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.image-toolbar-wrapper:hover .image-toolbar {
  opacity: 1;
  visibility: visible;
}

.image-toolbar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease;
  border-radius: 4px;
}
.image-toolbar__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.image-toolbar__btn svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
  display: block !important;
}

.image-lightbox {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.image-lightbox.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .image-lightbox {
    top: 70px;
  }
}

.image-lightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.95);
}

.image-lightbox__container {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
  z-index: 1;
}

.image-lightbox__image {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}

.image-lightbox__close {
  position: fixed;
  top: 100px;
  right: 20px;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background-color 0.2s ease;
}
.image-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.image-lightbox__close svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  display: block !important;
}

.image-lightbox__toolbar {
  position: absolute;
  bottom: 10px;
  right: 16px;
  display: flex;
  gap: 20px;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 6px;
  padding: 6px 12px;
}

.image-lightbox__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease;
  border-radius: 2px;
}
.image-lightbox__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.image-lightbox__btn svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
  display: block !important;
}

@media (max-width: 768px) {
  .image-toolbar {
    opacity: 1;
    visibility: visible;
    bottom: 12px;
    right: 12px;
    padding: 4px 6px;
  }
  .image-toolbar__btn {
    width: 32px;
    height: 32px;
  }
  .image-toolbar__btn svg {
    width: 18px;
    height: 18px;
  }
  .image-lightbox__close {
    top: 82px;
    right: 25px;
    width: 32px;
    height: 32px;
  }
  .image-lightbox__toolbar {
    bottom: 12px;
    right: 12px;
    padding: 4px 6px;
  }
  .image-lightbox__btn {
    width: 32px;
    height: 32px;
  }
  .image-lightbox__btn svg {
    width: 18px;
    height: 18px;
  }
}
.share-blog {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 40px auto 0;
}

.share-blog__title {
  font-size: 20px;
  font-weight: 500;
  color: #171717;
  line-height: 28px;
  font-family: "Fira Sans", sans-serif;
}

.share-blog__icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.share-blog__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
  position: relative;
}

.share-blog__icon img {
  width: 30px;
  height: 30px;
}

.share-blog__icon:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.share-blog__icon:active {
  transform: scale(0.95);
}

.share-blog__icon--copy {
  position: relative;
}

.share-blog__tooltip {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
  color: #fff;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  font-family: "Fira Sans", sans-serif;
  white-space: nowrap;
  margin-left: 8px;
  animation: tooltipFadeIn 0.2s ease;
  z-index: 10;
}
.share-blog__tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right-color: #333;
}
@media (max-width: 768px) {
  .share-blog__tooltip {
    padding: 6px 12px;
  }
}

@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
@media (max-width: 768px) {
  .share-blog {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 80px 25px;
  }
  .share-blog__title {
    font-size: 20px;
  }
  .share-blog__icon {
    width: 30px;
    height: 30px;
  }
  .share-blog__icon img {
    width: 30px;
    height: 30px;
  }
}
#floating-whatsapp {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9;
}

.mobile-toc {
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin-bottom: 16px;
  font-family: "Fira Sans", sans-serif;
  overflow: hidden;
}
.mobile-toc .mobile-toc__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.mobile-toc .mobile-toc__title {
  font-size: 12px;
  font-weight: 400;
  color: #171717;
  line-height: 18px;
}
.mobile-toc .mobile-toc__toggle {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-toc .mobile-toc__toggle svg {
  width: 20px;
  height: 20px;
  stroke: #171717;
  display: block !important;
}
.mobile-toc.active .mobile-toc__toggle {
  transform: rotate(180deg);
}
.mobile-toc .mobile-toc__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-toc.active .mobile-toc__content {
  max-height: 1000px;
}
.mobile-toc .mobile-toc__list {
  padding: 0 16px 16px;
  margin: 0;
  list-style: none;
}
.mobile-toc .mobile-toc__list li {
  position: relative;
  font-family: Fira Sans, sans-serif;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 0;
  border-bottom: 1px solid #F0F0F0;
  cursor: pointer;
}
.mobile-toc .mobile-toc__list li:last-child {
  border-bottom: none;
}
/* .mobile-toc .mobile-toc__list li:hover {
  color: #699882;
}
.mobile-toc .mobile-toc__list li.active {
  color: #699882;
} */
@media (max-width: 768px) {
  .mobile-toc {
    display: block;
    margin: 0 25px 16px;
  }
}
