/* Target the main container on WooCommerce pages */
.woocommerce-page #customer_login.u-columns.col2-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2em; /* Keep bottom margin */
    width: 60%; /* Set the desired width */
    margin-left: auto; /* Center the block */
    margin-right: auto; /* Center the block */
    margin-top: 3em;
    float: none; /* Ensure no floats are applied */
  }
  
  .woocommerce-account h2 {
    font-size: 12px !important;
    text-transform: uppercase !important;
    text-align: center !important;
}
#customer_login .woocommerce-privacy-policy-text p, #customer_login .woocommerce-privacy-policy-text p a {
    font-size: 10px !important;
    color: #606060 !important;
}

  /* Target both columns */
  .woocommerce-page #customer_login.u-columns.col2-set .u-column1,
  .woocommerce-page #customer_login.u-columns.col2-set .u-column2 {
    flex: 1 1 45%;
    max-width: 48%; /* Adjust if needed after removing negative margins */
    width: auto;
    float: none;
    margin-right: 0;
    box-sizing: border-box;
    padding-left: 2em;  /* Creates space between columns */
    padding-right: 2em; /* Creates space between columns */
    margin-bottom: 2em;
  }
  
  /* Responsive adjustments for smaller screens */
  @media (max-width: 991px) { /* Example breakpoint for tablets */
    .woocommerce-page #customer_login.u-columns.col2-set {
        width: 80%; /* Use more width on smaller screens */
    }
  }
  
  @media (max-width: 768px) { /* Your existing mobile breakpoint */
     .woocommerce-page #customer_login.u-columns.col2-set {
        width: 95%; /* Use nearly full width on mobile */
     }
  
    .woocommerce-page #customer_login.u-columns.col2-set .u-column1,
    .woocommerce-page #customer_login.u-columns.col2-set .u-column2 {
      flex-basis: 100%;
      max-width: 100%;
      padding-left: 0; /* Remove padding when stacked */
      padding-right: 0; /* Remove padding when stacked */
    }
  
     .woocommerce-page #customer_login.u-columns.col2-set .u-column1 {
       margin-bottom: 2em; /* Space between stacked columns */
     }
     .woocommerce-page #customer_login.u-columns.col2-set .u-column2 {
       margin-bottom: 0;
     }
  }
  
  /* --- End Login/Register column adjustments --- */
  
  .form-row input.woocommerce-form__input-checkbox {
    float: left;
    margin: 3px 0px 0 0 !important;
}
.form-row label {
    font-size: 11px !important;
    font-weight: 400 !important;
}
#customer_login p {
    font-size: 11px !important;
}
#customer_login p a {
    font-weight: 400 !important;
    text-decoration: underline;
    text-underline-offset: 0.23em !important;
    text-decoration-thickness: 0.75px;
}
#customer_login .u-column2 {
    border-left-style: none !important;
    border-left-width: 0px !important;
    border-color: transparent !important;
}
.woocommerce-form-login .woocommerce-form__label span {
    font-weight: 300;
    font-size: 11px;
}
  /* --- Specific Styling for WooCommerce Login & Register Buttons --- */
  
  .woocommerce-page .woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce-page .woocommerce-form-register .woocommerce-form-register__submit {
      display: inline-block;
      padding: 1.5em 5em;
      border: 0;
      border-color: transparent;
      border-radius: 0px;
      font-size: 11px;
      outline: 0;
      background: 0 0;
      background-color: #000;
      color: #ffffff;
      font-weight: 500;
      text-shadow: none;
      text-decoration: none;
      cursor: pointer;
      -webkit-appearance: none;
      transition: background-color 0.2s ease-in-out;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      width: 100%;
      line-height: normal;
      box-shadow: none;
      vertical-align: middle;
  }
  
  .woocommerce-page .woocommerce-form-login .woocommerce-form-login__submit:hover,
  .woocommerce-page .woocommerce-form-register .woocommerce-form-register__submit:hover {
      background-color: #272727;
      color: #ffffff;
  }
  
  /* --- End Specific Button Styling --- */
  
  /* --- MNR Social Login Button Styles --- */
  
  .mnr-social-login-container {
      margin-top: 1.5em;
      margin-bottom: 1.5em;
      clear: both;
      text-align: center;
  }
  
  .mnr-social-login-separator {
      text-align: center;
      border: 0;
      border-top: 1px solid #e0e0e0;
      margin: 1.5em 0;
      padding: 0;
      line-height: 1px;
      height: 0;
  }
  
  .mnr-social-login-separator span {
    background: transparent !important;
    padding: 0 1em;
    position: relative;
    top: -0.1em;
    color: #242424;
    font-size: 1em;
}
  
  .mnr-social-login-button {
      text-decoration: none !important;
      letter-spacing: inherit;
      font-style: inherit;
      font-variant: inherit;
      font-stretch: inherit;
      font-family: inherit;
      font-optical-sizing: inherit;
      font-size-adjust: inherit;
      font-kerning: inherit;
      font-feature-settings: inherit;
      font-variation-settings: inherit;
      appearance: none;
      margin: 0.5em 0.25em;
      cursor: pointer;
      outline: none;
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      min-width: 200px;
      font-size: 0.9rem;
      line-height: 1.5;
      font-weight: 500;
      padding: 0.6em 1em;
      box-sizing: border-box;
      height: auto;
      transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
      vertical-align: middle;
      box-shadow: none;
      text-shadow: none;
      text-transform: none;
  }
  
  .mnr-social-login-button.mnr-social-login-google {
      background: #ffffff !important;
      border: 1px solid #2e2e2e !important;
      border-radius: 0px !important;
      color: #000000 !important;
  }
  
  .mnr-social-login-button.mnr-social-login-google:hover {
      background-color: #f8f8f8 !important;
      border-color: #333333 !important;
      color: #000000 !important;
  }
  
  .mnr-social-login-button > * {
      position: relative;
      z-index: 2;
  }
  
  .mnr-social-login-button .mnr-sl-button-inner {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .mnr-social-login-button .mnr-sl-button-icon {
      display: inline-flex;
      margin-right: 0.75em;
      line-height: 0;
  }
  
  .mnr-social-login-button.mnr-social-login-google .mnr-sl-button-icon svg {
      width: 18px;
      height: 18px;
      vertical-align: middle;
  }
  
  .mnr-social-login-button .mnr-sl-button-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    padding-top: 2px !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
}