@media (max-width: 768px) {
  #root label[style*="z-index: 12"] {
    width: 32px !important;
    min-width: 32px !important;
    padding: 6px 7px !important;
    gap: 0 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    font-size: 0 !important;
  }

  #root label[style*="z-index: 12"] + div
    > div:nth-child(2) > div:first-child {
    padding-right: 40px !important;
  }

  #root label[style*="z-index: 12"] + div
    > div:nth-child(2) > div:first-child > div {
    display: none !important;
  }
}
