.oz-sc-sticky-target[data-oz-sc="1"] {
  position: -webkit-sticky;
  position: sticky;
  top: var(--oz-sc-top, 80px);
  z-index: var(--oz-sc-z, 10);
}

.oz-sc-sticky-parent-fix,
.oz-sc-sticky-parent-fix > .elementor-element,
.oz-sc-sticky-parent-fix > .e-con,
.oz-sc-sticky-parent-fix > .elementor-widget-wrap {
  overflow: visible !important;
}

/* Helps avoid odd overlap issues in some Elementor layouts */
.oz-sc-sticky-context {
  position: relative;
}
