.slide-target {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  max-height: 70px;
  width: 80%;
  height: 80%;
  border-radius: 4px;
  background: var(--w-btn-bg);
  translate: -50% -50%;
}
.slide-target[ui-slide] {
  background: var(--theme-a8);
}
