.elementor-4356 .elementor-element.elementor-element-65c57dfa{--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:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:autopx;--margin-right:autopx;--padding-top:64px;--padding-bottom:96px;--padding-left:48px;--padding-right:48px;}.elementor-4356 .elementor-element.elementor-element-65c57dfa:not(.elementor-motion-effects-element-type-background), .elementor-4356 .elementor-element.elementor-element-65c57dfa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF7F2;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-4356 .elementor-element.elementor-element-65c57dfa{--padding-top:48px;--padding-bottom:72px;--padding-left:24px;--padding-right:24px;}}@media(max-width:767px){.elementor-4356 .elementor-element.elementor-element-65c57dfa{--padding-top:32px;--padding-bottom:56px;--padding-left:16px;--padding-right:16px;}}/* Start custom CSS *//* ============================================
   MENTORESULT — Login / Register Custom CSS
   Add to: Elementor → Site Settings → Custom CSS
   ============================================ */

/* ---------- FLIP LOGIC ---------- */
#mr-register-block { display: none; }
#mr-login-block { display: flex; }

/* ---------- SEPARATOR ---------- */
.mr-sep {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  color: #6B6560;
  margin: 14px 0;
}
.mr-sep::before,
.mr-sep::after {
  content: '';
  flex: 1;
  height: 0.5px;
  background: #E6DDD0;
}

/* ---------- FLIP BUTTON ---------- */
.mr-flip-btn {
  background: none;
  border: none;
  padding: 0;
  font-family: 'Outfit', sans-serif;
  font-size: 0.73rem;
  font-weight: 700;
  color: #C5862A;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.mr-flip-btn:hover { color: #D4982E; }

/* ---------- PROFILE BUILDER — GLOBAL RESETS ---------- */
#mr-auth-card .wppb-user-forms,
#mr-auth-card .wppb-login-wrap {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

/* ---------- LABELS ---------- */
#mr-auth-card label,
#mr-auth-card .wppb-user-forms label {
  display: block;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  color: #0D0D0D !important;
  margin-bottom: 4px !important;
}

/* ---------- INPUTS ---------- */
#mr-auth-card input[type="text"],
#mr-auth-card input[type="email"],
#mr-auth-card input[type="password"],
#mr-auth-card input[type="url"],
#mr-auth-card textarea,
#mr-auth-card select {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 10px 14px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.87rem !important;
  color: #0D0D0D !important;
  background: #ffffff !important;
  border: 1px solid #E6DDD0 !important;
  border-radius: 5px !important;
  outline: none !important;
  transition: border-color 0.18s !important;
  margin-bottom: 13px !important;
  box-shadow: none !important;
}
#mr-auth-card input[type="text"]:focus,
#mr-auth-card input[type="email"]:focus,
#mr-auth-card input[type="password"]:focus {
  border-color: #C5862A !important;
}

/* ---------- SUBMIT BUTTON ---------- */
#mr-auth-card input[type="submit"],
#mr-auth-card button[type="submit"] {
  width: 100% !important;
  padding: 11px 24px !important;
  background: #C5862A !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  transition: background 0.18s, transform 0.15s !important;
  margin-top: 4px !important;
  box-shadow: none !important;
}
#mr-auth-card input[type="submit"]:hover,
#mr-auth-card button[type="submit"]:hover {
  background: #D4982E !important;
  transform: translateY(-1px) !important;
}

/* ---------- ERROR & SUCCESS MESSAGES ---------- */
#mr-auth-card .wppb-success,
#mr-auth-card .wppb-error,
#mr-auth-card .wppb-warning {
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.76rem !important;
  border-radius: 5px !important;
  padding: 10px 14px !important;
  margin-bottom: 13px !important;
}
#mr-auth-card .wppb-success { background: #F8EDCF; color: #0C1A2E; border: 1px solid #E6DDD0; }
#mr-auth-card .wppb-error   { background: #fff0f0; color: #a33; border: 1px solid #f5c6c6; }

/* ---------- FORGOT PASSWORD LINK ---------- */
#mr-auth-card .wppb-login-wrap a,
#mr-auth-card .lost_password a {
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.72rem !important;
  color: #C5862A !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
#mr-auth-card .wppb-login-wrap a:hover,
#mr-auth-card .lost_password a:hover { color: #D4982E !important; }

/* ---------- REMEMBER ME CHECKBOX ---------- */
#mr-auth-card input[type="checkbox"] {
  accent-color: #C5862A;
  width: auto !important;
  margin-bottom: 0 !important;
}/* End custom CSS */