.elementor-4137 .elementor-element.elementor-element-55c9c4a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-d959b62 */<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 */