/* 与员工端一致的显式语言选择；窄屏自动换行，不挤压业务表单。 */
#language-slot {
  display: flex;
  justify-content: flex-end;
  flex: 1 0 100%;
  min-width: 0;
  margin: 8px 0;
}
.language-selector {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #34413b;
}
.language-selector select {
  width: auto;
  min-width: 116px;
  min-height: 44px;
  padding: 8px 12px;
  margin: 0;
  border: 1px solid #aebdb4;
  border-radius: 8px;
  background: #fff;
  color: #182e24;
  font: inherit;
}
.language-selector select:focus-visible {
  outline: 3px solid #74a88c;
  outline-offset: 2px;
}
html[lang="en"] .btn,
html[lang="zh"] .btn {
  white-space: normal;
}
.capture-language {
  display: flex;
  justify-content: flex-end;
  padding: 8px 16px;
  background: #fff;
}
