/**
 * Wooptima | My account | Login / register switch
 */

/* Oxygen lays #customer_login out as a two-column grid; one centred column here. */
.woocommerce-account .wa-my-account__primary-area #customer_login.wa-auth,
.woocommerce-account .woocommerce .u-columns.wa-auth {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0;
	width: 100%;
	max-width: 64rem;
	flex: 0 1 64rem;
	margin-inline: auto;
}

.woocommerce-account .wa-my-account__primary-area #customer_login.wa-auth > div {
	display: block;
	min-width: 0;
}

.woocommerce-account .wa-my-account__primary-area #customer_login.wa-auth .wa-auth__title {
	margin: 0;
	text-align: center;
}

.woocommerce-account .woocommerce .u-columns.wa-auth .woocommerce-form-login,
.woocommerce-account .woocommerce .u-columns.wa-auth .woocommerce-form-register {
	height: auto;
	margin-bottom: 0;
}

/* The hash scrolls to the panel; keep the heading visible under the fixed header. */
.wa-auth__panel {
	scroll-margin-top: 16rem;
}

.wa-auth__panel--hidden {
	display: none !important;
}

.woocommerce-account .woocommerce .u-columns .wa-auth__switch {
	margin: 2.4rem 0 0;
	padding-top: 1.6rem;
	border-top: 1px solid var(--shade-light, #e6e6e6);
	font-size: 1.5rem;
	color: var(--shade-dark, #595a5a);
}

.woocommerce-account .woocommerce .u-columns .wa-auth__switch a {
	color: var(--base, #292929);
	text-decoration: underline;
	text-underline-offset: 3px;
}
