#test-webhook-form {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}


#test-webhook-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

#test-webhook-form input[type="text"] {
  padding: 12px 16px;
  font-size: 16px;
  border: 2px solid #0073aa;
  border-radius: 20px;
  outline: none;
  width: 280px;
  box-sizing: border-box;
  color: #333;
}

#test-webhook-form input::placeholder {
  color: #0073aa;
  font-weight: 500;
}

#test-webhook-form button {
  padding: 12px 16px;
  background-color: #0073aa;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  width: 280px;
}

#test-webhook-result {
  margin-top: 10px;
  font-weight: bold;
  color: #0073aa;
  text-align: center;
}
