/* .page-template-page-knowledge-hub div#page-content {
    margin-top: 63px !important;
} */
.page-template-template-knowledge-hub #page-content {
    overflow: hidden;
}

/* Container */
.single-article {
    max-width: calc(1240px + 200px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px 100px;
}

.single-article .entry-header  {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0px 20px; /* adjust gutter */
  padding-top: 36px;
}
.entry-header_back {
  grid-column: span 12;
  /* strip native arrow */
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  /* your custom SVG (or emoji) as the arrow */
  background: url('/wp-content/themes/sabre/assets/images/back-arrow.svg') no-repeat;
  /* tweak these values to “move” the arrow */
  background-position: left 0px center;
  background-size: auto;
  padding-left: 12px;
  color: var(--Sabre-Purple, #4B08A1);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.154px;
  text-decoration: none;
}

.single-article .entry-header_top {
  grid-column: span 12;
  padding: 28px 0px 0px;
  align-items: center;
  align-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
  border-top: 1px solid var(--Sabre-Blue, #00AFFE);

    display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0px 20px; /* adjust gutter */
}
.entry-header_top-inner {
  grid-column: span 8;
}
.entry-header_top-inner h1 {
  margin-top: 13px;
  color: var(--Sabre-Purple, #4B08A1);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.352px;
}

.single-article .entry-header_top .entry-header_tags {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
.single-article .entry-header_top .entry-header_tag {
  display: inline-flex;
  height: 21px;
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid var(--Sabre-Purple-2, #F0FAFF);
  background: var(--Sabre-Purple-2, #F0FAFF);
  color: var(--Sabre-Purple, #4B08A1);
  text-align: center;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 15px */
  letter-spacing: -0.11px;
  text-decoration: none;
  cursor: pointer;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  grid-column: span 12;
}
.author-info__avatar {
  flex-shrink: 0;
}
.author-info__avatar img {
  border-radius: 50%;
  display: block;
  width: 60px;
  height: 60px;
    object-fit: contain;
      border: solid 1px var(--Sabre-Purple, #4B08A1);
}
.author-info__meta {
color: var(--Sabre-Purple, #4B08A1);
font-family: Poppins;
    min-width: fit-content;
}
.author-info__meta span {
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
letter-spacing: -0.154px;
}
.author-info__meta a {
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: -0.154px;
  text-decoration: none;
}
.author-info__meta a:hover {
  text-decoration: underline;
}



@media (max-width: 1280px) {
      .single-article {
        padding: 0 25px;
        gap: 25px;
    }
}

@media (max-width: 767px) {
    /* .single-article {
        padding: 0 25px;
        gap: 25px;
    } */
    .entry-header_top-inner h1 {
      font-size: 20px;
    }
}

.single-article .entry-content  {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px; /* adjust gutter */
  margin-top: 28px;
}
.single-article .entry-content_main  {
  grid-column: span 8;
}
.single-article .entry-content_sidebar  {
  grid-column: span 3;
}



@media (max-width: 1280px) {
  .entry-header_top-inner {
      grid-column: span 12;
  }
  .single-article .entry-content_main {
      grid-column: span 12;
  }
}


/* Video container & overlays */
.entry-content_main .video-container {
  position: relative;
  width: 100%;
  background: var(--Sabre-Blue-2, #EAF9FF);
  padding: 0;
  margin: 0;
      display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.entry-content_main .video-container iframe {
  position: relative;
  width: 100%;
  height: auto;
  border: 0;
      aspect-ratio: 16 / 9;
}












/* Collapse to 2 columns on tablets, 1 on mobile */
@media (max-width: 1023px) {
  .entry-content_main .image-triplet-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .entry-content_main .image-triplet-grid {
    grid-template-columns: 1fr;
  }
}

.video-container {
          position: relative;
          width: 100%;
          padding-bottom: 56.25%; /* 16:9 aspect ratio */
          margin-bottom: 1.5rem;
        }
        .video-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 0;
        }

.entry-meta {
          color: var(--Sabre-Purple, #4B08A1);
          text-align: left;
          font-family: Poppins;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%; /* 21px */
          letter-spacing: -0.154px;
          margin-top: 40px;
        }

.entry-content_main_intro p {
          color: var(--Sabre-Purple, #4B08A1);
          font-family: Poppins;
          font-size: 24px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%; /* 36px */
          letter-spacing: -0.264px;
          margin-top: 18px;
        }
        @media (max-width: 767px) {
          .entry-content_main_intro p {
            font-size: 18px;
          }
        }

.entry-content_main h2 {
          color: var(--Sabre-Purple, #4B08A1);
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 38.4px */
        letter-spacing: -0.264px;
          display: inline-flex;      /* so we can align the bar and the text */
    align-items: stretch;
          margin-top: 75px;
          margin-bottom: 30px;
        }
        .entry-content_main h2::before {
          content: "";
          display: block;
          width: 4px;
          /* height: 20px; */
          background: var(--Sabre-Blue, #00AFFE);
          margin-right: 9px;         /* gap between bar and heading text */
          /* margin-top: 4px; */
        }

        @media (max-width: 767px) {
          .entry-content_main h2 {
            margin-top: 35px;
            margin-bottom: 20px;
            font-size: 18px;
          }
          .entry-content_main h2::before {
            /* height: 13px; */
          }
        }

h3.section_title_small {
color: var(--Sabre-Purple, #4B08A1);
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 32px */
letter-spacing: -0.22px;
          margin-top: 48px;
          margin-bottom: 30px;
        }

.entry-content_main .article-text p {
          color: var(--Sabre-Purple, #4B08A1);
          font-family: Poppins;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 160%; /* 25.6px */
          letter-spacing: -0.176px;
        }
        @media (max-width: 767px) {
                  .entry-content_main .article-text p {
color: var(--Sabre-Purple, #4B08A1);
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 160%;
letter-spacing: -0.154px;
          }
        }

.entry-content_main .image-pair-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;             /* space between the images */
    margin-top: 30px;
  }
  .entry-content_main .image-pair-grid img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    height: 100%;
  }
  @media (max-width: 767px) {
    .entry-content_main .image-pair-grid {
      /* grid-template-columns: 2fr; */
    }
    .entry-content_main .image-pair-grid img {
      aspect-ratio: 181 / 136;
    }
  }

.article_list-text .article_list-text__header {
      display: flex;
    }
    .article_list-text .article_list-text__number {
      color: var(--Sabre-Purple, #4B08A1);
      font-family: Poppins;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 160%; /* 25.6px */
      letter-spacing: -0.176px;
      width: 20px;
    }
    .article_list-text .article_list-text__heading {
      color: var(--Sabre-Purple, #4B08A1);
      font-family: Poppins;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 160%; /* 25.6px */
      letter-spacing: -0.176px;
      margin-bottom: 0;
    }
    .article_list-text .article_list-text__content {
      color: var(--Sabre-Purple, #4B08A1);
      font-family: Poppins;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 160%;
      letter-spacing: -0.176px;
      padding-left: 20px;
    }

.entry-content_main .image-triplet-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 17px;             /* space between images */
      margin-top: 30px;
      margin-bottom: 40px;
    }

    .entry-content_main .image-triplet-grid img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }

    @media (max-width: 767px) {
      .entry-content_main .image-triplet-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
          "img1 img1"
          "img2 img3";
      }
      .entry-content_main .image-triplet-grid img:nth-child(1) {
        grid-area: img1;
        aspect-ratio: 378 / 284;
      }
      .entry-content_main .image-triplet-grid img:nth-child(2) {
        grid-area: img2;
        aspect-ratio: 181 / 136;
      }
      .entry-content_main .image-triplet-grid img:nth-child(3) {
        grid-area: img3;
        aspect-ratio: 181 / 136;
      }
    }

.entry-content_main .case-study {
  margin-top: 50px;
  margin-bottom: 50px;
}
.entry-content_main .case-study__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.entry-content_main .case-study__media {
  grid-column: span 1;
      /* padding: 1px 0px; */
}
.entry-content_main .case-study__content {
  grid-column: span 1;
  border: 1px solid var(--Sabre-Purple, #4B08A1);
   border-left: none;
    height: 100%;
    display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 35px;
  position: relative;
}
/* .entry-content_main .case-study__content::before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  border: 1px solid var(--Sabre-Purple, #4B08A1);
  border-left: none;
  pointer-events: none;  /* so it doesn’t block clicks */
  /* box-sizing: border-box; */
/* } */

.entry-content_main .case-study__title {
color: var(--Sabre-Purple, #4B08A1);
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 33.6px */
letter-spacing: -0.264px;
margin: 0;
}
.entry-content_main .case-study__title::before {
content: none;
}
.entry-content_main .case-study__subtitle {
color: var(--Sabre-Purple, #4B08A1);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 160%; /* 25.6px */
letter-spacing: -0.176px;
margin: 0;
margin-top: 16px;
}

@media (max-width: 767px) {
  .entry-content_main .case-study__inner {
      grid-template-columns: 1fr;
  }
  .entry-content_main .case-study__content {
    border: 1px solid var(--Sabre-Purple, #4B08A1);
    border-top: none;
    padding: 22px 24px 28px 24px;
  }
  .entry-content_main .case-study__title {
    font-size: 18px;
  }
  .entry-content_main .case-study__subtitle {
    font-size: 14px;
  }
}

.entry-content_main .project-slider {
  overflow: visible !important;
      position: relative;
      margin-top: 50px;
}
.entry-content_main .swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.entry-content_main .swiper-slide {
    /* height: 461px; */
}
.entry-content_main .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
  aspect-ratio: 820 / 461;
}

/* arrows */
.entry-content_main .swiper-button-prev,
.entry-content_main .swiper-button-next {
  width: 44px;
  height: 44px;
  border: 1px solid var(--Sabre-Purple, #4B08A1);
  border-radius: 50%;
  background: #fff;
  color: var(--Sabre-Purple, #4B08A1);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}
.entry-content_main .swiper-button-prev { left: 20px; }
.entry-content_main .swiper-button-next { right: 20px; }
/* use default arrow glyph */
.entry-content_main .swiper-button-prev::after,
.entry-content_main .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
.project-slider .swiper-button-next.swiper-button-disabled, .project-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

/* caption grid */
.entry-content_main .slider-caption {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 0 20px;
  margin-top: 17px;
}
.entry-content_main .caption-content {
  grid-column: 1 / span 10;
}
.entry-content_main .caption-title {
  margin: 0;
color: var(--Sabre-Purple, #4B08A1);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 25.6px */
letter-spacing: -0.176px;
}
.entry-content_main .caption-desc {
color: var(--Sabre-Purple, #4B08A1);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%;
letter-spacing: -0.176px;
}
.entry-content_main .slider-pagination {
  grid-column: 12 / span 1;
  justify-self: end;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: var(--Sabre-Purple, #4B08A1);
}
.entry-content_main .slider-pagination .current {
  font-weight: 700; /* or “bold” */
}

.entry-content_main .slider-divider {
  border: none;
  border-top: 1px solid var(--Sabre-Purple, #4B08A1);
  margin: 23px 0 0;
}
/* remove default arrow glyphs */
.entry-content_main .swiper-button-prev::after,
.entry-content_main .swiper-button-next::after {
  display: none;
}

/* size & center your SVG */
.entry-content_main .swiper-button-prev,
.entry-content_main .swiper-button-next {
  background: none;         /* remove any backgrounds */
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.entry-content_main .swiper-button-prev {
  left: -30px;
}
.entry-content_main .swiper-button-next {
right: -30px;
}

/* .project-slider .project-swiper {
  overflow: visible;
}
.project-slider .swiper-wrapper {
  overflow: hidden;
} */
  .project-slider_wrapper {
    position: relative;
  }

.project-slider .swiper-button-prev, .project-slider .swiper-button-next {
    display: flex;
    width: 60px;
    height: 60px;
    padding: 18px 17px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 30px;
    border: 1px solid var(--Sabre-Blue, #00AFFE);
    background: var(--Sabre-White, #FFF);
    cursor: pointer;
    transition: background 0.3s ease;
    transform: translateZ(0); /* triggers GPU rendering */
    will-change: transform;
}
.project-slider .swiper-button-prev:hover, .project-slider .swiper-button-next:hover {
    background: var(--Sabre-Blue, #00AFFE);
}
.project-slider .swiper-button-prev:hover svg path, .project-slider .swiper-button-next:hover svg path {
    fill: #ffffff;
}




/* responsive: stack caption on mobile */
@media (max-width: 767px) {
  /* .entry-content_main .slider-caption {
    grid-template-columns: 1fr;
  }
  .entry-content_main .caption-content {
    grid-column: 1 / -1;
  }
  .entry-content_main .slider-pagination {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 8px;
  } */
    .entry-content_main .slider-caption {
    width: 342px;
    }
    .entry-content_main .slider-divider {
          width: 342px;
    }
    .entry-content_main .caption-title {
font-size: 14px;
    }
    .entry-content_main .caption-desc {
      font-size: 14px;
    }
  .project-swiper .swiper-slide {
    width: 342px;
    flex-shrink: 0;
    height: fit-content;
  }
  .entry-content_main .swiper-slide img {
      height: auto;
      aspect-ratio: 342 / 192;
  }
  .entry-content_main .swiper-button-prev, .entry-content_main .swiper-button-next {
      display: none;
  }
}

.article-rich-text {
    margin-top: 50px;
    }
    .article-rich-text h3 {
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    letter-spacing: -0.22px;
    }
    .article-rich-text ul {

    }
    .article-rich-text ul li {
      color: var(--Sabre-Purple, #4B08A1);
      font-family: Poppins;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 160% !important;
      letter-spacing: -0.176px;
      margin-bottom: 25px !important;
    }
    .article-rich-text ul li span {
      color: var(--Sabre-Purple, #4B08A1);
      font-family: Poppins;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 160% !important;
      letter-spacing: -0.176px;
    }
    .article-rich-text ul li::before,
    .article-rich-text ul li::marker {
      /* kill any custom content or styling */
      /* content: none !important; */
    }

.related-articles {
    display: flex;
    flex-direction: column;
    grid-column: 10 / span 3;
        margin-top: -64px;
  }
  .related-articles h2 {
  color: var(--Sabre-Purple, #4B08A1);
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 38.4px */
letter-spacing: -0.264px;
  display: inline-flex;      /* so we can align the bar and the text */
  align-items: center;
}
.related-articles h2::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: var(--Sabre-Blue, #00AFFE);
  margin-right: 6px;         /* gap between bar and heading text */
}

.related-articles .recent-posts-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 26px;
}
.related-articles .recent-post {

}
.related-articles .recent-post img {
  width: 100%;
  height: auto;
  aspect-ratio: 295 / 166;
}
.related-articles .recent-post .post-meta {
  color: var(--Sabre-Purple, #4B08A1);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
  max-width: 261px;
  text-decoration: none;
  margin-top: 16px;
}
.related-articles .recent-post .post-title {
color: var(--Sabre-Purple, #4B08A1);
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 19.6px */
margin: 0;
margin-top: 1px;
max-width: 261px;
text-decoration: none;
}
.related-articles .recent-post .post-title a {
text-decoration: none;
}

@media (max-width: 1280px) {
  .related-articles {
    display: none;
  }
}

.article-products.scs-related-products {
      display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    max-width: calc(1240px + 200px);
    margin: 0 auto;
    width: 100%;
    padding: 0px 100px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 74px;
}
  .article-products.scs-related-products .product-container .product-content {
    gap: 9px 20px;
  }
  .article-products.scs-related-products .product-container .product-content .product-single:after {
display: none;
  }
  .article-products.scs-related-products a {
      text-decoration: none;
  }
  .article-products.scs-related-products .product-container .product-content .product-single .featured-image {
    width: 100%;
  }
.article-products.scs-related-products .product-container .product-content .product-single .title {
  text-decoration: none;
}
@media (max-width: 1170px) {
    .article-products .grid__m-3 {
        grid-column: span 6;
    }
    .article-products.scs-related-products .product-container .product-content .product-single .featured-image {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 1280px) {
    .article-products.scs-related-products {
      display: none;
    }
}

/* Techincal Insights */
.kh_technical-insights {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    margin-top: 60px;
    display: none;
}
.kh_technical-insights_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    max-width: calc(1240px + 200px);
    margin: 0 auto;
    width: 100%;
    padding: 0px 100px;
    position: relative;
    margin-bottom: 20px;
}
.kh_technical-insights_top_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    border-top: 1px solid var(--Sabre-Blue, #00AFFE);
    padding-top: 13px;
}
.kh_technical-insights_heading_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.kh_technical-insights_heading_line {
    width: 4px;
    height: 20px;
    background: var(--Sabre-Blue, #00AFFE);
}
.kh_technical-insights_heading {
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.264px;
    margin-bottom: 0;
}
.kh_technical-insights_link_wrapper-mobile {
    display: none;
}
.kh_technical-insights_link {
    color: var(--Sabre-Blue, #00AFFE);
    text-align: right;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: -0.154px;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    margin-bottom: 5px;
    display: block;
}
.kh_technical-insights .swiper {
    max-width: calc(1240px + 200px);
    width: 100%;
    padding: 0 100px;
    position: relative;
    margin: 0 auto;
}
/* at 1400px and higher we hide  */
@media (min-width: 1400px) {
    .kh_technical-insights .swiper {
max-width: 1240px;
    overflow: hidden;
            padding: 0;
    }
}

.kh_technical-insights .swiper-wrapper {
    display: flex;
}
.kh_technical-insights .swiper-slide {
    display: flex;
    width: 295px;
    /* max-width: 295px; */
    /* height: 166.259px; */
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
    aspect-ratio: 295.00/166.26;
    flex-direction: column;
    height: fit-content;
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.kh_technical-insights_slide {
    text-decoration: none;
}
.kh_technical-insights_slide:hover .kh_technical-insights_slide_img {
    transform: scale(1.05);
}
.kh_technical-insights_slide:hover .kh_technical-insights_slide_title {
    color: var(--Sabre-Blue, #00AFFE);
}
.kh_technical-insights_slide_img-wrapper {
    overflow: hidden;
}
.kh_technical-insights_slide_img {
    display: flex;
    width: 100%;
    /* height: 166.259px; */
    aspect-ratio: 295.00/166.26;
    background: var(--Sabre-Blue-2, #EAF9FF);
    object-fit: cover;
    transition: .45s;
    cursor: pointer;
}
.kh_technical-insights_slide_content {
    padding-right: 20px;
}
.kh_technical-insights_slide_title {
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.176px;
    margin-top: 3px;
    transition: color 0.45s ease;
    margin-bottom: 0;
}
@media (max-width: 1280px) {
  .kh_technical-insights {
    display: flex;
  }
    .kh_technical-insights_top {
        padding: 0 25px 0 25px;
        /* margin-left: 25px; */
        border-top: 1px solid var(--Sabre-Blue, #00AFFE);
    }
    .kh_technical-insights_top_inner {
        border-top: none;
        padding-top: 9px;
    }
    .kh_technical-insights_heading {
        font-size: 18px;
    }
    .kh_technical-insights_link_wrapper-mobile {
        display: flex;
        flex-direction: row;
        padding: 0 25px;
        margin-top: 30px;
    }
    .kh_technical-insights .swiper {
        padding-left: 25px;
        padding-right: 0px;
        overflow: hidden;
    }
    .kh_technical-insights_slide_title {
        font-size: 16px;
    }



    .swiper-slide.product-single a {
text-decoration: none;
    }
.swiper-slide.product-single .featured-image {
    position: relative;
    max-width: 299px;
    width: 299px;
    height: 340px;
    margin-bottom: 25px;
    background: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
    .swiper-slide.product-single .product-image {
      width: 100%;
      aspect-ratio: 220 / 250;
    }

.swiper-slide.product-single .featured-image .read-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
    background: transparent;
    padding: 15px;
    transition: .45s;
}
.swiper-slide.product-single .featured-image .read-btn .arrow-blue {
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/sabre/assets/images/arrow-right-blue.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.swiper-slide.product-single .title {
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.176px;
    margin-top: 3px;
    transition: color 0.45s ease;
    margin-bottom: 0;
    text-decoration: none;
}


}

.related-articles-mobile {
  display: none;
}
@media (max-width: 767px) {
  .related-articles-mobile {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top :60px;
  }



.related-articles-mobile_top_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    border-top: 1px solid var(--Sabre-Blue, #00AFFE);
    padding-top: 13px;
}
.related-articles-mobile_heading_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.related-articles-mobile_heading_line {
    width: 4px;
    height: 20px;
    background: var(--Sabre-Blue, #00AFFE);
}
  .related-articles-mobile h2 {
      color: var(--Sabre-Purple, #4B08A1);
      font-family: Poppins;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: -0.198px;
  }


 .related-articles-mobile .swiper {
  margin-top: 20px;
 }



  .related-articles-mobile .swiper-slide {
    width: fit-content;
        display: flex;
    max-width: 295px;
    /* max-width: 295px; */
    /* height: 166.259px; */
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
    aspect-ratio: 295.00/166.26;
    flex-direction: column;
    height: fit-content;
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .related-articles-mobile .swiper-slide img {
    width: 100%;
    /* aspect-ratio: 295 / 166; */
    height: auto;
     aspect-ratio: 295.00/166.26;
  }
  .related-articles-mobile .swiper-wrapper {
      display: flex;
  }
  .related-articles-mobile .post-meta {
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 16px */
    margin-top: 14px;
  }
  .related-articles-mobile .post-title {
    margin-bottom: 0;
    margin-top: 6px;
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.176px;
    text-decoration: none;
  }
    .related-articles-mobile .post-title a {
text-decoration: none;
    }
}

.kh_ask-an-expert {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px 100px;
    max-width: calc(1240px + 200px);
    margin: 0 auto;
    margin-top: 49px;
}
.kh_ask-an-expert_inner {
    display: flex;
    gap: 25px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--Sabre-Purple, #4B08A1);
    padding-top: 30px;
    padding-bottom: 42px;
    flex-wrap: wrap;
}
.kh_ask-an-expert_heading {
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 63px */
    letter-spacing: -0.462px;
    min-width: fit-content;
    margin-bottom: 0;
}
.kh_ask-an-expert_links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 78px;
    justify-content: flex-end;
}
.kh_ask-an-expert_link {
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.22px;
    text-decoration: none;
    min-width: fit-content;
    transition: .2s ease;
}
.kh_ask-an-expert_link:hover {
    color: var(--Sabre-Blue, #00AFFE);
}
.kh_ask-an-expert_link span {
    color: var(--Sabre-Blue, #00AFFE);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: -0.22px;
}
.kh_ask-an-expert_btn {
    display: inline-flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Sabre-Blue, #00AFFE);
    color: var(--Sabre-White, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.176px;
    text-decoration: none;
    transition: .5s ease;
    min-width: fit-content;
}
.kh_ask-an-expert_btn:hover {
    opacity: .5;
}

@media (max-width: 1280px) {
    .kh_ask-an-expert {
        padding: 0px 25px;
        /* margin-top: 39px; */
    }
    .kh_ask-an-expert_inner {
        padding-top: 17px;
        padding-bottom: 30px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1px;
    }
    .kh_ask-an-expert_heading {
        font-size: 24px;
        letter-spacing: -0.264px;
    }
    .kh_ask-an-expert_links {
        gap: 15px;
        justify-content: space-between;
        width: 100%;
    }
    .kh_ask-an-expert_link {
        font-size: 16px;
    }
}

.kh_newsletter {
    background: var(--Sabre-Purple-2, #F0FAFF);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    padding-top: 46px;
    padding-bottom: 50px;
}
.kh_newsletter_inner {
    display: flex;
    gap: 46px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 100px;
    max-width: calc(1240px + 200px);
}
.kh_newsletter_heading-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.kh_newsletter_heading_line {
    width: 4px;
    height: 20px;
    background: var(--Sabre-Blue, #00AFFE);
}
.kh_newsletter_heading {
    color: var(--Sabre-Purple, #4B08A1);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.264px;
    min-width: fit-content;
    margin-bottom: 0;
}

@media (max-width: 1280px) {
    .kh_newsletter {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .kh_newsletter_inner {
        padding: 0px 25px;
    }
    .kh_newsletter_heading {
        font-size: 18px;
    }
}



.article_image-block img {
  width: 100%;
  height: auto;
  max-width: 100%;
}


/* New styles Dec 24 */
                        .sb_newsletter {
                            background: #f5f5f5;
                            color: #4b08a1;
                        }
                        .sb_newsletter .fd-form-control {
                            border-radius: 0px !important;
                        }
                        .sb_newsletter .ff-65dfbb5f169219458e8a539d__footer {
                            width: fit-content;
                        }
                        .sb_newsletter .fd-btn {
                            border-radius: 0px !important;
                            width: fit-content !important;
                        }
                        .sb_newsletter.false {
                            display: block !important;
                        }
                        .sb_newsletter.true {
                            display: none !important;
                        }
                        .sb_newsletter_white {
                            background: #ffffff;
                        }
                        .sb_newsletter_blue {
                            background: #00a6e4;
                            color: #ffffff;
                        }
                        .sb_newsletter_blue .fd-form-control {
                            color: #ffffff !important;
                            border: 1px solid #ffffff !important;
                        }
                        .sb_newsletter_blue .fd-form-label {
                            color: #ffffff !important;
                        }
                        .sb_newsletter_blue .fd-btn {
                            background: #4b08a1 !important;
                        }
                        .sb_newsletter_purple {
                            background: #4b08a1;
                            color: #ffffff;
                        }
                        .sb_newsletter_purple .fd-form-control {
                            color: #ffffff !important;
                            border: 1px solid #ffffff !important;
                        }
                        .sb_newsletter_purple .fd-form-label {
                            color: #ffffff !important;
                        }
                        .sb_newsletter_purple .fd-btn {
                            background: #00a6e4 !important;
                        }

                        .sb_newsletter .ff-65dfbb5f169219458e8a539d__title {
                            display: none !important;
                        }
                        .sb_newsletter .ff-65dfbb5f169219458e8a539d__subtitle {
                            display: none !important;
                        }
                        .sb_newsletter .heading-cell {
                            grid-column-end: span 5;
                        }
                        .sb_newsletter .heading-cell p {
                            margin-top: 25px;
                        }
                        .sb_newsletter .text-cell {
                            grid-column-start: 8;
                            grid-column-end: span 5;
                        }
                        .sb_newsletter .ff-65dfbb5f169219458e8a539d__form {
                            padding: 0 !important;
                        }
                        .sb_newsletter .ff-65dfbb5f169219458e8a539d__container {
                            margin: 0 !important;
                        }

                        @media (max-width: 767px) {
                            .sb_newsletter .header-container {
                                grid-template-columns: 1fr;
                            }
                            .sb_newsletter .text-cell {
                                grid-column-start: 1;
                            }
                            .sb_newsletter .heading-cell{
                                max-width: 75%;
                            }
                        }
