.elementor-4230 .elementor-element.elementor-element-6fb851cd{--display:flex;}.elementor-4230 .elementor-element.elementor-element-2422c2b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-1037a3da *//* ================================
   ULTIMATE MEMBER SIGNUP – SAFE FIX
   ================================ */

.um.um-register {
  max-width: 420px !important;
  margin: 0 auto !important;
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Labels */
.um.um-register label {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

/* Inputs */
.um.um-register input[type="text"],
.um.um-register input[type="email"],
.um.um-register input[type="password"],
.um.um-register input[type="tel"] {
  height: 50px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 14px 16px;
  font-size: 15px;
}

/* Focus */
.um.um-register input:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 0 4px rgba(124,58,237,0.18);
  outline: none;
}

/* Register Button */
.um.um-register .um-button,
.um.um-register input[type=submit] {
  background: linear-gradient(135deg, #6a00ff, #8b3dff) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 16px !important;
  height: 54px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  width: 100% !important;
  margin-top: 18px !important;
}

/* ================================
   GOOGLE LOGIN – CARD STYLE
   ================================ */

.um-social-login {
  max-width: 420px;
  margin: 16px auto 0;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.um-social-login-btn {
  width: 100% !important;
  height: 52px;
  border-radius: 16px !important;
}

/* Already Registered */
.um-col-alt {
  text-align: center;
  font-size: 14px;
  margin-top: 14px;
}

.um-col-alt a {
  color: #7c3aed;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 480px) {
  .um.um-register,
  .um-social-login {
    max-width: 100%;
    padding: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-2641c95 *//* =====================================
   GOOGLE SHORTCODE – EXACT FORM KE NICHE
   ===================================== */

.google-under-form {
  max-width: 420px;
  margin: -32px auto 0 !important; /* form se chipka hua */
}

.google-under-form .um-social-login {
  background: #ffffff;
  border-radius: 0 0 18px 18px;
  padding: 20px 28px 26px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Divider look */
.google-under-form .um-social-login::before {
  content: "";
  display: block;
  height: 1px;
  background: #e5e7eb;
  margin-bottom: 16px;
}

/* Button */
.google-under-form .um-social-login-btn {
  width: 100% !important;
  height: 52px;
  border-radius: 16px !important;
}/* End custom CSS */