.elementor-552 .elementor-element.elementor-element-e98c729{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f17ab3c *//* ===========================
   CSS reCAPTCHA RESPONSIVE 
   ARREGLA DESBORDAMIENTO MÓVIL
=========================== */

/* Para tu .resUM-password */
.resUM-password .g-recaptcha,
.resUM-password iframe[src*="recaptcha"] {
    width: 100% !important;
    max-width: 304px !important;
    margin: 0 auto !important;
    display: block !important;
    transform: scale(1) !important;
    transform-origin: 0 0 !important;
}

/* ESCALA AUTOMÁTICA MOBILE */
@media (max-width: 375px) {
    .resUM-password .g-recaptcha,
    .resUM-password iframe[src*="recaptcha"],
    .resUM-password #recaptcha {
        transform: scale(0.77) !important;
        -webkit-transform: scale(0.77) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
        width: 100% !important;
        height: 78px !important;
        margin-bottom: -15px !important;
    }
}

/* IPHONE 7 ESPECÍFICO */
@media only screen and (max-width: 375px) and (max-height: 667px) {
    .resUM-password .g-recaptcha,
    .resUM-password iframe[src*="recaptcha"] {
        transform: scale(0.75) !important;
        height: 74px !important;
        margin-bottom: -18px !important;
    }
}

/* GENERAL - TODOS LOS RECAPTCHA */
.g-recaptcha {
    width: 100% !important;
    max-width: 304px !important;
    margin: 12px auto !important;
}

@media (max-width: 480px) {
    .g-recaptcha {
        transform: scale(0.8) !important;
        -webkit-transform: scale(0.8) !important;
        transform-origin: 0 0 !important;
        height: 76px !important;
        margin-bottom: -12px !important;
    }
}
/* ===========================
   OCULTAR EXACTO TUS LABELS ULTIMATE MEMBER
=========================== */

.um-field-label label[for="user_password"],
.um-field-label label[for="confirm_user_password"],
.um-field-label:has(label[for="user_password"]),
.um-field-label:has(label[for="confirm_user_password"]) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* COMPLETO - DIV ENTERO DESAPARECE */
div.um-field-label:has(label[for*="user_password"]),
div.um-field-label:has(label[for*="confirm_user_password"]) {
    display: none !important;
}

/* CLEANUP - um-clear también */
.um-field-label .um-clear {
    display: none !important;
}
/* ===========================
   MOSTRAR SOLO INPUT + ICONO EYE - ULTIMATE MEMBER
=========================== */

/* MANTENER VISIBLE SOLO ESTA PARTE EXACTA */
.um-field-area-password,
.um-field-area-password input#user_password,
.um-field-area-password input#confirm_user_password,
.um-field-area-password .um-toggle-password,
.um-field-area-password span.um-toggle-password i.um-icon-eye {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
}

/* INPUT + EYE ICONO PERFECTOS */
.um-field-area-password input {
    width: 100% !important;
    height: 40px !important;
    padding-right: 40px !important;     /* ← Espacio para icono eye */
    background: transparent !important;
}

.um-field-area-password .um-toggle-password {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: block !important;
    z-index: 10 !important;
}

.um-field-area-password .um-toggle-password i {
    font-size: 18px !important;
    color: #666 !important;
    cursor: pointer !important;
}

label[for="user_password"],
label[for="confirm_user_password"] {
  display: none !important;
}

.um-field-area-password {
  position: relative;
}

input#user_password,
input#confirm_user_password {
  width: 100%;
  padding: 12px 40px 12px 12px;
  border: 2px solid #0073aa;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

input#user_password::placeholder,
input#confirm_user_password::placeholder {
  color: #666;
  font-style: italic;
}

.um-toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #0073aa;
  font-size: 18px;
}/* End custom CSS */