.elementor-127 .elementor-element.elementor-element-a3901e1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-127 .elementor-element.elementor-element-b4cf747 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-b4cf747 *//* Section container */
.iei-apply-section {
  background-color: #fff;
  padding: 60px 20px;
}

/* Wrapper */
.iei-apply-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  font-family: inherit;
  color: #1a1a1a;
}

/* Headings */
.iei-apply-wrapper h2 {
  font-size: 40px;
  font-weight: 700;
  color: #23756C; /* Teal tone */
  margin-bottom: 20px;
}

.iei-apply-wrapper h3 {
  font-size: 32px;
  font-weight: 600;
  color: #183E54; /* Navy tone */
  margin-top: 50px;
  margin-bottom: 25px;
}

/* Paragraphs */
.iei-apply-wrapper p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Invite text above form */
.iei-apply-wrapper .iei-invite {
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #1a1a1a;
}

/* Bullet list */
.iei-apply-wrapper ul {
  list-style: none;
  padding-left: 0;
  max-width: 650px;
  margin: 0 auto 40px;
  text-align: left;
  font-size: 18px;
}

.iei-apply-wrapper ul li {
  margin-bottom: 15px;
  padding-left: 32px;
  position: relative;
}

.iei-apply-wrapper ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #C9972A; /* Gold check */
  font-weight: bold;
}

/* Form container */
.qr-form {
  background-color: #f7f7f7;
  padding: 40px;
  border-radius: 12px;
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  display: flex;
  justify-content: center;
}

/* Limit form width */
.qr-form .wpforms-container {
  width: 100%;
  max-width: 650px;
}

/* Field spacing */
.qr-form .wpforms-field {
  margin-bottom: 20px;
}

/* Labels */
.qr-form .wpforms-field label {
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

/* Inputs and Textareas */
.qr-form input[type="text"],
.qr-form input[type="email"],
.qr-form input[type="tel"],
.qr-form textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
  transition: border 0.2s ease;
  width: 100%;
}

/* Focus state */
.qr-form input:focus,
.qr-form textarea:focus {
  border-color: #C9972A;
  outline: none;
}

/* Placeholder text */
.qr-form input::placeholder,
.qr-form textarea::placeholder {
  color: #999;
  font-style: italic;
}

/* Required asterisk color */
.qr-form .wpforms-required-label {
  color: #C9972A;
}

/* Submit button */
.qr-form .wpforms-submit-container {
  text-align: center;
}

.qr-form .wpforms-submit {
  background-color: #C9972A;
  color: #fff;
  font-size: 16px;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.qr-form .wpforms-submit:hover {
  background-color: #a87e1f;
}/* End custom CSS */