.eg-circle,
.eg-left-slot,
.eg-menu,
.eg-menu-area {
  display: none !important;
}

.eg-track {
  width: min(430px, calc(100vw - 32px)) !important;
  height: 54px !important;
  padding: 5px !important;
  border-radius: 34px !important;
}

.eg-cluster {
  width: 100% !important;
  height: 54px !important;
}

.eg-pill {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 54px !important;
}

@media (max-width: 768px) {
  .eg-track {
    width: calc(100vw - 32px) !important;
    bottom: 12px !important;
  }
}
