.elementor-15275 .elementor-element.elementor-element-19f625a{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-15275 .elementor-element.elementor-element-19f625a{--content-width:600px;}}/* Start custom CSS for shortcode, class: .elementor-element-4d1dd07 *//* Base form container */
.acfe-form {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  background: transparent;
  border-radius: 0;
}

/* Field label styling */
.acf-label {
  padding-top: 1.5rem;
}

.acf-label label {
  font-weight: 600;
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 0.75rem;
  display: block;
}

/* Modern, large input styling */
.acf-input input[type="text"],
.acf-input input[type="email"],
.acf-input input[type="password"],
.acf-input input[type="url"] {
  width: 100% !important;
  padding: 1.25rem 1.75rem !important;
  font-size: 1.15rem !important;
  line-height: 1.5 !important;
  height: auto !important;
  border: 1px solid #777 !important;
  border-radius: 0.6rem !important;
  background-color: #fff !important;
  color: #000 !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box !important;
  margin-bottom: 2rem;
}

.acf-input input:focus {
  border-color: #2F5356 !important;
  box-shadow: 0 0 0 3px rgba(47, 83, 86, 0.15);
  outline: none;
}

/* Password strength */
.pass-strength-result {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  padding: 0.5em 0.75em;
  border-radius: 0.25rem;
  display: inline-block;
}

/* Password toggle icon */
.fea-password-toggle {
  margin-left: 0.75rem;
  cursor: pointer;
  vertical-align: middle;
}

/* Column layout: increase spacing */
.acfe-column-wrapper > .acf-field[data-type="acfe_column"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  row-gap: 2.5rem;
}

/* Make columns wider while keeping 2-up layout */
.acfe-column-wrapper > .acf-field[data-type="acfe_column"][data-columns="6/12"] {
  width: 48%;
}

/* Inner field padding */
.acfe-column-wrapper > .acf-field[data-type="acfe_column"] > .acf-input > .acf-fields > .acf-field {
  width: 100%;
  padding: 0 0.5rem;
}

/* Submit button */
.acf-form-submit input[type="submit"] {
  background-color: #936F3B;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 1.25em 2.25em;
  font-size: 1.15rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 1rem;
}

.acf-form-submit input[type="submit"]:hover {
  background-color: #705E4A;
}

/* Checkbox list (if needed) */
.acf-checkbox-list li {
  margin-bottom: 0.5rem;
}

/* Stack columns on mobile */
@media (max-width: 768px) {
  .acfe-column-wrapper > .acf-field[data-type="acfe_column"] {
    flex-direction: column;
    gap: 1.5rem;
  }

  .acfe-column-wrapper > .acf-field[data-type="acfe_column"][data-columns="6/12"] {
    width: 100%;
  }

  .acfe-column-wrapper > .acf-field[data-type="acfe_column"] > .acf-input > .acf-fields > .acf-field {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Center the submit button */
.acf-form-submit {
  text-align: center;
}/* End custom CSS */