.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-406 .elementor-element.elementor-element-5fedd6e{--display:flex;--min-height:700px;--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;--justify-content:center;--align-items:center;}.elementor-widget-wl-myaccount-register-form .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-wl-myaccount-register-form .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-406 .elementor-element.elementor-element-b6c624e{width:var( --container-widget-width, 60% );max-width:60%;--container-widget-width:60%;--container-widget-flex-grow:0;}.elementor-406 .elementor-element.elementor-element-b6c624e .woolentor-myaccount-form-register .woolentor-form-title{text-align:left;}.elementor-406 .elementor-element.elementor-element-b6c624e .woolentor-myaccount-form-register form.woocommerce-form-register .form-row label{text-align:left;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:767px){.elementor-406 .elementor-element.elementor-element-5fedd6e{--min-height:900px;--justify-content:flex-start;}.elementor-406 .elementor-element.elementor-element-b6c624e{width:100%;max-width:100%;}.elementor-406 .elementor-element.elementor-element-b6c624e > .elementor-widget-container{margin:30px 0px 0px 0px;}}/* Start custom CSS for wl-myaccount-register-form, class: .elementor-element-b6c624e *//* ========================================== */
/* WooLentor Light Glassmorphism Register Form*/
/* ========================================== */

/* Main Register Form Container */
.woolentor-myaccount-form-register form.woocommerce-form-register {
    background: rgba(255, 255, 255, 0.65) !important; 
    backdrop-filter: blur(16px) !important; 
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px !important;
    padding: 35px 25px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

/* Form Title (If visible) */
.woolentor-myaccount-form-register .woolentor-form-title {
    color: #000000 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

/* Labels */
.woolentor-myaccount-form-register form.woocommerce-form-register label {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    display: block !important;
    letter-spacing: 0.3px !important;
}

/* Input Fields - Clean Light Look */
.woolentor-myaccount-form-register form.woocommerce-form-register input.woocommerce-Input {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: #000000 !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02) !important;
}

/* Input Focus State (Black Accent) */
.woolentor-myaccount-form-register form.woocommerce-form-register input.woocommerce-Input:focus {
    border-color: #000000 !important; 
    background: rgba(255, 255, 255, 0.9) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1) !important; 
}

/* Privacy Policy Text Area */
.woolentor-myaccount-form-register .woocommerce-privacy-policy-text {
    font-size: 12px !important;
    color: #666666 !important;
    line-height: 1.5 !important;
    margin: 15px 0 !important;
}

/* Privacy Policy Link */
.woolentor-myaccount-form-register .woocommerce-privacy-policy-text a {
    color: #000000 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.woolentor-myaccount-form-register .woocommerce-privacy-policy-text a:hover {
    color: #333333 !important;
    text-decoration: underline !important;
}

/* Register Button - Solid Black */
.woolentor-myaccount-form-register form.woocommerce-form-register button[name="register"],
.woolentor-myaccount-form-register form.woocommerce-form-register button[type="submit"] {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: background 0.3s ease, transform 0.2s ease !important;
    margin-top: 10px !important;
    letter-spacing: 0.5px !important;
}

/* Button Hover State */
.woolentor-myaccount-form-register form.woocommerce-form-register button[name="register"]:hover,
.woolentor-myaccount-form-register form.woocommerce-form-register button[type="submit"]:hover {
    background-color: #333333 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}/* End custom CSS */