.elementor-123 .elementor-element.elementor-element-644fedf{--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-24cc784 */.container {
  max-width: 500px;
  margin: auto;
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  text-align: center;
  color: #333;
}

label {
  font-family: "Inter", Sans-serif;
  display: block;
  margin-top: 15px;
  color: #555;
}

input, select {
  font-family: "Inter", Sans-serif;
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ccc;
}

button {
  font-family: "Inter", Sans-serif;
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background-color: #005C53;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #000000;
}

#result {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}/* End custom CSS */