.elementor-1716 .elementor-element.elementor-element-122d45d6{--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-60bd024c */<style>
  #gs-form {
    max-width: 500px;
    padding: 20px;
    background: #f2f2f2;
    border-radius: 10px;
  }

  #gs-form input,
  #gs-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

  #gs-form button {
    background-color: #0073e6;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  #gs-form button:hover {
    background-color: #005bb5;
  }
</style>/* End custom CSS */