#mundart-clear {
  position: relative;
  left: -35px;
  background: none;
  border: none;
  font-size: 22px;
  color: #999;
  cursor: pointer;
  top: 5px;
  transition: color 0.2s ease;
}
#mundart-clear:hover {
  color: #380761;
}

#mundart-charcount {
  text-align: right;
  font-size: 0.9em;
  color: #555;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
}
