.elementor-1493 .elementor-element.elementor-element-3db51ce0 > .elementor-container{max-width:1280px;}.elementor-1493 .elementor-element.elementor-element-704e0898 > .elementor-container{max-width:1280px;}/* Start custom CSS for shortcode, class: .elementor-element-798d9544 *//* TQR My Account Editorial Styling - SQUARE DESIGN */
#customer_login {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 40px !important;
  max-width: 1050px !important;
  margin: 20px auto 50px !important;
  font-family: 'Jost', sans-serif !important;
}

#customer_login .u-column1,
#customer_login .u-column2 {
  flex: 1 1 420px !important;
  background: #FFFFFF !important;
  border: 1px solid #E0DCD3 !important;
  border-radius: 0 !important;
  padding: 40px 36px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {
  #customer_login {
    flex-direction: column !important;
    gap: 30px !important;
    margin: 10px auto 30px !important;
  }
  #customer_login .u-column1,
  #customer_login .u-column2 {
    flex: 1 1 100% !important;
    padding: 28px 20px !important;
  }
}

#customer_login h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.65rem !important;
  font-weight: 400 !important;
  color: #1E1E1E !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #F0ECE4 !important;
}

/* Form Labels */
.woocommerce-form-row label,
.woocommerce-form label {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #4A4641 !important;
  margin-bottom: 6px !important;
  display: block !important;
}

/* Form Inputs - STRICT SQUARE */
.woocommerce-Input.input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form input[type="text"],
.woocommerce form input[type="password"],
.woocommerce form input[type="email"] {
  width: 100% !important;
  box-sizing: border-box !important;
  background: #FAF8F5 !important;
  border: 1px solid #E0DCD3 !important;
  border-radius: 0 !important;
  padding: 12px 14px !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.92rem !important;
  color: #1E1E1E !important;
  transition: all 0.2s ease !important;
}
.woocommerce-Input.input-text:focus,
.woocommerce form .form-row input.input-text:focus {
  border-color: #A65A3F !important;
  background: #FFFFFF !important;
  outline: none !important;
  box-shadow: 0 0 0 1px #A65A3F !important;
}

/* Remember Me & Lost Password */
.woocommerce-form-login__rememberme {
  font-size: 0.82rem !important;
  color: #696259 !important;
  margin-top: 10px !important;
  margin-bottom: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.woocommerce-LostPassword.lost_password {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
}
.woocommerce-LostPassword a {
  font-size: 0.8rem !important;
  color: #8A847C !important;
  text-decoration: underline !important;
  transition: color 0.2s ease !important;
}
.woocommerce-LostPassword a:hover {
  color: #A65A3F !important;
}

/* Submit Buttons - STRICT SQUARE */
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce-button.button,
.woocommerce .button,
button.woocommerce-Button {
  width: 100% !important;
  background: #1E1E1E !important;
  color: #FAF8F5 !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  padding: 14px 24px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  margin-top: 8px !important;
}
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover,
.woocommerce-button.button:hover,
.woocommerce .button:hover,
button.woocommerce-Button:hover {
  background: #A65A3F !important;
  color: #FFFFFF !important;
}

/* Injected Google Login Inside Login Card - STRICT SQUARE */
.tqr-google-login-wrap {
  margin-top: 22px !important;
  padding-top: 6px !important;
  width: 100% !important;
  clear: both !important;
}
.tqr-google-login-wrap .tqr-or-divider {
  display: flex !important;
  align-items: center !important;
  text-align: center !important;
  margin: 16px 0 !important;
  color: #8A847C !important;
  font-size: 0.74rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  font-family: 'Jost', sans-serif !important;
}
.tqr-google-login-wrap .tqr-or-divider span:first-child,
.tqr-google-login-wrap .tqr-or-divider span:last-child {
  flex: 1 !important;
  border-bottom: 1px solid #E0DCD3 !important;
}
.tqr-google-login-wrap .nsl-container {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}
.tqr-google-login-wrap .nsl-button,
.tqr-google-login-wrap .nsl-button-google,
.tqr-google-login-wrap a[data-plugin="nsl"] {
  width: 100% !important;
  max-width: 340px !important;
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  border: 1px solid #E0DCD3 !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}
.tqr-google-login-wrap .nsl-button-google div,
.tqr-google-login-wrap .nsl-button div,
.tqr-google-login-wrap .nsl-button-svg-container {
  border-radius: 0 !important;
}
.tqr-google-login-wrap .nsl-button-google:hover {
  border-color: #A65A3F !important;
}/* End custom CSS */