.elementor-kit-6{--e-global-color-primary:#FFD800;--e-global-color-secondary:#500412;--e-global-color-text:#000000;--e-global-color-accent:#AC111D;--e-global-color-320b84e:#921413;--e-global-color-4c62a22:#FFEE26;--e-global-color-34fba76:#FFC700;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );text-transform:uppercase;color:#FFFFFF;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-4c62a22 );color:var( --e-global-color-secondary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ── 360 Woman Africa ─ Footer Newsletter Form (OT Contact Form / CF7) ─── */

/*
  Markup structure:
  <div class="team-form">
    <p>
      <span class="wpcf7-form-control-wrap">[name input]</span><br>
      <span class="wpcf7-form-control-wrap">[email input]</span><br>
      <button class="octf-btn">Subscribe Now</button>
    </p>
  </div>
*/

/* Hide the <br> tags inside team-form — they force line breaks            */
.team-form br {
  display: none;
}

/* Turn the <p> into a flex container, fields side by side, wraps to row 2 */
.team-form > p {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}

/* Each field span sits side by side, sharing the row equally              */
.team-form .wpcf7-form-control-wrap {
  flex: 1 1 0;
  min-width: 0;
  display: block;
}

/* ── Text inputs — white background ──────────────────────────────────── */
.team-form input[type="email"],
.team-form input[type="text"] {
  width: 100%;
  background-color: #ffffff !important;
  color: #500412 !important;
  border: 1px solid #f0e3b0 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 16px;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s ease;
  box-shadow: none !important;
}

.team-form input[type="email"]::placeholder,
.team-form input[type="text"]::placeholder {
  color: #9a5a52;
  font-weight: 400;
  opacity: 1;
}

.team-form input[type="email"]:focus,
.team-form input[type="text"]:focus {
  border-color: #ffd800 !important;
  background-color: #ffffff !important;
}

/* ── Button — half width, on its own row under the fields ────────────── */
/* Force a line break before the button so it always sits under fields    */
.team-form > p::before {
  content: "";
  display: block;
  flex: 0 0 100%;
  order: 1;
}

.team-form .octf-btn {
  flex: 0 0 calc(50% - 6px);     /* half width (minus half the 12px gap)  */
  width: auto;
  margin-top: 0;
  align-self: flex-start;
  order: 2;                      /* sit after the line-break pseudo       */
  background-color: #ffee26 !important;
  color: #500412 !important;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 13px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
  text-transform: uppercase;
}

.team-form .octf-btn:hover,
.team-form .octf-btn:focus {
  background-color: #921413 !important;
  color: #ffffff !important;
}

/* ── Mobile: stack fields vertically below 767px ─────────────────────── */
@media (max-width: 767px) {
  .team-form .wpcf7-form-control-wrap {
    flex: 1 1 100%;
  }
  .team-form .octf-btn {
    flex: 1 1 100%;
  }
}/* End custom CSS */