#xh-workspace-return {
  position: static;
  flex: 0 0 auto;
  height: 34px;
  margin: 0 10px 0 8px;
  padding: 0 12px;
  border: 1px solid rgba(74, 124, 228, 0.48);
  border-radius: 8px;
  background: rgba(47, 98, 207, 0.1);
  color: #4f7fe0;
  font: 600 14px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(29, 78, 216, 0.08);
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

#xh-workspace-return span {
  display: inline-block;
  margin-right: 4px;
  font-size: 21px;
  line-height: 0;
  vertical-align: -2px;
}

#xh-workspace-return:hover {
  border-color: #4f7fe0;
  background: rgba(47, 98, 207, 0.17);
  transform: translateY(-1px);
}

#xh-workspace-return[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  #xh-workspace-return {
    max-width: 88px;
    margin: 0 4px;
    padding: 0 8px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
  }
}
