.tahe-video-empty-preview {
  width: 100%;
  height: 176px;
  border: 1px dashed #4b5563;
  border-radius: 8px;
  background: #181819;
  color: #6b7280;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 8px;
  transition: border-color 0.2s ease;
}

.tahe-video-empty-preview:hover {
  border-color: #6b7280;
}

.tahe-video-empty-preview__icon {
  width: 30px;
  height: 30px;
  border: 2px solid currentColor;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  opacity: 0.9;
}

.tahe-video-empty-preview__icon::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
  margin-left: 2px;
}

.tahe-video-empty-preview__text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #6b7280;
}
