/* Language Tabs Styles */
.language-tabs-container {
  margin-bottom: 20px;
}

.language-tabs {
  display: flex;
  border-bottom: 2px solid #e5e7eb;
  margin-bottom: 15px;
}

.tab-button {
  padding: 10px 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s;
}

.tab-button:hover {
  color: #3b82f6;
}

.tab-button.active {
  color: #3b82f6;
  border-bottom-color: #3b82f6;
}

.tab-content {
  min-height: 100px;
}

/* Language Switcher for Modal Footer */
.language-switcher {
  display: flex;
  gap: 8px;
  align-items: center;
}

.lang-btn {
  padding: 8px 16px;
  border: 2px solid #dee2e6;
  background: #fff;
  color: #666;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  min-width: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-btn:hover {
  background: #f8f9fa;
  border-color: #adb5bd;
}

.lang-btn.active {
  background: #d9230f;
  border-color: #d9230f;
  color: #fff;
}

.flag-icon {
  font-size: 18px;
  line-height: 1;
}

.lang-text {
  font-size: 13px;
}
