.elementor-33483 .elementor-element.elementor-element-efe8161{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-a049948 *//* Container */
.cf7-form {
  max-width: 720px;
}

/* Labels */
.cf7-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 20px;
}

/* Row for First/Last */
.cf7-row {
  display: flex;
  gap: 20px;
}

.cf7-col {
  flex: 1;
}

/* Inputs & Textarea */
.cf7-form input,
.cf7-form textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}

/* Textarea */
.cf7-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Checkbox container (2 columns like modern forms) */
.cf7-checkbox .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.cf7-checkbox .wpcf7-checkbox .wpcf7-list-item  {
    margin-left: 0;
}
.cf7-checkbox .wpcf7-checkbox .wpcf7-list-item label {
  margin: 0;
  display: flex;
  width: 100% !important;
}
.cf7-checkbox .wpcf7-checkbox .wpcf7-list-item label input {
    width: auto !important;
    margin-right: 12px;
}

/* Submit button */
.cf7-form input[type="submit"] {
  margin-top: 25px;
  background: #333;
  color: #fff;
  border: none;
  padding: 14px;
  cursor: pointer;
  border-radius: 6px;
  width: 100%;
  font-size: 16px;
}

.cf7-form input[type="submit"]:hover {
  background: #555;
}

/* Mobile */
@media (max-width: 600px) {
  .cf7-row {
    flex-direction: column;
  }

  .cf7-checkbox {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */