.elementor-2581 .elementor-element.elementor-element-65dd91ee{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-2ae6e951 */@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'DM Sans', sans-serif;
  background: #f5f7fb;
}
/* Container */
form table {
  max-width: 580px;
  margin: 50px auto;
  background: #ffffff !important;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  padding: 35px !important;
}

/* Remove empty junk */
td:empty {
  display: none !important;
}

/* Spacing */
form tr {
  margin-bottom: 18px;
}

/* Heading */
h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 8px;
}

/* Subtitle */
tr:nth-child(3) td {
  text-align: center;
  color: #666;
  margin-bottom: 20px;
}

/* Labels */
form tr td:first-child {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}

/* Inputs */
input[type="text"],
textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  font-size: 14px;
  transition: 0.2s ease;
  box-sizing: border-box;
}

/* Focus */
input:focus,
textarea:focus {
  outline: none;
  border-color: #0069e1;
  box-shadow: 0 0 0 3px rgba(0,105,225,0.1);
}

/* Textarea */
textarea {
  min-height: 120px;
}

/* Checkbox row */
td[colspan="4"] {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

/* Checkbox */
input[type="checkbox"] {
  transform: scale(1.2);
  margin: 0;
}

/* Button alignment */
tr[align="center"] td {
  display: flex !important;
  justify-content: center;
}

/* Button */
input.button {
  width: 100%;
  max-width: 220px;
  background: #0069e1;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s ease;
}

input.button:hover {
  background: #0053b3;
}

/* Error state */
input.error {
  border-color: #e53935;
}

/* Required */
.required {
  color: #e53935;
}

.elementor-2581 .elementor-element.elementor-element-2ae6e951,
.elementor-2581 .elementor-element.elementor-element-2ae6e951 * {
    font-family: inherit !important;
    font-size: 10.5pt;
    color: inherit;
}
.elementor-2581 .elementor-element.elementor-element-2ae6e951 h2 {
    font-family: var(--e-global-typography-primary-font-family) !important;
    font-size: 22px;
    font-weight: 600;
    height: 10px;
    margin-top: 14px;
}/* End custom CSS */