/* 🌐 Widget container */
#atg-translator-widget {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99999;
  font-family: Arial, sans-serif;
}

/* 🌐 Nút chính */
#atg-inline-btn {
  background: #0073aa;
  color: white;
  border: none;
  font-size: 22px;
  padding: 10px 14px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}

#atg-inline-btn:hover {
  background: #006199;
  transform: scale(1.1);
}

/* 📋 Bảng chọn ngôn ngữ */
#atg-lang-panel {
  display: none;
  position: absolute;
  bottom: 60px;
  right: 0;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  width: 180px;
}

#atg-lang-panel.active {
  display: block;
}

#atg-lang-panel h4 {
  text-align: center;
  margin: 5px 0 10px;
  font-size: 14px;
  color: #333;
}

#atg-lang-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#atg-lang-panel li {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  transition: 0.2s;
}

#atg-lang-panel li:hover {
  background: #f0f0f0;
}
/* 🌐 Widget container */
#atg-translator-widget {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99999;
  font-family: Arial, sans-serif;
}

/* 🌐 Nút chính */
#atg-inline-btn {
  background: #0073aa;
  color: white;
  border: none;
  font-size: 22px;
  padding: 10px 14px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}

#atg-inline-btn:hover {
  background: #006199;
  transform: scale(1.1);
}

/* 📋 Bảng chọn ngôn ngữ */
#atg-lang-panel {
  display: none;
  position: absolute;
  bottom: 60px;
  right: 0;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  width: 180px;
}

#atg-lang-panel.active {
  display: block;
}

#atg-lang-panel h4 {
  text-align: center;
  margin: 5px 0 10px;
  font-size: 14px;
  color: #333;
}

#atg-lang-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#atg-lang-panel li {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  transition: 0.2s;
}

#atg-lang-panel li:hover {
  background: #f0f0f0;
}
