.elementor-13175 .elementor-element.elementor-element-c501ab9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-13175 .elementor-element.elementor-element-b05d029{width:var( --container-widget-width, 99.811% );max-width:99.811%;--container-widget-width:99.811%;--container-widget-flex-grow:0;}.elementor-13175 .elementor-element.elementor-element-b05d029.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-b05d029 *//* Show preview background above the center line */
.mambs-timeline .timeline::before {
  z-index: 0; /* center line sits behind previews */
}

/* Ensure preview box is on top and fills the side neatly */
.mambs-timeline .preview {
  position: relative;
  z-index: 2;                /* bring preview above the center line */
  width: calc(100% - 48px);  /* fill most of the half-column */
  max-width: none;           /* override any previous max-width */
}

/* Remove the round marker on the center line */
.mambs-timeline .timeline-item::after {
  display: none !important;
}/* End custom CSS */