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