.active-target {
  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);
}
.active-target[ui-active] {
  background: var(--theme-a8);
}
