.edit-other-lang {
  background-color: #f0f0f1;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  margin: 0.2em;
  border-radius: 0.3em;
  text-decoration: none;
  font-weight: 900;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  transition: background-color .3s ease;
}

.edit-other-lang:hover {
  background-color: #ff344c1a;
}
