.webflow-integrations-list-page {
  background: var(--new--neutral--color-100);
}

/* Parity with the live page: integration single sits on the light-purple page
   background while the white "integration-single---bg" band covers the top. */
.webflow-integration-single-page {
  background: #f5f4ff;
}

.webflow-integrations-list-page .main-content,
.webflow-integration-single-page .main-content {
  overflow: clip;
}

.webflow-integrations-list-page .header-position-absolute,
.webflow-integration-single-page .header-position-absolute {
  position: relative;
  background: var(--new--neutral--color-100);
  box-shadow: 0 1px 0 rgba(231, 233, 246, .9);
}

.webflow-integrations-list-page .integrations---hero-bg {
  z-index: 0;
}

.webflow-integrations-list-page .footer-wrap,
.webflow-integration-single-page .footer-wrap {
  position: relative;
  z-index: 1;
}

.webflow-integrations-list-page .sec.webflow-integrations-hero {
  position: relative;
  z-index: 1;
  padding-top: 54px;
  padding-bottom: 92px;
}

.integrations-listing-panel {
  margin-top: 8px;
}

.webflow-integrations-list-page .blog-approved-controls {
  width: min(560px, 100%);
  margin: 0 0 28px;
}

.webflow-integrations-list-page .combo {
  display: flex;
  align-items: stretch;
  height: 62px;
  padding: 0 18px 0 22px;
  border: 1px solid var(--new--neutral--color-300);
  border-radius: 16px;
  background: var(--new--neutral--color-100);
  box-shadow: 0 6px 22px rgba(20, 20, 43, .06);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.webflow-integrations-list-page .combo:focus-within {
  border-color: var(--new--primary-color);
  box-shadow: 0 0 0 3px rgba(74, 58, 255, .1), 0 8px 26px rgba(20, 20, 43, .08);
}

.webflow-integrations-list-page .seg.search {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.webflow-integrations-list-page .seg.search .s-ic {
  display: inline-flex;
  flex: 0 0 auto;
  color: var(--new--neutral--color-500);
}

.webflow-integrations-list-page .seg.search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--new--neutral--color-800);
  font: inherit;
  font-size: 16px;
}

.webflow-integrations-list-page .seg.search input::placeholder {
  color: var(--new--neutral--color-500);
  font-weight: 500;
}

.webflow-integrations-list-page .crd.integrations-link {
  min-height: 100%;
}

.webflow-integrations-list-page .integrations-icon-square {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.webflow-integrations-list-page .integrations-heading {
  margin-top: 0;
  margin-bottom: 8px;
}

.integrations-empty {
  display: none;
  margin-top: 24px;
  padding: 28px;
  border: 1px solid var(--new--neutral--color-300);
  border-radius: 14px;
  background: var(--new--neutral--color-100);
  color: var(--new--neutral--color-600);
  text-align: center;
  box-shadow: 0 2px 5px #877df32e;
}

.integrations-empty.is-visible {
  display: block;
}

.integrations-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.integrations-pagination:empty {
  display: none;
}

.integrations-pagination .pagination-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--new--neutral--color-300);
  border-radius: 100%;
  background: var(--new--neutral--color-100);
  color: var(--new--neutral--color-800);
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.integrations-pagination .pagination-number:hover,
.integrations-pagination .pagination-number.is-active {
  border-color: var(--new--primary-color);
  background: var(--new--primary-color);
  color: var(--new--neutral--color-100);
}

/* Breadcrumb sits inline above the grid, inside the hero container (matches the
   original Webflow export — no separate bar). */
.webflow-integration-single-page .integrations-breadcrumb {
  margin-bottom: 20px;
}

/* Nudge the ">" chevron 2px down so it sits centered with the link text. */
.webflow-integration-single-page .brix_icon-font.breadcrumb {
  margin-top: 0;
}

.webflow-integration-single-page .sec.integration-single-hero {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

.webflow-integration-single-page .integration-single---bg {
  z-index: 0;
}

.webflow-integration-single-page .integration-single-hero .c-default {
  position: relative;
  z-index: 1;
}

.webflow-integration-single-page .grid__2-col.integration-single-page-grid {
  gap: var(--g-s);
}

.webflow-integration-single-page .crd.integration-single-card {
  width: 100%;
}

/* Extra breathing room above the "Last updated on…" row inside the body card. */
.webflow-integration-single-page .integration-single-body-card .blog-date-flex {
  margin-top: 12px;
}

.webflow-integration-single-page .integration-single-inner-title {
  width: 102%;
  height: 102%;
  object-fit: contain;
}

.webflow-integration-single-page .integration-rich-section {
  scroll-margin-top: 110px;
}

.webflow-integration-single-page .rich-text-small-headings a {
  color: var(--new--primary-color);
  text-decoration: none;
  transition: opacity .2s ease;
}

.webflow-integration-single-page .rich-text-small-headings a:hover {
  color: var(--new--primary-color);
  opacity: .6;
}

/* Rich-text figures: ported from the base Webflow runtime (webflow.css is not
   loaded on native routes) so embedded images render full-width to the card. */
.webflow-integration-single-page .w-richtext:before,
.webflow-integration-single-page .w-richtext:after {
  content: " ";
  display: table;
}

.webflow-integration-single-page .w-richtext:after {
  clear: both;
}

.webflow-integration-single-page .w-richtext ol,
.webflow-integration-single-page .w-richtext ul {
  overflow: hidden;
}

.webflow-integration-single-page .rich-text-small-headings figure {
  position: relative;
  max-width: 60%;
  margin-left: 0;
  margin-right: 0;
}

.webflow-integration-single-page .rich-text-small-headings figure.w-richtext-figure-type-image {
  display: table;
}

.webflow-integration-single-page .rich-text-small-headings figure.w-richtext-figure-type-image > div {
  display: inline-block;
}

.webflow-integration-single-page .rich-text-small-headings figure img {
  width: 100%;
}

.webflow-integration-single-page .rich-text-small-headings figure.w-richtext-align-center {
  margin-left: auto;
  margin-right: auto;
}

.webflow-integration-single-page .rich-text-small-headings figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.webflow-integration-single-page .rich-text-small-headings figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  width: 100%;
}

/* Tutorials — horizontal list rows */
.webflow-integration-single-page .integration-tutorials-rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.webflow-integration-single-page .integration-tutorial-row {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px;
  border: 1px solid var(--new--neutral--color-300);
  border-radius: 18px;
  background: var(--new--neutral--color-100);
  text-decoration: none;
  color: inherit;
  transition: border-color .28s ease, background-color .28s ease, box-shadow .28s ease, transform .28s cubic-bezier(.2, .7, .2, 1);
}

.webflow-integration-single-page .integration-tutorial-row:hover {
  border-color: #c7c9da;
  background: var(--new--neutral--color-100);
  box-shadow: 0 18px 42px rgba(33, 31, 84, .12);
  transform: translateY(-4px);
}

.webflow-integration-single-page .integration-tutorial-row__thumb {
  flex: 0 0 auto;
  width: 148px;
  height: 100px;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  background: var(--new--neutral--color-200);
}

.webflow-integration-single-page .integration-tutorial-row__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}

.webflow-integration-single-page .integration-tutorial-row:hover .integration-tutorial-row__img {
  transform: scale(1.05);
}

.webflow-integration-single-page .integration-tutorial-row__body {
  flex: 1 1 auto;
  min-width: 0;
}

.webflow-integration-single-page .integration-tutorial-row__meta {
  margin-bottom: 7px;
  color: var(--new--neutral--color-500);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.2;
}

.webflow-integration-single-page .integration-tutorial-row__title {
  margin: 0;
  color: var(--new--neutral--color-800);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.01em;
  transition: color .24s ease;
}

.webflow-integration-single-page .integration-tutorial-row:hover .integration-tutorial-row__title {
  color: var(--new--secondary--color-1);
}

/* No real border: the default gray ring is an inset shadow so it disappears
   cleanly on hover with zero edge artifacts. */
.webflow-integration-single-page .integration-tutorial-row__arrow {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 100%;
  background: var(--new--neutral--color-100);
  color: var(--new--neutral--color-700);
  box-shadow: inset 0 0 0 1px var(--new--neutral--color-400);
  transition: color .28s ease, transform .28s cubic-bezier(.2, .7, .2, 1), box-shadow .28s ease;
}

/* Gradient fill layer — fades in on hover/press for a smooth transition both ways. */
.webflow-integration-single-page .integration-tutorial-row__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: linear-gradient(120deg, var(--new--primary-color), var(--new--secondary--color-3));
  opacity: 0;
  transition: opacity .28s ease;
}

.webflow-integration-single-page .integration-tutorial-row__arrow svg {
  position: relative;
  width: 18px;
  height: 18px;
}

.webflow-integration-single-page .integration-tutorial-row:hover .integration-tutorial-row__arrow {
  color: var(--new--neutral--color-100);
  box-shadow: 0 10px 22px rgba(74, 58, 255, .28);
}

.webflow-integration-single-page .integration-tutorial-row:hover .integration-tutorial-row__arrow::before {
  opacity: 1;
}

.webflow-integration-single-page .integration-tutorial-row:active .integration-tutorial-row__arrow {
  color: var(--new--neutral--color-100);
  transform: scale(.94);
}

.webflow-integration-single-page .integration-tutorial-row:active .integration-tutorial-row__arrow::before {
  opacity: 1;
}

.webflow-integration-single-page .integration-tutorial-row:focus-visible {
  outline: none;
  border-color: var(--new--primary-color);
  box-shadow: 0 0 0 3px rgba(74, 58, 255, .14);
}

.webflow-integration-single-page .integration-single-sidebar {
  gap: var(--g-xs);
}

/* Table of contents — dot mini-map */
.webflow-integration-single-page .integration-toc-dotmap {
  padding: 26px 24px;
}

.webflow-integration-single-page .integration-toc-dotmap__title {
  margin: 0 0 16px;
  color: var(--new--neutral--color-800);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.01em;
}

.webflow-integration-single-page .integration-toc-dotmap__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.webflow-integration-single-page .integration-toc-dotmap .toc-item {
  padding: 0;
}

/* Reset the inherited Webflow .toc-link box styles inside the dot map */
.webflow-integration-single-page .integration-toc-dotmap .toc-link.toc-dot-link {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 9px 6px;
  border-radius: 10px;
  background: transparent;
  color: var(--new--neutral--color-500);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition: color .24s ease;
}

.webflow-integration-single-page .integration-toc-dotmap .toc-dot-rail {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
}

.webflow-integration-single-page .integration-toc-dotmap .toc-item:not(:last-child) .toc-dot-rail::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--new--neutral--color-300);
  transition: background-color .24s ease;
}

.webflow-integration-single-page .integration-toc-dotmap .toc-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--new--neutral--color-400);
  transition: background-color .24s ease, width .24s ease, height .24s ease, transform .24s ease, box-shadow .24s ease;
}

.webflow-integration-single-page .integration-toc-dotmap .toc-dot-label {
  min-width: 0;
}

/* Hover */
.webflow-integration-single-page .integration-toc-dotmap .toc-link.toc-dot-link:hover {
  background: transparent;
  color: var(--new--neutral--color-700);
}

.webflow-integration-single-page .integration-toc-dotmap .toc-link.toc-dot-link:hover .toc-dot {
  background: var(--new--secondary--color-3);
  transform: scale(1.25);
}

/* Active (scroll-spy) */
.webflow-integration-single-page .integration-toc-dotmap .toc-link.toc-dot-link.is-active {
  background: transparent;
  color: var(--new--neutral--color-800);
  font-weight: 700;
}

.webflow-integration-single-page .integration-toc-dotmap .toc-link.toc-dot-link.is-active .toc-dot {
  width: 12px;
  height: 12px;
  background: var(--new--primary-color);
  box-shadow: 0 0 0 4px rgba(74, 58, 255, .16);
}

@media (prefers-reduced-motion: reduce) {
  .webflow-integration-single-page .integration-tutorial-row,
  .webflow-integration-single-page .integration-tutorial-row__img,
  .webflow-integration-single-page .integration-tutorial-row__arrow,
  .webflow-integration-single-page .integration-tutorial-row__arrow svg,
  .webflow-integration-single-page .integration-toc-dotmap .toc-dot,
  .webflow-integration-single-page .integration-toc-dotmap .toc-link.toc-dot-link {
    transition: none;
  }
}

.integration-share-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 18px;
  margin-top: 32px;
  text-align: left;
}

.integration-share-wrapper .share-links-contianer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.integration-share-wrapper .share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 100%;
  background: var(--new--neutral--color-100);
  box-shadow: 0 8px 22px rgba(20, 20, 43, .08);
  color: var(--new--neutral--color-600);
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.integration-share-wrapper .share-link:hover {
  box-shadow: 0 12px 28px rgba(20, 20, 43, .16);
  transform: translateY(-4px);
}

.integration-share-wrapper .share-link svg {
  width: 17px;
  height: 17px;
}

.integration-share-wrapper .social-media-icon--facebook:hover,
.integration-share-wrapper .social-media-icon--facebook:focus-visible {
  color: #1877f2;
}

.integration-share-wrapper .social-media-icon--x:hover,
.integration-share-wrapper .social-media-icon--x:focus-visible {
  color: #000;
}

.integration-share-wrapper .social-media-icon--linkedin:hover,
.integration-share-wrapper .social-media-icon--linkedin:focus-visible {
  color: #0a66c2;
}

@media screen and (max-width: 991px) {
  .webflow-integrations-list-page .sec.webflow-integrations-hero {
    padding-top: 44px;
    padding-bottom: 80px;
  }

  /* Single column: flatten both columns so the TOC can sit directly above the
     rich-text body card, with the contact CTA after it and Share removed. */
  .webflow-integration-single-page .grid__2-col.integration-single-page-grid {
    display: flex;
    flex-direction: column;
    gap: var(--g-xs);
  }

  .webflow-integration-single-page .integration-single-page-grid > div,
  .webflow-integration-single-page .integration-single-sidebar {
    display: contents;
  }

  .webflow-integration-single-page .integration-single-sidebar {
    position: static;
    top: auto;
  }

  .webflow-integration-single-page #top-integration {
    order: 1;
  }

  .webflow-integration-single-page .integration-single-toc {
    order: 2;
  }

  .webflow-integration-single-page #bottom-integration {
    order: 3;
  }

  .webflow-integration-single-page .integration-single-sidebar .integration-single-card.v3:not(.integration-single-toc) {
    order: 4;
  }

  .webflow-integration-single-page .integration-share-wrapper {
    order: 5;
  }

  /* Let the flex gap own the vertical rhythm once flattened. */
  .webflow-integration-single-page #top-integration,
  .webflow-integration-single-page #bottom-integration,
  .webflow-integration-single-page .integration-single-toc,
  .webflow-integration-single-page .integration-single-sidebar .integration-single-card.v3:not(.integration-single-toc) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .webflow-integration-single-page .integration-share-wrapper {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .webflow-integrations-list-page .header .header__content,
  .webflow-integration-single-page .header .header__content {
    min-height: 28px;
  }

  .webflow-integrations-list-page .header .hbm__wraper,
  .webflow-integration-single-page .header .hbm__wraper {
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
  }

  .webflow-integrations-list-page .sec.webflow-integrations-hero {
    padding-top: 32px;
    padding-bottom: 68px;
  }

  .webflow-integrations-list-page .blog-approved-controls {
    margin-bottom: 22px;
  }

  .webflow-integrations-list-page .combo {
    height: 56px;
    padding-left: 18px;
    border-radius: 14px;
  }

  /* Hide the share block on mobile per design. */
  .webflow-integration-single-page .integration-share-wrapper {
    display: none;
  }

  .webflow-integration-single-page .breadcrumb-list-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .webflow-integration-single-page .breadcrumb-list-wrapper::-webkit-scrollbar {
    display: none;
  }

  .webflow-integration-single-page .breadcrumb-list-item {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .webflow-integration-single-page .sec.integration-single-hero {
    padding-top: 32px;
    padding-bottom: 72px;
  }

  .webflow-integration-single-page .integration-tutorial-row {
    gap: 16px;
    padding: 14px;
  }

  .webflow-integration-single-page .integration-tutorial-row__thumb {
    width: 112px;
    height: 78px;
    border-radius: 11px;
  }

  .webflow-integration-single-page .integration-tutorial-row__title {
    font-size: 16.5px;
  }

  .webflow-integration-single-page .integration-tutorial-row__arrow {
    width: 40px;
    height: 40px;
  }

  .integration-share-wrapper {
    margin-right: 24px;
    margin-left: 24px;
  }
}

@media screen and (max-width: 479px) {
  .webflow-integrations-list-page .webflow-integrations-icon-and-title {
    margin-bottom: var(--mg-pd--s);
  }

  .webflow-integrations-list-page .integrations-heading {
    font-size: 18px;
    line-height: 1.25;
  }

  .integration-share-wrapper .share-links-contianer {
    justify-content: flex-end;
  }

  .webflow-integration-single-page .integration-tutorial-row__thumb {
    display: none;
  }

  .webflow-integration-single-page .integration-tutorial-row {
    gap: 14px;
    padding: 16px;
  }

  .webflow-integration-single-page .integration-tutorial-row__title {
    font-size: 16px;
  }
}
