.custom-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tab-btn {
    padding: 10px 20px;
    border: none;
    background: #eee;
    cursor: pointer;
    border-radius: 5px;
}

.tab-btn.active {
    background: #d35400;
    color: #fff;
}

/* Hide register by default */
.woocommerce-form-register {
    display: none;
}


/* Center the entire login/register card */
.login-form .kt-row-column-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

.login-form .kt-inside-inner-col {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

/* Hide both columns by default, show as single centered column */
#customer_login {
    display: block !important;
}

#customer_login .u-column1,
#customer_login .u-column2 {
    width: 100% !important;
    float: none !important;
}

/* Tab buttons styling */
.custom-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Hide h2 titles inside forms */
#customer_login h2 {
    display: none;
}

/* Increase card width */
.login-form .kt-inside-inner-col {
    max-width: 750px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

/* Make the form full width inside the card */
#customer_login .u-column1,
#customer_login .u-column2 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

.woocommerce-privacy-policy-text {
    display: none !important;
}
