#yw-hotec-lookup-form {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  background: #eaf7ec;
  border: 2px solid #1f873f;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#yw-hotec-lookup-form input[type=text] {
  flex: 1 1 auto;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
#yw-hotec-lookup-form button[type=submit] {
  background-color: #1f873f;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#yw-hotec-lookup-form button[type=submit]:hover {
  background-color: #156d31;
}

#yw-hotec-result {
  margin-top: 20px;
  background: #ffffff;
  border: 1px dashed #1f873f;
  padding: 15px;
  border-radius: 6px;
}
#yw-hotec-result p {
  margin: 0;
}
#yw-hotec-result ul {
  padding-left: 20px;
}
#yw-hotec-result ul li {
  margin-bottom: 5px;
}

/*# sourceMappingURL=yw-lookup-form.css.map */
