.elementor-9574 .elementor-element.elementor-element-1bee12e{--display:flex;}/* Start custom CSS for container, class: .elementor-element-1bee12e *//* Schedule section */
.mwr-schedule {
  max-width: 900px;
  margin: 40px auto;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(90deg, #00FFB0 0%, #00D6CD 100%);
  box-shadow: 0 10px 30px rgba(0, 33, 87, 0.08);
}
#form h3 {
  margin: 0 0 8px;
  color: #002157;
  font-size: 32px;
  line-height: 1.15;
  text-align: center;
}
#form p {
  margin: 0 0 20px;
  color: #4b5c7e;
  text-align: center;
}

/* Form */
#test {
  padding: 20px;
  border-radius: 12px;
}
#test .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
#test label {
  display: block;
  margin: 0 0 6px;
  font-weight: 600;
  color: #002157;
}
#test input {
  width: 100%;
  height: 44px;
  border: 1px solid #d7dfea;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 14px;
}
.e-form__buttons {
  grid-column: 1 / -1;
  text-align: center;
}
#womember {
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}
#submitBtn,
#womember a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  padding: 0 20px;
  background: #fabb00;
  color: #111;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

/* Member / non-member messages */
#text_member_form {
  margin-top: 14px;
  color: #3f4f70;
  text-align: center;
}
#text_member_form h4 {
  margin: 0;
  font-weight: normal;
}
.no-member-msg,
#no_member_text_360 {
  display: none;
  margin-top: 12px;
  color: #9b1c1c;
  font-weight: 600;
  text-align: center;
}

/* Modal */
.custom-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.custom-modal-box {
  width: min(92vw, 420px);
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}
.custom-modal-text {
  margin: 0 0 16px;
  color: #1f2937;
}
.custom-modal-footer {
  display: flex;
  justify-content: flex-end;
}
.custom-modal-ok {
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  background: #002157;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 700px) {
  #test .elementor-form-fields-wrapper {
    grid-template-columns: 1fr;
  }
  #form h3 {
    font-size: 26px;
  }
}/* End custom CSS */