html,
body {
  height: 100%;
  margin: 0;
  background: #f9fafb;
  font-family: 'Segoe UI', Arial, sans-serif;
}

#tui-image-editor-container {
  height: 100vh;
  min-height: 500px;
}

.tui-image-editor-container {
  background: #fff;
}

.tui-image-editor-container .tui-image-editor-header {
  border-bottom: 1px solid #e5e7eb !important;
}

.tui-image-editor-container .tui-image-editor-controls {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.tui-image-editor-container .tui-image-editor-menu > .tui-image-editor-item.active {
  background: #fff7f2;
}

.tui-image-editor-container .tui-image-editor-help-menu {
  background: #fff;
  border: 1px solid #e5e7eb;
}

.tui-image-editor-container .tui-image-editor-download-btn:hover {
  background: #ff6b35 !important;
  border-color: #ff6b35 !important;
}

.tui-image-editor-container .tui-image-editor-header-buttons .language-switch {
  box-sizing: border-box;
  width: auto;
  min-width: auto;
  height: 40px;
  margin-right: 8px;
  padding: 3px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  vertical-align: middle;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
}

.tui-image-editor-container .language-switch a {
  display: block;
  width: auto;
  min-width: 38px;
  height: 30px;
  padding: 0 9px;
  border-radius: 15px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.tui-image-editor-container .language-switch a[aria-current='page'] {
  background: #fff7f2;
  color: #ff4500;
  font-weight: 600;
}

.tui-image-editor-container .language-switch a:hover,
.tui-image-editor-container .language-switch a:focus-visible {
  color: #ff4500;
}

@media (max-width: 720px) {
  .tui-image-editor-container .language-switch a {
    min-width: 30px;
    padding: 0 6px;
  }
}
