html body [data-tahe-storyboard-asset] {
  position: relative !important;
}

html body [data-tahe-storyboard-unbind] {
  position: absolute !important;
  top: 2px !important;
  right: 2px !important;
  z-index: 12 !important;
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 4px !important;
  background: rgba(43, 45, 54, 0.94) !important;
  color: #f3f4f6 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.34) !important;
  cursor: pointer !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: scale(0.86) !important;
  transition:
    opacity 0.16s ease,
    transform 0.16s ease,
    background-color 0.16s ease !important;
}

html body [data-tahe-storyboard-asset]:hover > [data-tahe-storyboard-unbind],
html body [data-tahe-storyboard-asset]:focus-within > [data-tahe-storyboard-unbind],
html body [data-tahe-storyboard-unbind]:focus-visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: scale(1) !important;
}

html body [data-tahe-storyboard-unbind]:hover {
  background: #ef4444 !important;
}

html body [data-tahe-storyboard-unbind]:focus-visible {
  outline: 2px solid #9c5ef6 !important;
  outline-offset: 1px !important;
}

html body [data-tahe-storyboard-unbind] .el-icon,
html body [data-tahe-storyboard-unbind] svg {
  width: 10px !important;
  height: 10px !important;
}

@media (hover: none), (pointer: coarse) {
  html body [data-tahe-storyboard-unbind] {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: scale(1) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body [data-tahe-storyboard-unbind] {
    transition: none !important;
  }
}
