.translateImageAi {
  position: relative;
}
.translateImageAi::before {
  content: "Translated by AI";
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 8px;
  border-radius: 20px;
  color: var(--color-1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  font-size: 10px;
  font-weight: bold;
}
.translateImageAi.location-right::before {
  left: unset;
  right: 10px;
}
