/**
 * Fix home page separator overlapping buttons on desktop
 */
.uc-index-separator1 .t396__elem {
	z-index: 0 !important;
}
.uc-fix-zindex :is(.t-btn, .t-feed) {
  z-index: 1;
  position: relative;
}