/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* On the login page, hide the registration form */
/* LOGIN PAGE: Only login form, centered */
/* For login page – hide register column */
/* LOGIN PAGE: hide registration form and "Register" panel */
/* ---------- LOGIN PAGE (clean-login-view) ---------- */
/* Hide registration form and the "Register" panel */
/* ---------- LOGIN PAGE (only login form) ---------- */
.clean-login-view .wd-col.col-register,
.clean-login-view .wd-col.col-register-text {
    display: none !important;
}
.clean-login-view .wd-col.col-login {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 500px !important;
}
.clean-login-view .woocommerce-form-login {
    margin: 0 auto;
}

 /*---------- REGISTER PAGE (only registration form) ---------- */
.clean-register-view .wd-col.col-login,
.clean-register-view .wd-col.col-register-text {
    display: none !important;
}
.clean-register-view .wd-col.col-register {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 500px !important;
}
.clean-register-view .woocommerce-form-register {
    margin: 0 auto;
}

 /*---------- ADDITIONAL CENTERING & HIDES ---------- */
.clean-login-view .woocommerce,
.clean-register-view .woocommerce {
    margin-top: 2rem;
    text-align: center;
}

 Hide unwanted Dokan migration lists 
.dokan-account-migration-lists {
    display: none;
}

/* Hide vendor/customer radio on customer register page (if still present) */
.clean-register-view .vendor-customer-registration {
    display: none !important;
}
/* Center heading */
.page-id-196 .entry-title {
    text-align: center !important;
}

/* Style the form container */
.page-id-196 .ur-frontend-form {
    max-width: 500px !important;
    margin: 0 auto !important;
    border: 1px solid #e5e5e5 !important;
    padding: 20px !important;
    background: #ffffff !important;
    border-radius: 5px !important;
}

/* Full width fields */
.page-id-196 .ur-frontend-form .ur-form-row,
.page-id-196 .ur-frontend-form .ur-form-grid {
    width: 100% !important;
    display: block !important;
}

.page-id-196 .ur-frontend-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.page-id-196 .ur-frontend-form input.input-text {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.page-id-196 .ur-frontend-form button[type="submit"] {
    background-color: #d63384;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

/* Center Google button */
.page-id-196 .nsl-container {
    text-align: center;
    margin-bottom: 20px;
}
.page-id-196 .nsl-container-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

/* Hide unwanted elements */
.dokan-account-migration-lists {
    display: none;
}

.clean-register-view .vendor-customer-registration {
    display: none !important;
}
.page-id-231 .entry-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

/* Hide social share buttons on vendor registration page */
.page-id-24 .jssocials-shares {
    display: none !important;
}

