/**
 * Case study UX — scoped to #content only (never footer).
 */

/* ── Reading progress ── */
.n92-cs-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 99990;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.n92-cs-progress__bar {
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #ff3377, #ff6b9d);
  transform-origin: left center;
  transition: transform 0.12s ease-out;
}

/* ── Section scroll targets ── */
body.n92-case-study #content .themify_builder_content .tb_first,
body.n92-case-study #content .themify_builder_content .module_row:not(.tb_first) .row_inner.tb_col_count_2,
body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3,
body.n92-case-study #content .themify_builder_content .tb_has_section,
body.n92-case-study #content .themify_builder_content .module_row.fullwidth,
body.n92-case-study #content .themify_builder_content .module_row[data-anchor] {
  scroll-margin-top: clamp(4rem, 10vw, 5.5rem);
}

body.n92-case-study #content .module-menu-container {
  display: none !important;
}

/* ── Hero: compact title band (not full viewport) ── */
body.n92-case-study #content .themify_builder_content .module_row.tb_first {
  min-height: auto !important;
  margin-bottom: 0 !important;
  padding-top: clamp(4.5rem, 9vh, 6rem) !important;
  padding-bottom: clamp(1.25rem, 3vh, 2.5rem) !important;
}

body.n92-case-study #content .themify_builder_content .module_row.tb_first .module_column.last:not(:has(.module)) {
  display: none !important;
}

body.n92-case-study #content .themify_builder_content .module_row.tb_first > .row_inner {
  min-height: auto !important;
  align-items: center !important;
  justify-items: start !important;
  padding-inline: clamp(1.5rem, 4vw, 3.5rem) !important;
  max-width: min(1680px, 94vw) !important;
  margin-inline: auto !important;
  width: 100% !important;
}

body.n92-case-study #content .themify_builder_content .module_row.tb_first .module_column.first {
  width: 100% !important;
  max-width: 100% !important;
}

/* Video band — trim WP export’s 500px+ padding spacers */
body.n92-case-study #content .themify_builder_content .module_row[data-tbfullwidthvideo] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: min(52vw, 62vh) !important;
}

/* ── Intro overview ── */
@media (min-width: 769px) {
  body.n92-case-study #content .themify_builder_content .module_row:not(.tb_first) .row_inner.tb_col_count_2 {
    gap: clamp(2rem, 4.5vw, 3.5rem) !important;
    padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 4vw, 3rem) !important;
    max-width: min(1680px, 94vw) !important;
    width: 100% !important;
    margin-inline: auto !important;
  }

  body.n92-case-study #content .themify_builder_content .tb_o0pq111 > .row_inner {
    --col: 1.72fr 0.78fr !important;
  }

  body.n92-case-study #content .themify_builder_content .module_row:not(.tb_first) .row_inner.tb_col_count_2 .module_column.first {
    padding-right: clamp(0.75rem, 2vw, 2rem);
  }

  body.n92-case-study #content .themify_builder_content .module_row:not(.tb_first) .row_inner.tb_col_count_2 .module_column.last {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: clamp(1.25rem, 3vw, 2rem) !important;
    align-self: start;
  }

  body.n92-case-study #content .themify_builder_content .module_row:not(.tb_first) .row_inner.tb_col_count_2 .module_column.last .module-text {
    padding-top: 1rem !important;
    margin-bottom: 0 !important;
  }

  body.n92-case-study #content .themify_builder_content .module_row:not(.tb_first) .row_inner.tb_col_count_2 .module_column.last .module-text:first-child {
    padding-top: 0 !important;
  }

  body.n92-case-study #content .themify_builder_content .module_row:not(.tb_first) .row_inner.tb_col_count_2 .module_column.first [class*="tb_ko"] {
    border-right: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.n92-case-study #content .themify_builder_content .tb_o0pq111 .module_column.first .module-text .tb_text_wrap p {
    font-size: clamp(1.05rem, 1.35vw, 1.2rem) !important;
    line-height: 1.55 !important;
    max-width: 72ch;
  }

  body.n92-case-study #content .themify_builder_content .tb_o0pq111 .module_column.first .n92-case-subtitle {
    font-size: clamp(1.35rem, 2.2vw, 2rem) !important;
  }
}

@media (min-width: 1025px) and (hover: hover) {
  body.n92-case-study #content .themify_builder_content .module_row:not(.tb_first) .row_inner.tb_col_count_2 .module_column.last {
    position: sticky;
    top: 5.5rem;
  }
}

/* ── Process row: bento cards ── */
@media (min-width: 769px) {
  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 {
    gap: clamp(1rem, 2.5vw, 1.75rem) !important;
    padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem) !important;
    max-width: min(1680px, 94vw) !important;
    width: 100% !important;
    margin-inline: auto !important;
  }

  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module_column {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    padding: clamp(1.25rem, 3vw, 2rem);
  }

  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module_column:first-child,
  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module_column:nth-child(2) {
    border-top: 3px solid #ff3377;
  }

  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module_column:last-child {
    border-top: 3px solid #7ac943;
  }
}

@media (min-width: 1025px) and (hover: hover) {
  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module_column {
    transition: border-color 0.25s ease, transform 0.25s ease;
  }

  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module_column:hover {
    border-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
  }
}

body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module_column > .module-text.wow {
  margin-bottom: 0.5rem !important;
}

body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module_column .module-text:not(.wow) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module-text:not(.wow) .tb_text_wrap p {
  position: relative;
  padding-left: 1.1em !important;
}

body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module-text:not(.wow) .tb_text_wrap p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(239, 236, 232, 0.45);
}

body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module_column:last-child .module-text:not(.wow) .tb_text_wrap p::before {
  background: #7ac943;
}

/* ── Widen narrative text blocks (identity, strategy, culture deck, etc.) ── */
body.n92-case-study #content .themify_builder_content .module-text {
  width: auto !important;
  max-width: none !important;
}

@media (min-width: 769px) {
  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_1,
  body.n92-case-study #content .themify_builder_content .tb_has_section > .row_inner,
  body.n92-case-study #content .themify_builder_content .module_row:not(.tb_first):not([data-tbfullwidthvideo]):not(.fullwidth) > .row_inner.tb_col_count_1 {
    max-width: min(1680px, 94vw) !important;
    width: 100% !important;
    margin-inline: auto !important;
    padding-inline: clamp(1.5rem, 4vw, 3.5rem) !important;
  }

  body.n92-case-study #content .themify_builder_content .module_subrow .module-text,
  body.n92-case-study #content .themify_builder_content .tb_has_section .module-text,
  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_1 .module-text,
  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_1 .module_subrow .module-text {
    width: 100% !important;
    max-width: min(1100px, 82vw) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.n92-case-study #content .themify_builder_content .module-text .tb_text_wrap,
  body.n92-case-study #content .themify_builder_content .module-text .tb_text_wrap p {
    max-width: none !important;
  }

  body.n92-case-study #content .themify_builder_content .tb_o0pq111 .module_column.first .module-text {
    max-width: none !important;
    padding-left: clamp(0.5rem, 2vw, 1.5rem) !important;
    padding-right: clamp(0.5rem, 2vw, 1.5rem) !important;
  }

  body.n92-case-study #content .themify_builder_content .tb_has_section {
    padding-bottom: clamp(2rem, 5vw, 4rem) !important;
  }
}

/* Strategy / culture-deck overlays — kill WP negative margins (all breakpoints) */
body.n92-case-study #content .themify_builder_content .tb_has_section .module-text,
body.n92-case-study #content .themify_builder_content .module_subrow .module-text,
.themify_builder_content-28882 .tb_yvb7922.module-text,
.themify_builder_content-28882 .tb_mptu983.module-text,
.themify_builder_content-28882 .tb_cli9211.module-text {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: auto !important;
  transform: none !important;
}

/* ── End-of-page flow (no body-class gate — applies on first paint) ── */
#pagewrap #content,
#pagewrap #body,
#pagewrap #content .themify_builder_content {
  overflow: visible !important;
}

#pagewrap #content .module-image.image-full-overlay,
#pagewrap #content .module-image.image-full-overlay .image-wrap,
#pagewrap #content .module-image.image-full-overlay img {
  position: static !important;
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  transform: none !important;
}

/* Full-bleed image bands — no narrow white column */
#pagewrap.n92-case-study #content,
#pagewrap.n92-case-study #layout,
#pagewrap.n92-case-study #body {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

#pagewrap #content .themify_builder_content .module_row.fullwidth,
#pagewrap #content .themify_builder_content .module_row.fullwidth.tb_g0pn000,
#pagewrap #content .themify_builder_content .module_row.fullwidth.tb_23zp591,
#pagewrap #content .themify_builder_content .module_row.fullwidth.tb_0ywk910,
#pagewrap #content .themify_builder_content .module_row.fullwidth.tb_jsdp904 {
  position: relative !important;
  clear: both !important;
  overflow: visible !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

#pagewrap #content .themify_builder_content .module_row.fullwidth > .row_inner,
#pagewrap #content .themify_builder_content .module_row.fullwidth .module_column,
#pagewrap #content .themify_builder_content .module_row.fullwidth .module_subrow,
#pagewrap #content .themify_builder_content .module_row.fullwidth .sub_column {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#pagewrap #content .themify_builder_content .tb_b81j211 {
  width: 100% !important;
  max-width: none !important;
}

#pagewrap #content .themify_builder_content .tb_n3u3110,
#pagewrap #content .themify_builder_content .tb_md2u170,
#pagewrap #content .themify_builder_content .tb_qbb8591 {
  margin: 0 !important;
  padding: 0 !important;
}

#pagewrap #content .themify_builder_content .tb_b81j211 {
  margin-top: 0 !important;
  padding-top: clamp(2.5rem, 6vw, 5rem) !important;
  padding-bottom: clamp(1.5rem, 4vw, 3rem) !important;
}

#pagewrap #content .themify_builder_content .tb_2dtt211 {
  padding-top: 0 !important;
}

#pagewrap #content .themify_builder_content .tb_23zp591 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#pagewrap #content .themify_builder_content .tb_g0pn000 {
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  body.n92-case-study #content .themify_builder_content .module_subrow .module-text,
  body.n92-case-study #content .themify_builder_content .tb_has_section .module-text,
  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_1 .module-text {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-inline: 0 !important;
  }
}

/* ── Conversion band (all case studies incl. React framework) ── */
.n92-cs-convert {
  position: relative;
  padding: clamp(4rem, 10vw, 7rem) clamp(1.25rem, 4vw, 3rem);
  background: #171717;
  border-top: 1px solid rgba(239, 236, 232, 0.08);
  color: #efece8;
}

.n92-cs-convert__inner {
  max-width: min(920px, 92vw);
  margin-inline: auto;
  text-align: center;
}

.n92-cs-convert__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  color: #ff3377;
}

.n92-cs-convert__headline {
  margin: 0 0 1.25rem;
  font-size: clamp(1.85rem, 5vw, 3.25rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: #efece8 !important;
}

.n92-cs-convert__body {
  margin: 0 auto 2rem;
  max-width: 52ch;
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  line-height: 1.65;
  color: rgba(239, 236, 232, 0.82);
}

.n92-cs-convert__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  align-items: center;
}

.n92-cs-convert__primary,
.n92-cs-convert__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85em 1.6em;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  text-decoration: none;
  border-radius: 3px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.n92-cs-convert__primary {
  background: #ff3377;
  color: #fff !important;
  box-shadow: 0 8px 28px rgba(255, 51, 119, 0.28);
}

.n92-cs-convert__primary:hover,
.n92-cs-convert__primary:focus-visible {
  background: #ff0062;
  color: #fff !important;
}

.n92-cs-convert__secondary {
  border: 1px solid rgba(239, 236, 232, 0.28);
  color: #efece8 !important;
  background: transparent;
}

.n92-cs-convert__secondary:hover,
.n92-cs-convert__secondary:focus-visible {
  border-color: rgba(239, 236, 232, 0.55);
  color: #fff !important;
}

.n92-cs-convert__caps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.n92-cs-convert__caps a {
  font-size: 0.82rem;
  color: rgba(239, 236, 232, 0.72) !important;
  text-decoration: none;
  text-transform: lowercase;
}

.n92-cs-convert__caps a:hover {
  color: #ff3377 !important;
}

/* ── Continue exploring (after all case study content, before footer) ── */
#n92-explore-rail-host {
  background: #0a0a0a;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 2;
}

#n92-explore-rail-host .n92-explore-rail {
  max-width: min(1680px, 94vw);
  margin-inline: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#n92-explore-rail-host .n92-explore-rail__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (max-width: 680px) {
  #n92-explore-rail-host .n92-explore-rail__grid {
    grid-template-columns: 1fr;
  }
}

/* ── Sticky mid-scroll CTA ── */
.n92-cs-sticky-cta {
  position: fixed;
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  left: 50%;
  transform: translate(-50%, 1.25rem);
  z-index: 99985;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.n92-cs-sticky-cta.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.n92-cs-sticky-cta__link {
  display: inline-flex;
  align-items: center;
  padding: 0.75em 1.35em;
  background: #ff3377;
  color: #fff;
  font-family: gilroy, "Proxima Nova", sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: lowercase;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(255, 51, 119, 0.3);
  transition: background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.n92-cs-sticky-cta__link:hover {
  background: #ff0062;
  transform: scale(1.02);
}

.n92-cs-chapters.is-visible {
  right: max(0.75rem, env(safe-area-inset-right));
}

/* Long narrative pages (Paycom, multi-year stories) — scrollable chapter rail */
@media (min-width: 1025px) and (hover: hover) {
  .n92-cs-chapters {
    max-height: min(72vh, 34rem);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(239, 236, 232, 0.35) transparent;
    gap: 0.65rem;
    padding-block: 0.75rem;
  }

  .n92-cs-chapters .n92-chapters__label {
    max-width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* React framework / lab — docked dot rail, expands on hover */
  .n92-cs-chapters.n92-cs-chapters--framework {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: 0;
    gap: 0;
    padding: 0;
    border: none;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    border-radius: 0 !important;
    max-height: none;
    overflow: visible;
    opacity: 0.55;
    transition: opacity 0.25s ease;
  }

  /* Wider invisible hit zone along the right edge */
  .n92-cs-chapters--framework::before {
    content: "";
    position: absolute;
    top: -3rem;
    right: 0;
    bottom: -3rem;
    left: -1.25rem;
    z-index: -1;
  }

  .n92-cs-chapters--framework:hover,
  .n92-cs-chapters--framework:focus-within {
    opacity: 1;
  }

  .n92-cs-chapters--framework .n92-cs-chapters__dock {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.7rem;
    padding: 0.55rem 0.4rem;
    border-radius: 3px 0 0 3px;
    border: 1px solid transparent;
    background: transparent;
    transition:
      background 0.28s ease,
      border-color 0.28s ease,
      box-shadow 0.28s ease,
      padding 0.28s ease;
  }

  .n92-cs-chapters--framework:hover .n92-cs-chapters__dock,
  .n92-cs-chapters--framework:focus-within .n92-cs-chapters__dock {
    padding: 0.7rem 0.55rem 0.7rem 0.85rem;
    border-color: rgba(239, 236, 232, 0.14);
    background: rgba(10, 10, 10, 0.96);
    box-shadow: -10px 0 36px rgba(0, 0, 0, 0.45);
  }

  .n92-cs-chapters--framework .n92-chapters__item {
    gap: 0.55rem;
    padding: 0.1rem 0.15rem;
    background: none !important;
    border-radius: 0;
    min-height: 1.25rem;
  }

  .n92-cs-chapters--framework .n92-chapters__item.is-active {
    color: #ff3377;
  }

  .n92-cs-chapters--framework .n92-cs-chapters__num {
    display: none;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: rgba(239, 236, 232, 0.45);
    font-variant-numeric: tabular-nums;
  }

  .n92-cs-chapters--framework:hover .n92-cs-chapters__num,
  .n92-cs-chapters--framework:focus-within .n92-cs-chapters__num {
    display: inline-block;
    min-width: 1.35rem;
  }

  .n92-cs-chapters--framework .n92-chapters__item.is-active .n92-cs-chapters__num {
    color: #ff3377;
  }

  .n92-cs-chapters--framework .n92-chapters__label {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.76rem;
    transition:
      max-width 0.32s ease,
      opacity 0.22s ease;
  }

  .n92-cs-chapters--framework:hover .n92-chapters__label,
  .n92-cs-chapters--framework:focus-within .n92-chapters__label {
    max-width: 8.5rem;
    opacity: 1;
  }

  .n92-cs-chapters--framework .n92-chapters__dot {
    width: 6px;
    height: 6px;
    opacity: 0.45;
    transition:
      width 0.2s ease,
      height 0.2s ease,
      opacity 0.2s ease,
      background 0.2s ease;
  }

  .n92-cs-chapters--framework .n92-chapters__item.is-active .n92-chapters__dot {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #ff3377;
  }

  .n92-cs-chapters--framework:hover .n92-chapters__item:not(.is-active) .n92-chapters__dot,
  .n92-cs-chapters--framework:focus-within .n92-chapters__item:not(.is-active) .n92-chapters__dot {
    opacity: 0.7;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  body.n92-case-study #content .themify_builder_content .module_row:not(.tb_first) .row_inner.tb_col_count_2,
  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 {
    padding-inline: clamp(1.25rem, 4vw, 2rem) !important;
  }
}

@media (max-width: 768px) {
  body.n92-case-study #content .themify_builder_content .module_row:not(.tb_first) .row_inner.tb_col_count_2 {
    padding: clamp(2rem, 6vw, 3rem) clamp(1.25rem, 5vw, 1.75rem) !important;
    gap: 1.5rem !important;
  }

  body.n92-case-study #content .themify_builder_content .module_row:not(.tb_first) .row_inner.tb_col_count_2 .module_column.last {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 1.25rem !important;
    margin-top: 0.5rem;
  }

  body.n92-case-study #content .themify_builder_content .module_row:not(.tb_first) .row_inner.tb_col_count_2 .module_column.last .module-text {
    padding-top: 0.85rem !important;
  }

  body.n92-case-study #content .themify_builder_content .module_row:not(.tb_first) .row_inner.tb_col_count_2 .module_column.last .module-text:first-child {
    padding-top: 0 !important;
  }

  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 {
    padding: clamp(1.75rem, 5vw, 2.5rem) clamp(1.25rem, 5vw, 1.75rem) !important;
    gap: 1rem !important;
  }

  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module_column {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 0.25rem;
  }

  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module_column:first-child,
  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module_column:nth-child(2) {
    border-top: 3px solid #ff3377;
  }

  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module_column:last-child {
    border-top: 3px solid #7ac943;
  }

  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module-text:not(.wow) {
    font-size: 16px !important;
  }

  .n92-cs-sticky-cta {
    left: auto;
    right: max(1rem, env(safe-area-inset-right));
    transform: translateY(1.25rem);
  }

  .n92-cs-sticky-cta.is-visible {
    transform: translateY(0);
  }

  .n92-cs-sticky-cta__link {
    font-size: 0.78rem;
    padding: 0.75em 1.25em;
  }
}

@media (max-width: 480px) {
  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_2,
  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 {
    padding-inline: 1.125rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .n92-cs-progress__bar,
  .n92-cs-sticky-cta,
  body.n92-case-study #content .themify_builder_content .row_inner.tb_col_count_3 .module_column {
    transition: none !important;
  }
}
