/* Hide both by default - we'll show via JS */
.woocommerce .u-column1.col-1,
.woocommerce .u-column2.col-2 {
  display: none;
  width: 100% !important;
  float: none !important;
}

.account-button-row {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  margin-top: 10px;
  gap: 15px;
}

.account-button-row button[type="submit"] {
  padding: 0.6em 1em;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}

.account-toggle-link {
  font-size: 14px;
  text-decoration: underline;
  color: #0073aa; /* WooCommerce link color */
  cursor: pointer;
}

.account-toggle-link:hover {
  color: #005177;
  text-decoration: none;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    top: 0 !important;
    right: 0 !important;
    height: 100% !important;
}
