.ux-tab {
  display: none;
  width: 100%;
}
.ux-tab__margin-collapse-guard {
  display: flex;
  height: fit-content;
}
.ux-tab.is-active {
  display: block;
}
.ux-tab--with-slider {
  display: block;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  visibility: hidden !important;
}
.ux-tab--with-slider.is-active, .ux-tab--with-slider.ux-tab--anchor-navigation {
  height: auto;
  overflow: auto;
  pointer-events: auto;
  position: inherit;
  visibility: inherit !important;
}
.ux-tab--anchor-navigation {
  display: block;
}