.wa-generator-input-group {
  display: flex;
  line-height: 30px;
  align-items: center;
  position: relative;
  max-width: 300px;
}

#wa-generator-telefono, 
#wa-generator-mensaje {
  width: 100%;
  height: 45px;
  line-height: 30px;
  padding-left: 3rem;
  border: 2px solid #94a3b8;
  border-radius: 10px;
  outline: none;
  background-color: #f8fafc;
  color: #0d0c22;
  transition: .3s ease;
}

#wa-generator-telefono::placeholder, 
#wa-generator-mensaje::placeholder {
  color: #94a3b8;
}

#wa-generator-telefono:focus, 
#wa-generator-telefono:hover,
#wa-generator-mensaje:focus,
#wa-generator-mensaje:hover {
  outline: none;
  border-color: #00A884;
  background-color: #fff;
  box-shadow: 0 0 0 5px rgb(0 168 132 / 30%);
}

.wa-generator-icon {
  position: absolute;
  left: 1rem;
  fill: none;
  width: 1rem;
  height: 1rem;
}

#wa-generator-submit-btn {
  background-color: #128C7E;
  color: white;
  border: none;
  width: 300px;
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
  transition: 0.3 ease-in-out;
}

#wa-generator-submit-btn:hover {
  background-color: #095D53;
}

#wa-generator-url {
  font-size: 16px;
  color: #095D53;
  text-decoration: none;
  transition: 0.3 ease-in-out;
}

#wa-generator-url:hover {
  color: #00A884;
}

#wa-generator-texto-generado {
  width: 300px;
  text-align: center;
  height: auto;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  display: inline-block;
}

#wa-generator-texto-generado a{
  width: min-content;
}