.elementor-2342 .elementor-element.elementor-element-800141b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-474239b */<style>
.ain-ai-search-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  max-width: 600px;
  background: #fff;
  font-family: Arial, sans-serif;
}

.ain-ai-header {
  font-size: 18px;
  margin-bottom: 10px;
}

.ain-ai-controls input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.ain-ai-types {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.ain-ai-types button {
  flex: 1;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  cursor: pointer;
  font-size: 14px;
}

.ain-ai-types button.active {
  background: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

.ain-ai-submit {
  width: 100%;
  padding: 10px;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.ain-ai-submit:hover {
  background: #005f8d;
}

.ain-ai-result {
  margin-top: 15px;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
}
</style>/* End custom CSS */