/**
 * Mercado Vera — WooCommerce My Account
 * High-specificity selectors so theme styles beat woocommerce-layout.css.
 */

:root {
	/* Prototype tokens: https://raices-arte-mex.base44.app/ */
	--mv-ink: #231d1a;
	--mv-pine: #ab4d2b; /* primary terracotta (legacy var name) */
	--mv-pine-deep: #8f3f24;
	--mv-marigold: #dea821;
	--mv-marigold-ink: #5c3d00;
	--mv-mist: #f0edea;
	--mv-paper: #fdfcfc;
	--mv-line: #e5e0dc;
	--mv-muted: #7c706a;
	--mv-danger: #dc2828;
	--mv-radius: 14px;
	--mv-radius-sm: 10px;
	--mv-shadow: 0 18px 50px rgba(35, 29, 26, 0.08);
	--mv-font-display: "Playfair Display", Georgia, serif;
	--mv-font-ui: "Inter", system-ui, sans-serif;
}

/* ——— Page shell ——— */
body.woocommerce-account .site-content,
body.woocommerce-account #primary {
	background:
		radial-gradient(1200px 500px at 10% -10%, rgba(222, 168, 33, 0.12), transparent 55%),
		radial-gradient(900px 480px at 100% 0%, rgba(171, 77, 43, 0.10), transparent 50%),
		linear-gradient(180deg, var(--mv-mist) 0%, #e8e4df 100%);
	min-height: 70vh;
}

body.woocommerce-account .woocommerce {
	max-width: 1120px;
	margin: 0 auto;
	padding: 2.5rem 1.25rem 4rem;
	font-family: var(--mv-font-ui);
	color: var(--mv-ink);
	float: none;
	width: auto;
}

/* Kill WC float layout (woocommerce-layout.css: nav 30% / content 68%). */
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content,
body.woocommerce-account .mv-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .mv-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
	margin: 0;
}

body.woocommerce-account .woocommerce::after,
body.woocommerce-account .woocommerce::before,
body.woocommerce-account .mv-account__shell::after,
body.woocommerce-account .mv-account__shell::before {
	content: none;
	display: none;
}

/* Empty notices wrapper = blank bordered box without this. */
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper:empty {
	display: none;
}

body.woocommerce-account .woocommerce .woocommerce-notices-wrapper:not(:empty),
body.woocommerce-account .woocommerce .woocommerce-message,
body.woocommerce-account .woocommerce .woocommerce-info,
body.woocommerce-account .woocommerce .woocommerce-error {
	border-radius: var(--mv-radius-sm);
	border: 1px solid var(--mv-line);
	background: var(--mv-paper);
	box-shadow: var(--mv-shadow);
	padding: 0.9rem 1.1rem;
	margin-bottom: 1.25rem;
	list-style: none;
}

body.woocommerce-account .woocommerce .woocommerce-error {
	border-color: #e8b4b4;
	background: #fff7f7;
	color: var(--mv-danger);
}

/* ——— Logged-in account ——— */
body.woocommerce-account .mv-account__intro {
	margin-bottom: 1.75rem;
	animation: mv-rise 0.55s ease both;
}

body.woocommerce-account .mv-account__title {
	margin: 0 0 0.4rem;
	font-family: var(--mv-font-display);
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 650;
	line-height: 1.1;
	color: var(--mv-ink);
	font-optical-sizing: auto;
}

body.woocommerce-account .mv-account__lede {
	margin: 0;
	max-width: 36rem;
	color: var(--mv-muted);
	font-size: 1.02rem;
	line-height: 1.55;
}

body.woocommerce-account .mv-account__shell {
	display: grid;
	grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
	gap: 1.25rem;
	align-items: start;
	animation: mv-rise 0.65s ease 0.06s both;
	clear: both;
}

/* Nav — beat .woocommerce-account .woocommerce-MyAccount-navigation */
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation.mv-account__nav,
body.woocommerce-account .mv-account .woocommerce-MyAccount-navigation.mv-account__nav {
	position: sticky;
	top: 1.5rem;
	float: none;
	width: auto;
	background: var(--mv-pine-deep);
	color: #e8f0ea;
	border-radius: calc(var(--mv-radius) + 4px);
	padding: 1.25rem 1rem;
	box-shadow: var(--mv-shadow);
	box-sizing: border-box;
}

body.woocommerce-account .mv-account__nav-label {
	margin: 0 0 0.85rem;
	padding: 0 0.65rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(232, 240, 234, 0.55);
}

body.woocommerce-account .woocommerce .mv-account__nav-list,
body.woocommerce-account .woocommerce-MyAccount-navigation .mv-account__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.25rem;
	border: 0;
}

body.woocommerce-account .woocommerce .mv-account__nav-list > li,
body.woocommerce-account .woocommerce-MyAccount-navigation .mv-account__nav-list > li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.woocommerce-account .woocommerce .mv-account__nav-list > li::before,
body.woocommerce-account .woocommerce .mv-account__nav-list > li::marker {
	content: none;
	display: none;
}

body.woocommerce-account .woocommerce .mv-account__nav-list > li > a,
body.woocommerce-account .woocommerce-MyAccount-navigation .mv-account__nav-list > li > a {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.7rem 0.85rem;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #d7e4db;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1.25;
	white-space: nowrap;
	box-shadow: none;
	transition: background 0.2s ease, color 0.2s ease;
}

body.woocommerce-account .woocommerce .mv-account__nav-text {
	min-width: 0;
	white-space: nowrap;
}

body.woocommerce-account .woocommerce .mv-account__nav-list > li > a::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(232, 240, 234, 0.28);
	flex-shrink: 0;
	transition: background 0.2s ease, transform 0.2s ease;
}

body.woocommerce-account .woocommerce .mv-account__nav-list > li.is-active > a,
body.woocommerce-account .woocommerce .mv-account__nav-list > li > a[aria-current="page"],
body.woocommerce-account .woocommerce .mv-account__nav-list > li > a:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

body.woocommerce-account .woocommerce .mv-account__nav-list > li.is-active > a::before,
body.woocommerce-account .woocommerce .mv-account__nav-list > li > a[aria-current="page"]::before,
body.woocommerce-account .woocommerce .mv-account__nav-list > li > a:hover::before {
	background: var(--mv-marigold);
	transform: scale(1.25);
}

body.woocommerce-account .woocommerce .mv-account__nav-list > li.woocommerce-MyAccount-navigation-link--customer-logout > a {
	margin-top: 0.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0 0 10px 10px;
	padding-top: 1rem;
	color: rgba(232, 240, 234, 0.72);
}

/* Content panel — beat .woocommerce-account .woocommerce-MyAccount-content */
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content.mv-account__content,
body.woocommerce-account .mv-account .woocommerce-MyAccount-content.mv-account__content {
	float: none;
	width: auto;
	background: var(--mv-paper);
	border: 1px solid rgba(201, 212, 203, 0.85);
	border-radius: calc(var(--mv-radius) + 4px);
	padding: clamp(1.25rem, 3vw, 2rem);
	box-shadow: var(--mv-shadow);
	min-height: 320px;
	box-sizing: border-box;
}

body.woocommerce-account .woocommerce .mv-account__content h2,
body.woocommerce-account .woocommerce .mv-account__content h3,
body.woocommerce-account .woocommerce .woocommerce-Address-title h3,
body.woocommerce-account .woocommerce .woocommerce-EditAccountForm legend {
	font-family: var(--mv-font-display);
	font-weight: 650;
	color: var(--mv-ink);
	margin-top: 0;
}

/* Forms */
body.woocommerce-account .woocommerce form .form-row {
	margin-bottom: 1rem;
}

body.woocommerce-account .woocommerce form label {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--mv-pine);
}

body.woocommerce-account .woocommerce form .input-text,
body.woocommerce-account .woocommerce form select,
body.woocommerce-account .woocommerce form textarea,
body.woocommerce-account .woocommerce .woocommerce-Input {
	width: 100%;
	border: 1px solid var(--mv-line);
	border-radius: var(--mv-radius-sm);
	background: #fff;
	padding: 0.8rem 0.95rem;
	font: inherit;
	color: var(--mv-ink);
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.woocommerce-account .woocommerce form .input-text:focus,
body.woocommerce-account .woocommerce form select:focus,
body.woocommerce-account .woocommerce form textarea:focus {
	outline: none;
	border-color: var(--mv-pine);
	box-shadow: 0 0 0 3px rgba(171, 77, 43, 0.15);
}

body.woocommerce-account .woocommerce .woocommerce-Button,
body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce .button {
	appearance: none;
	border: 0;
	border-radius: 999px;
	background: var(--mv-pine);
	color: #fff;
	font-family: var(--mv-font-ui);
	font-weight: 700;
	font-size: 0.95rem;
	padding: 0.85rem 1.4rem;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	line-height: 1.2;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 10px 24px rgba(171, 77, 43, 0.22);
}

body.woocommerce-account .woocommerce .woocommerce-Button:hover,
body.woocommerce-account .woocommerce button.button:hover,
body.woocommerce-account .woocommerce a.button:hover {
	background: var(--mv-pine-deep);
	color: #fff;
	transform: translateY(-1px);
}

body.woocommerce-account .woocommerce .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

body.woocommerce-account .woocommerce .woocommerce-Address {
	border: 1px solid var(--mv-line);
	border-radius: var(--mv-radius);
	padding: 1.1rem 1.2rem;
	background: #fff;
	float: none;
	width: auto;
}

body.woocommerce-account .woocommerce table.shop_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--mv-line);
	border-radius: var(--mv-radius);
	overflow: hidden;
	background: #fff;
}

body.woocommerce-account .woocommerce table.shop_table th,
body.woocommerce-account .woocommerce table.shop_table td {
	padding: 0.85rem 1rem;
	border-bottom: 1px solid var(--mv-line);
	text-align: left;
}

body.woocommerce-account .woocommerce table.shop_table thead th {
	background: var(--mv-mist);
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

/* Dashboard */
body.woocommerce-account .mv-dashboard__welcome {
	margin: 0 0 0.75rem;
	font-size: 1.02rem;
	line-height: 1.55;
	color: var(--mv-ink);
}

body.woocommerce-account .mv-dashboard__welcome a {
	color: var(--mv-pine);
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid var(--mv-marigold);
}

body.woocommerce-account .mv-dashboard__copy {
	margin: 0 0 1.5rem;
	color: var(--mv-muted);
	line-height: 1.55;
}

body.woocommerce-account .mv-dashboard__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

body.woocommerce-account .mv-dashboard__tile {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1.15rem 1.2rem;
	border-radius: var(--mv-radius);
	border: 1px solid var(--mv-line);
	background: #fff;
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.woocommerce-account .mv-dashboard__tile:hover {
	transform: translateY(-2px);
	border-color: var(--mv-pine);
	box-shadow: 0 14px 30px rgba(22, 35, 28, 0.08);
	color: inherit;
}

body.woocommerce-account .mv-dashboard__tile-label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--mv-pine);
}

body.woocommerce-account .mv-dashboard__tile-title {
	font-family: var(--mv-font-display);
	font-size: 1.25rem;
	font-weight: 650;
	color: var(--mv-ink);
}

body.woocommerce-account .mv-dashboard__tile-desc {
	font-size: 0.9rem;
	color: var(--mv-muted);
	line-height: 1.45;
}

/* Dokan CTA — override Dokan CSS variables + theme purple */
body.woocommerce-account {
	--dokan-button-background-color: var(--mv-pine);
	--dokan-button-text-color: #fff;
}

body.woocommerce-account .woocommerce .mv-account__content a.dokan-btn,
body.woocommerce-account .woocommerce .mv-account__content a.vendor-dashboard,
body.woocommerce-account .woocommerce .mv-account__content a.dokan-btn-theme {
	appearance: none;
	border: 0;
	border-radius: 999px;
	background-color: var(--mv-pine);
	border-color: var(--mv-pine);
	color: #fff;
	font-family: var(--mv-font-ui);
	font-weight: 700;
	font-size: 0.95rem;
	padding: 0.85rem 1.4rem;
	margin-top: 1.25rem;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	float: none;
	box-shadow: 0 10px 24px rgba(171, 77, 43, 0.22);
	transition: transform 0.2s ease, background-color 0.2s ease;
}

body.woocommerce-account .woocommerce .mv-account__content a.dokan-btn:hover,
body.woocommerce-account .woocommerce .mv-account__content a.vendor-dashboard:hover,
body.woocommerce-account .woocommerce .mv-account__content a.dokan-btn-theme:hover,
body.woocommerce-account .woocommerce .mv-account__content a.dokan-btn:focus,
body.woocommerce-account .woocommerce .mv-account__content a.dokan-btn-theme:focus {
	background-color: var(--mv-pine-deep);
	border-color: var(--mv-pine-deep);
	color: #fff;
	transform: translateY(-1px);
}

/* ——— Auth (login / register) ——— */
body.woocommerce-account .mv-auth,
body.woocommerce-lost-password .mv-auth {
	display: grid;
	grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.2fr);
	gap: 1.25rem;
	align-items: stretch;
	animation: mv-rise 0.6s ease both;
}

body.woocommerce-account .mv-auth__brand,
body.woocommerce-lost-password .mv-auth__brand {
	position: relative;
	overflow: hidden;
	border-radius: calc(var(--mv-radius) + 6px);
	background:
		linear-gradient(160deg, rgba(222, 168, 33, 0.16), transparent 40%),
		linear-gradient(200deg, var(--mv-pine-deep), var(--mv-pine));
	color: #f4faf6;
	min-height: 420px;
	box-shadow: var(--mv-shadow);
}

body.woocommerce-account .mv-auth__brand::before,
body.woocommerce-lost-password .mv-auth__brand::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.22;
	background-image:
		repeating-linear-gradient(
			-18deg,
			transparent 0 10px,
			rgba(255, 255, 255, 0.05) 10px 11px
		),
		repeating-linear-gradient(
			72deg,
			transparent 0 14px,
			rgba(0, 0, 0, 0.05) 14px 15px
		);
	pointer-events: none;
}

body.woocommerce-account .mv-auth__brand-inner,
body.woocommerce-lost-password .mv-auth__brand-inner {
	position: relative;
	z-index: 1;
	padding: clamp(1.5rem, 4vw, 2.4rem);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	min-height: 420px;
	box-sizing: border-box;
}

body.woocommerce-account .mv-auth__eyebrow,
body.woocommerce-lost-password .mv-auth__eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--mv-marigold);
}

body.woocommerce-account .mv-auth__logo,
body.woocommerce-lost-password .mv-auth__logo {
	margin: 0 0 0.75rem;
	font-family: var(--mv-font-display);
	font-size: clamp(2.2rem, 5vw, 3.1rem);
	font-weight: 650;
	line-height: 1.05;
}

body.woocommerce-account .mv-auth__tagline,
body.woocommerce-lost-password .mv-auth__tagline {
	margin: 0 0 1.4rem;
	max-width: 22rem;
	color: rgba(244, 250, 246, 0.82);
	line-height: 1.55;
	font-size: 0.98rem;
}

body.woocommerce-account .mv-auth__points,
body.woocommerce-lost-password .mv-auth__points {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}

body.woocommerce-account .mv-auth__points li,
body.woocommerce-lost-password .mv-auth__points li {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: rgba(244, 250, 246, 0.92);
}

body.woocommerce-account .mv-auth__points li::before,
body.woocommerce-lost-password .mv-auth__points li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background: var(--mv-marigold);
	transform: rotate(45deg);
	flex-shrink: 0;
}

body.woocommerce-account .mv-auth__panel {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
}

body.woocommerce-account .mv-auth__mode-tabs {
	display: flex;
	gap: 0.5rem;
	margin: 0 0 0.25rem;
	padding: 0.35rem;
	border-radius: 999px;
	background: var(--mv-mist);
	max-width: 420px;
}

body.woocommerce-account .mv-auth__mode-tab {
	flex: 1;
	text-align: center;
	padding: 0.7rem 1rem;
	border-radius: 999px;
	font-family: var(--mv-font-ui);
	font-weight: 700;
	font-size: 0.92rem;
	text-decoration: none;
	color: var(--mv-muted);
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

body.woocommerce-account .mv-auth__mode-tab:hover {
	color: var(--mv-pine-deep);
}

body.woocommerce-account .mv-auth__mode-tab.is-active {
	background: var(--mv-pine-deep);
	color: #fbfcf9;
	box-shadow: 0 10px 24px rgba(20, 53, 40, 0.18);
}

body.woocommerce-account .mv-auth__mode-panel[hidden] {
	display: none !important;
}

body.woocommerce-account .mv-auth__mode-panel.is-active {
	animation: mv-rise 0.35s ease both;
}

body.woocommerce-account .mv-auth__card,
body.woocommerce-lost-password .mv-auth__card {
	background: var(--mv-paper);
	border: 1px solid rgba(201, 212, 203, 0.9);
	border-radius: calc(var(--mv-radius) + 4px);
	padding: clamp(1.25rem, 3vw, 1.75rem);
	box-shadow: var(--mv-shadow);
	animation: mv-rise 0.65s ease 0.08s both;
}

body.woocommerce-account .mv-auth__card--register {
	animation-delay: 0.14s;
}

body.woocommerce-account .mv-auth__title,
body.woocommerce-lost-password .mv-auth__title {
	margin: 0 0 0.35rem;
	font-family: var(--mv-font-display);
	font-size: clamp(1.6rem, 3vw, 2rem);
	font-weight: 650;
	color: var(--mv-ink);
}

body.woocommerce-account .mv-auth__title--sm {
	font-size: clamp(1.35rem, 2.5vw, 1.65rem);
}

body.woocommerce-account .mv-auth__subtitle,
body.woocommerce-account .mv-auth__hint,
body.woocommerce-lost-password .mv-auth__subtitle,
body.woocommerce-lost-password .mv-auth__hint {
	margin: 0 0 1.25rem;
	color: var(--mv-muted);
	line-height: 1.5;
	font-size: 0.95rem;
}

body.woocommerce-account .mv-auth__form .form-row {
	margin-bottom: 0.95rem;
}

body.woocommerce-account .mv-auth__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1.1rem;
	font-size: 0.88rem;
}

body.woocommerce-account .mv-auth__link {
	color: var(--mv-pine);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease, color 0.2s ease;
}

body.woocommerce-account .mv-auth__link:hover {
	color: var(--mv-pine-deep);
	border-bottom-color: var(--mv-marigold);
}

body.woocommerce-account .mv-auth__actions {
	margin: 0;
}

body.woocommerce-account .woocommerce .mv-auth__btn,
body.woocommerce-account .mv-auth__btn {
	width: 100%;
	border: 0;
	border-radius: 999px;
	background: var(--mv-pine);
	color: #fff;
	font-family: var(--mv-font-ui);
	font-weight: 700;
	font-size: 0.98rem;
	padding: 0.95rem 1.25rem;
	cursor: pointer;
	float: none;
	box-shadow: 0 12px 28px rgba(171, 77, 43, 0.24);
	transition: transform 0.2s ease, background 0.2s ease;
}

body.woocommerce-account .woocommerce .mv-auth__btn:hover,
body.woocommerce-account .mv-auth__btn:hover {
	background: var(--mv-pine-deep);
	color: #fff;
	transform: translateY(-1px);
}

body.woocommerce-account .woocommerce .mv-auth__btn--ghost,
body.woocommerce-account .mv-auth__btn--ghost {
	background: transparent;
	color: var(--mv-pine);
	border: 1.5px solid var(--mv-pine);
	box-shadow: none;
}

body.woocommerce-account .woocommerce .mv-auth__btn--ghost:hover,
body.woocommerce-account .mv-auth__btn--ghost:hover {
	background: var(--mv-mist);
	color: var(--mv-pine-deep);
}

body.woocommerce-lost-password .mv-auth,
body.woocommerce-reset-password .woocommerce {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

@keyframes mv-rise {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.woocommerce-account .mv-account__intro,
	body.woocommerce-account .mv-account__shell,
	body.woocommerce-account .mv-auth,
	body.woocommerce-account .mv-auth__card {
		animation: none;
	}

	body.woocommerce-account .mv-auth__btn:hover,
	body.woocommerce-account .woocommerce .woocommerce-Button:hover {
		transform: none;
	}
}

@media (max-width: 860px) {
	body.woocommerce-account .mv-account__shell {
		grid-template-columns: 1fr;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation.mv-account__nav {
		position: static;
		float: none;
		width: auto;
	}

	body.woocommerce-account .woocommerce .mv-account__nav-list {
		display: flex;
		overflow-x: auto;
		gap: 0.35rem;
		padding-bottom: 0.15rem;
		scrollbar-width: thin;
	}

	body.woocommerce-account .woocommerce .mv-account__nav-list > li {
		flex: 0 0 auto;
	}

	body.woocommerce-account .woocommerce .mv-account__nav-list > li.woocommerce-MyAccount-navigation-link--customer-logout > a {
		margin-top: 0;
		border-top: 0;
		padding-top: 0.7rem;
	}

	body.woocommerce-account .mv-auth,
	body.woocommerce-lost-password .mv-auth {
		grid-template-columns: 1fr;
	}

	body.woocommerce-account .mv-auth__brand,
	body.woocommerce-lost-password .mv-auth__brand {
		min-height: 240px;
	}

	body.woocommerce-account .mv-auth__brand-inner,
	body.woocommerce-lost-password .mv-auth__brand-inner {
		min-height: 240px;
		justify-content: center;
	}

	body.woocommerce-account .woocommerce .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	body.woocommerce-account .mv-dashboard__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	body.woocommerce-account .mv-dashboard__grid {
		grid-template-columns: 1fr;
	}
}
