@charset "UTF-8";
/* 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";
  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://d3eaaex9d02d1j.cloudfront.net/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://d3eaaex9d02d1j.cloudfront.net/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";
  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%;
  }
}

/* Accessibility foundations — compiled into main.css, which is enqueued on
   every front-end page. Previously .screen-reader-text lived only in
   style-rtl.css, so on the LTR site it had no CSS and rendered visibly. */
/* Visually hidden but exposed to assistive tech (WordPress-standard pattern). */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Skip-to-content link. Hidden off-screen (top:-100px) and kept in the tab
   order; slides into view when a keyboard user focuses it. */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 100000;
  padding: 12px 20px;
  background: #ffca41;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 4px 0;
  transition: top 0.2s ease-in-out;
}

.skip-link:focus {
  top: 0;
}

/* Keyboard focus indicator. :focus-visible only fires for keyboard/AT focus,
   never on mouse click, so the ring shows for tab users only. */
:focus-visible {
  outline: 2px solid #ffca41;
  outline-offset: 2px;
  border-radius: 2px;
}

/* The skip link targets <main id="site-content"> (tabindex="-1"). Moving focus
   to a container programmatically should not draw the keyboard focus ring. */
#site-content:focus {
  outline: none;
}

/* Honour a reduced-motion preference: near-instant transitions/animations. */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Navigation landmark wrappers. display:contents keeps the <ul> as the flex
   child it was, so the landmark adds no layout box. */
.a11y-primary-nav,
.a11y-mobile-nav {
  display: contents;
}

/* Open the desktop submenu on keyboard focus. Previously it only appeared via
   a mouse-hover class, leaving keyboard users unable to reach the sub-items. */
.nav_item:focus-within .submenu {
  opacity: 1;
  visibility: visible;
}

/* Icon controls converted from <div>/<img> to <button> keep their footprint
   (buttons otherwise pick up a user-agent padding/font). */
.search-modal-trigger,
.hamburger,
.close_btn,
.showmore_container {
  padding: 0;
  font: inherit;
}

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";
  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";
  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";
  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";
  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: 16px;
    color: #61625E;
  }
  .article-header .article-header__name {
    font-size: 18px;
    font-weight: 600;
  }
  .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-size: 12px;
    display: flex;
    align-items: center;
  }
  .article-header .article-header__read-time {
    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 .faq_ans p {
  font-size: 16px;
}

.blog-alt-hash {
  margin-bottom: 32px;
}
.blog-alt-hash p.image-alt {
  font-family: "Inter";
  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;
  }
  .blog-alt-hash p.image-alt, .blog-alt-hash p.blog-hashtag {
    font-size: 12px;
  }
}

.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;
}

.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: 99;
  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: 14px;
  font-weight: 400;
  color: #344054;
  line-height: 24px;
}
.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: "Inter";
  color: #1D2939;
  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;
}
@media (max-width: 768px) {
  .mobile-toc {
    display: block;
    margin: 0 25px 16px;
  }
  .mobile-toc .mobile-toc__title {
    font-size: 12px;
    font-weight: 400;
    color: #344054;
    line-height: 1.5;
  }
}
