.translate-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}

.lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  color: #68a73c;
  padding: 4px 6px;
  border-radius: 6px;
  transition: opacity 180ms ease;
  letter-spacing: 0.5px;
}

.lang-btn.active {
  color: #68a73c;
  opacity: 1;
}

.lang-btn:hover {
  opacity: 0.68;
}

.lang-divider {
  color: #9a7656;
  font-size: 14px;
  pointer-events: none;
}

.translation-status {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  margin: 0;
  color: #68a73c;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
