﻿/**
 * Biltmore Motors — My Account page
 * Scoped under .biltmore-my-account
 */

.biltmore-my-account {
	--bma-bg: #fafafa;
	--bma-bg-2: #f4f5f7;
	--bma-bg-3: #ffffff;
	--bma-text: #0a0b0d;
	--bma-text-secondary: #5c6370;
	--bma-text-muted: #8b919a;
	--bma-border: #e8eaed;
	--bma-brand: #ff2800;
	--bma-brand-soft: rgba(255, 40, 0, 0.08);
	--bma-brand-border: rgba(255, 40, 0, 0.35);
	--bma-grad-brand: linear-gradient(135deg, #ff2800 0%, #ff6b35 100%);
	--bma-radius-sm: 8px;
	--bma-radius-md: 12px;
	--bma-radius-lg: 16px;
	--bma-radius-xl: 20px;
	--bma-radius-pill: 999px;
	--bma-shadow-sm: 0 2px 8px rgba(10, 11, 13, 0.06);
	--bma-shadow-md: 0 8px 24px rgba(10, 11, 13, 0.08);
	--bma-mono: "SF Mono", "Consolas", "Monaco", monospace;
	/* Shared with About page hero (ab-*) */
	--ab-bg: var(--bma-bg);
	--ab-bg-2: var(--bma-bg-2);
	--ab-bg-3: var(--bma-bg-3);
	--ab-text: var(--bma-text);
	--ab-text-secondary: var(--bma-text-secondary);
	--ab-text-muted: var(--bma-text-muted);
	--ab-border: var(--bma-border);
	--ab-brand: var(--bma-brand);
	--ab-brand-soft: var(--bma-brand-soft);
	--ab-brand-border: var(--bma-brand-border);
	--ab-warm: #ffb020;
	--ab-warm-soft: rgba(255, 176, 32, 0.1);
	--ab-warm-border: rgba(255, 176, 32, 0.35);
	--ab-grad-brand: var(--bma-grad-brand);
	--ab-grad-warm: linear-gradient(135deg, #ffb020 0%, #ff8c00 100%);
	--ab-radius-sm: var(--bma-radius-sm);
	--ab-radius-md: var(--bma-radius-md);
	--ab-radius-lg: var(--bma-radius-lg);
	--ab-radius-pill: var(--bma-radius-pill);
	--ab-fs-xs: 13px;
	--ab-fs-sm: 14px;
	--ab-fs-base: 16px;
	--ab-fs-md: 18px;
	--ab-fs-hero: clamp(32px, 5vw, 48px);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
	color: var(--bma-text);
	line-height: 1.65;
}

.biltmore-my-account *,
.biltmore-my-account *::before,
.biltmore-my-account *::after {
	box-sizing: border-box;
}

.biltmore-my-account .brand-grad {
	background: var(--bma-grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* Hide legacy page chrome */
body.biltmore-my-account-page .autobid-breadcrumbs,
body.biltmore-my-account-page .autobid_header_title_breadcrumbs,
body.biltmore-my-account-page .page-title,
body.biltmore-my-account-page .entry-header,
body.biltmore-my-account-page article > .entry-title,
body.biltmore-my-account-page #primary > .container > .site-main > article > .entry-content > :not(.woocommerce) {
	display: none !important;
}

body.biltmore-my-account-page #primary,
body.biltmore-my-account-page #primary.high-padding,
body.biltmore-my-account-page #primary.content-area,
body.biltmore-my-account-page .high-padding {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

body.biltmore-my-account-page #primary > .container,
body.biltmore-my-account-page .site-main.main-content,
body.biltmore-my-account-page article.type-page,
body.biltmore-my-account-page .entry-content,
body.biltmore-my-account-page .entry-content > .woocommerce,
body.biltmore-my-account-page .woocommerce-account .woocommerce {
	padding-top: 0 !important;
	margin-top: 0 !important;
	background: transparent !important;
}

body.biltmore-my-account-logged-in {
	position: relative;
	min-height: 100vh;
}

body.biltmore-my-account-logged-in #page,
body.biltmore-my-account-logged-in .site,
body.biltmore-my-account-logged-in #primary,
body.biltmore-my-account-logged-in #primary > .container,
body.biltmore-my-account-logged-in .site-main,
body.biltmore-my-account-logged-in .entry-content,
body.biltmore-my-account-logged-in .entry-content > article,
body.biltmore-my-account-logged-in .woocommerce {
	position: relative;
	z-index: 1;
	background: transparent !important;
}

.biltmore-my-account--logged-in-shell {
	position: relative;
	z-index: 1;
}

.bma-page-shell {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.bma-page-shell__glow {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 55% 45% at 95% 0%, rgba(255, 40, 0, 0.12) 0%, transparent 55%),
		radial-gradient(ellipse 45% 55% at 0% 100%, rgba(255, 107, 53, 0.08) 0%, transparent 55%);
}

.bma-page-shell__diamonds {
	position: absolute;
	inset: 0;
	background-image:
		repeating-linear-gradient(
			45deg,
			rgba(10, 11, 13, 0.04) 0,
			rgba(10, 11, 13, 0.04) 1px,
			transparent 1px,
			transparent 32px
		),
		repeating-linear-gradient(
			-45deg,
			rgba(10, 11, 13, 0.04) 0,
			rgba(10, 11, 13, 0.04) 1px,
			transparent 1px,
			transparent 32px
		);
	background-size: 64px 64px;
	mask-image: radial-gradient(ellipse 85% 75% at 50% 20%, black 0%, transparent 88%);
}

body.biltmore-my-account-page .high-padding {
	padding-bottom: 64px !important;
}

body.biltmore-my-account-page #primary.content-area,
body.biltmore-my-account-page #primary > .container,
body.biltmore-my-account-page .site-main.main-content,
body.biltmore-my-account-page .entry-content,
body.biltmore-my-account-page .woocommerce {
	width: 100% !important;
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 !important;
	float: none !important;
	text-align: center;
}

body.biltmore-my-account-page .woocommerce-account .woocommerce {
	display: block !important;
	width: 100% !important;
}

/* Legacy theme/WooCommerce floats push account UI to the left */
body.biltmore-my-account-page .woocommerce-account .woocommerce-MyAccount-navigation,
body.biltmore-my-account-page .woocommerce-account .woocommerce-MyAccount-content {
	float: none !important;
	width: auto !important;
}

.biltmore-my-account {
	width: 100%;
	margin: 0 auto;
}

.bma-container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 24px;
}

/* About-style hero on My Account (styles in about.css) */
body.biltmore-my-account-logged-in .bma-page-hero.ab-hero {
	padding-top: 28px;
	padding-bottom: 40px;
	margin-top: 0;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: transparent;
	border-bottom: 1px solid var(--ab-border);
}

.bma-account-verify {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 14px;
	max-width: 720px;
	margin: 0 auto 24px;
	padding: 12px 18px;
	border-radius: var(--ab-radius-pill);
	border: 1px solid transparent;
	font-size: var(--ab-fs-sm) !important;
	line-height: 1.45;
}

.bma-account-verify.is-unverified {
	background: rgba(220, 38, 38, 0.08);
	border-color: rgba(220, 38, 38, 0.22);
	color: #991b1b;
}

.bma-account-verify.is-verified {
	background: rgba(34, 160, 80, 0.1);
	border-color: rgba(34, 160, 80, 0.28);
	color: #14532d;
}

.bma-account-verify i {
	font-size: 16px;
	flex-shrink: 0;
}

.bma-account-verify__text strong {
	font-weight: 700;
}

.bma-account-verify__link {
	color: inherit !important;
	font-weight: 700;
	text-decoration: underline !important;
	text-underline-offset: 2px;
	white-space: nowrap;
}

.bma-account-body {
	padding: 20px 0 48px;
	background: transparent;
}

body.biltmore-my-account-logged-in .bma-layout--sidebar {
	padding-top: 0;
	padding-bottom: 0;
}

/* Layout */
.bma-layout {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	max-width: 960px;
	margin: 0 auto;
	padding: 28px 0 8px;
}

body.biltmore-my-account-logged-in .bma-layout--sidebar {
	display: grid;
	grid-template-columns: minmax(250px, 280px) minmax(0, 1fr);
	align-items: start;
	gap: 16px;
	max-width: 1200px;
	width: 100%;
}

body.biltmore-my-account-logged-in .bma-container {
	max-width: 1240px;
}

.bma-login-shell {
	padding: 28px 0 8px;
	max-width: 960px;
	margin: 0 auto;
}

.bma-login-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
}

/* Navigation */
.bma-nav {
	position: static;
	width: 100%;
	background: var(--bma-bg-3);
	border: 1px solid var(--bma-border);
	border-radius: var(--bma-radius-xl);
	box-shadow: var(--bma-shadow-sm);
	overflow: hidden;
}

body.biltmore-my-account-logged-in .bma-nav {
	position: sticky;
	top: 24px;
}

.bma-nav-user {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 18px 14px;
	border-bottom: 1px solid var(--bma-border);
	background:
		linear-gradient(135deg, rgba(255, 40, 0, 0.05) 0%, transparent 60%),
		var(--bma-bg-3);
}

.bma-nav-user__avatar {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #ff2800 0%, #ff6b35 100%);
	color: #fff;
	font-weight: 800;
	font-size: 18px;
	flex-shrink: 0;
}

.bma-nav-user__meta {
	min-width: 0;
}

.bma-nav-user__name {
	display: block;
	font-size: 14px;
	color: var(--bma-text);
	line-height: 1.3;
}

.bma-nav-user__email {
	display: block;
	font-size: 12px;
	color: var(--bma-text-muted);
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bma-nav-head {
	padding: 14px 18px 10px;
	border-bottom: 1px solid var(--bma-border);
	background: var(--bma-bg-3);
	text-align: left;
}

.bma-nav-label {
	font-family: var(--bma-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bma-text-muted);
}

.bma-nav ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.bma-nav .woocommerce-MyAccount-navigation-link {
	width: 100%;
	margin: 0;
}

.bma-nav .woocommerce-MyAccount-navigation-link > a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	width: 100%;
	padding: 11px 12px;
	border-radius: 12px;
	background: transparent !important;
	border: 1px solid transparent !important;
	color: var(--bma-text-secondary) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: none !important;
	text-decoration: none !important;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.bma-nav .woocommerce-MyAccount-navigation-link > a:hover,
.bma-nav .woocommerce-MyAccount-navigation-link.is-active > a {
	background: var(--bma-brand-soft) !important;
	border-color: var(--bma-brand-border) !important;
	color: var(--bma-text) !important;
	box-shadow: none !important;
}

.bma-nav .woocommerce-MyAccount-navigation-link.is-active > a {
	color: var(--bma-brand) !important;
}

.bma-nav-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: var(--bma-bg-2);
	color: var(--bma-brand);
	flex-shrink: 0;
}

.bma-nav .woocommerce-MyAccount-navigation-link.is-active .bma-nav-icon {
	background: rgba(255, 40, 0, 0.12);
}

.bma-nav-text {
	flex: 1;
	text-align: left;
}

.bma-nav .woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: 6px;
	padding-top: 10px;
	border-top: 1px solid var(--bma-border);
}

.bma-nav .woocommerce-MyAccount-navigation-link--customer-logout > a {
	color: var(--bma-text-muted) !important;
}

.bma-nav .woocommerce-MyAccount-navigation-link--customer-logout .bma-nav-icon {
	color: var(--bma-text-muted);
}

/* Content shell */
.bma-content-shell {
	width: 100%;
	background: var(--bma-bg-3);
	border: 1px solid var(--bma-border);
	border-radius: var(--bma-radius-xl);
	box-shadow: var(--bma-shadow-sm);
	padding: 0;
	min-width: 0;
	overflow: hidden;
}

.bma-endpoint-header {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 20px 12px;
	border-bottom: 1px solid var(--bma-border);
	background:
		linear-gradient(135deg, rgba(255, 40, 0, 0.04) 0%, transparent 55%),
		var(--bma-bg-3);
}

.bma-endpoint-header__icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 40, 0, 0.1);
	color: var(--bma-brand);
	flex-shrink: 0;
	font-size: 18px;
}

.bma-endpoint-header__title {
	margin: 0 0 6px;
	font-size: 24px !important;
	line-height: 1.2 !important;
	font-weight: 800 !important;
	color: var(--bma-text) !important;
}

.bma-endpoint-header__desc {
	margin: 0;
	font-size: 14px !important;
	line-height: 1.6 !important;
	color: var(--bma-text-muted) !important;
}

.bma-endpoint-body {
	padding: 14px 20px 20px;
	text-align: left;
}

.bma-endpoint-lead {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--bma-text-muted);
}

body.biltmore-my-account-logged-in .bma-content-shell .bma-dashboard,
body.biltmore-my-account-logged-in .bma-endpoint-body .bma-dashboard {
	text-align: left;
}

.bma-panel-auth,
.bma-login-columns {
	text-align: center;
}

.bma-panel-auth form,
.bma-panel-auth .woocommerce-form-row,
.bma-panel-auth .woocommerce-form-row label,
.bma-panel-auth .password-input {
	text-align: left;
}

.bma-quick-card {
	text-align: left;
}

.bma-content-shell .bma-dashboard-text,
.bma-content-shell .bma-welcome,
.bma-content-shell .woocommerce-form-row,
.bma-content-shell form,
.bma-content-shell fieldset,
.bma-content-shell .shop_table,
.bma-content-shell table {
	text-align: left;
}

.bma-content-shell .bma-dashboard .bma-panel {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.bma-content-shell .bma-dashboard .bma-panel + .bma-quick-links {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid var(--bma-border);
}

/* Content panels */
.biltmore-my-account .woocommerce-MyAccount-content {
	min-width: 0;
}

.bma-panel {
	padding: 0;
}

.bma-panel-auth {
	padding: 24px;
	background: var(--bma-bg-3);
	border: 1px solid var(--bma-border);
	border-radius: var(--bma-radius-xl);
	box-shadow: var(--bma-shadow-sm);
	height: 100%;
}

.bma-panel + .bma-panel,
.bma-panel + .bma-quick-links,
.bma-quick-links {
	margin-top: 18px;
}

.bma-panel-title,
.biltmore-my-account .woocommerce-MyAccount-content h2,
.biltmore-my-account .woocommerce-MyAccount-content h3:not(.hau-auction-title):not(.bma-auction-section__title) {
	margin: 0 0 12px;
	font-size: 22px !important;
	line-height: 1.25 !important;
	font-weight: 800 !important;
	color: var(--bma-text) !important;
	letter-spacing: -0.02em;
	text-align: center;
}

.bma-section-label {
	display: block;
	margin: 0 0 16px;
	font-family: var(--bma-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bma-text-muted);
	text-align: left;
}

.bma-welcome,
.bma-dashboard-text,
.biltmore-my-account .woocommerce-MyAccount-content p:not(.hau-auction-location) {
	font-size: 15px !important;
	line-height: 1.65 !important;
	color: var(--bma-text-secondary) !important;
}

.bma-welcome {
	margin-bottom: 10px;
}

.bma-dashboard-text {
	margin: 0;
}

.bma-welcome span,
.biltmore-my-account .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-Button):not(.bma-btn):not(.bma-overview-card):not(.bma-vendor-products__action):not(.hau-auction-bid-btn):not(.hau-auction-media-link):not(.hau-auction-title a) {
	color: var(--bma-brand) !important;
	text-decoration: none !important;
	font-weight: 600;
}

.biltmore-my-account .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-Button):not(.bma-btn):not(.bma-overview-card):not(.bma-vendor-products__action):not(.hau-auction-bid-btn):not(.hau-auction-media-link):not(.hau-auction-title a):hover {
	text-decoration: underline !important;
}

/* Quick links */
.bma-quick-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.bma-quick-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px;
	border-radius: var(--bma-radius-lg);
	background: var(--bma-bg-3);
	border: 1px solid var(--bma-border);
	box-shadow: var(--bma-shadow-sm);
	text-decoration: none !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.bma-quick-card:hover {
	border-color: var(--bma-brand-border);
	box-shadow: var(--bma-shadow-md);
	transform: translateY(-1px);
}

.bma-quick-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: var(--bma-brand-soft);
	border: 1px solid var(--bma-brand-border);
	color: var(--bma-brand);
	font-size: 16px;
	flex-shrink: 0;
}

.bma-quick-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.bma-quick-copy strong {
	font-size: 15px !important;
	color: var(--bma-text) !important;
}

.bma-quick-copy span {
	font-size: 13px !important;
	color: var(--bma-text-muted) !important;
	line-height: 1.5 !important;
}

/* Auth panels */
.biltmore-my-account .woocommerce form.login,
.biltmore-my-account .woocommerce form.register {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

/* Forms */
.biltmore-my-account .woocommerce-MyAccount-content fieldset {
	padding: 0;
	margin-top: 18px;
	border: 0;
}

.biltmore-my-account .woocommerce-MyAccount-content form {
	padding: 0;
}

.biltmore-my-account .form-row label,
.biltmore-my-account .woocommerce-form-row label {
	display: block;
	margin-bottom: 7px;
	font-size: 13px !important;
	font-weight: 700;
	color: var(--bma-text-secondary) !important;
}

.biltmore-my-account .input-text,
.biltmore-my-account .woocommerce-Input,
.biltmore-my-account select,
.biltmore-my-account textarea {
	width: 100%;
	padding: 11px 14px !important;
	border: 1px solid var(--bma-border) !important;
	border-radius: var(--bma-radius-md) !important;
	background: #f8f9fb !important;
	font-size: 14px !important;
	color: var(--bma-text) !important;
	box-shadow: none !important;
}

.biltmore-my-account .input-text:focus,
.biltmore-my-account .woocommerce-Input:focus,
.biltmore-my-account select:focus,
.biltmore-my-account textarea:focus {
	outline: none;
	border-color: var(--bma-brand-border) !important;
	background: var(--bma-bg-3) !important;
	box-shadow: 0 0 0 3px rgba(255, 40, 0, 0.08) !important;
}

.biltmore-my-account .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-Button):not(.bma-btn):not(.bma-overview-card):not(.bma-address-card__edit):not(.bma-vendor-products__action):not(.hau-auction-bid-btn):not(.hau-auction-media-link):not(.hau-auction-title a) {
	color: var(--bma-brand);
}

.biltmore-my-account .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-Button):not(.bma-btn):not(.bma-overview-card):not(.bma-vendor-products__action):not(.hau-auction-bid-btn):not(.hau-auction-media-link):not(.hau-auction-title a):hover {
	color: var(--bma-brand);
	opacity: 0.85;
}

.biltmore-my-account .button:not(.show-password-input),
.biltmore-my-account button[type="submit"],
.biltmore-my-account .woocommerce-Button,
.biltmore-my-account a.button,
.biltmore-my-account input.button,
.biltmore-my-account .bma-btn--primary {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 12px 22px !important;
	border-radius: var(--bma-radius-pill) !important;
	background: var(--bma-grad-brand) !important;
	border: 1px solid transparent !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: none !important;
	text-decoration: none !important;
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.biltmore-my-account .button:not(.show-password-input):hover,
.biltmore-my-account button[type="submit"]:hover,
.biltmore-my-account .woocommerce-Button:hover,
.biltmore-my-account a.button:hover,
.biltmore-my-account input.button:hover,
.biltmore-my-account .bma-btn--primary:hover {
	opacity: 0.92;
	transform: translateY(-1px);
	background: linear-gradient(135deg, #e02400 0%, #ff5520 100%) !important;
	border-color: transparent !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.biltmore-my-account .woocommerce-form-login__rememberme:not(.bma-check) {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-right: 12px;
	font-size: 14px !important;
}

.biltmore-my-account .woocommerce form .form-row:last-child,
.biltmore-my-account .woocommerce-LostPassword.lost_password {
	text-align: center;
}

.biltmore-my-account .woocommerce-form-row:has(.password-input),
.biltmore-my-account .form-row:has(.password-input) {
	position: static;
}

/* Password visibility toggle */
.biltmore-my-account .form-row .password-input,
.biltmore-my-account .woocommerce-input-wrapper.password-input,
.biltmore-my-account .woocommerce-input-wrapper:has(.show-password-input) {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
}

.biltmore-my-account .password-input input,
.biltmore-my-account .woocommerce-input-wrapper.password-input input,
.biltmore-my-account .woocommerce-input-wrapper:has(.show-password-input) input[type="password"],
.biltmore-my-account .woocommerce-input-wrapper:has(.show-password-input) input[type="text"] {
	display: block !important;
	width: 100% !important;
	padding-right: 48px !important;
	margin: 0 !important;
}

body.biltmore-my-account-page .woocommerce-account .show-password-input,
body.biltmore-my-account-page .biltmore-my-account .show-password-input,
body.biltmore-my-account-page .biltmore-my-account .woocommerce form .show-password-input,
body.biltmore-my-account-page .woocommerce-page form .show-password-input,
body.biltmore-my-account-page .woocommerce form .show-password-input {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: auto !important;
	width: 44px !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
	border: 0 !important;
	border-radius: 0 var(--bma-radius-md) var(--bma-radius-md) 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--bma-text-muted) !important;
	cursor: pointer;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	line-height: 1 !important;
	z-index: 2;
}

body.biltmore-my-account-page .woocommerce-account .show-password-input::before,
body.biltmore-my-account-page .biltmore-my-account .show-password-input::before {
	display: block !important;
	margin: 0 auto !important;
}

body.biltmore-my-account-page .woocommerce-account .show-password-input:hover,
body.biltmore-my-account-page .biltmore-my-account .show-password-input:hover,
body.biltmore-my-account-page .woocommerce form .show-password-input:hover {
	color: var(--bma-brand) !important;
	background: var(--bma-brand-soft) !important;
	opacity: 1 !important;
	transform: none !important;
}

/* Never style the password toggle like a submit button */
body.biltmore-my-account-page .show-password-input {
	background: transparent !important;
}

/* Tables */
.biltmore-my-account .woocommerce-MyAccount-content .shop_table,
.biltmore-my-account .woocommerce-MyAccount-content table {
	width: 100%;
	border-collapse: collapse;
}

.biltmore-my-account .woocommerce-MyAccount-content .shop_table th,
.biltmore-my-account .woocommerce-MyAccount-content .shop_table td,
.biltmore-my-account .woocommerce-MyAccount-content table th,
.biltmore-my-account .woocommerce-MyAccount-content table td {
	padding: 14px 16px !important;
	border-bottom: 1px solid var(--bma-border) !important;
	font-size: 14px !important;
}

.biltmore-my-account .woocommerce-MyAccount-content .shop_table thead th,
.biltmore-my-account .woocommerce-MyAccount-content table thead th {
	background: var(--bma-bg-2);
	font-family: var(--bma-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--bma-text-muted) !important;
}

.biltmore-my-account .woocommerce-MyAccount-content .shop_table .button,
.biltmore-my-account .woocommerce-MyAccount-content table .button {
	padding: 8px 14px !important;
	font-size: 13px !important;
}

/* Notices */
.biltmore-my-account .woocommerce-message,
.biltmore-my-account .woocommerce-info,
.biltmore-my-account .woocommerce-error {
	border-radius: var(--bma-radius-md);
	border: 1px solid var(--bma-border);
	box-shadow: var(--bma-shadow-sm);
	margin-bottom: 16px;
}

/* Auction tabs inside account */
.biltmore-my-account .woocommerce-MyAccount-content .simple-auctions.active-auctions {
	padding: 20px;
}

.biltmore-my-account .woocommerce-MyAccount-content .simple-auctions.active-auctions ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Responsive */
@media (max-width: 991px) {
	body.biltmore-my-account-logged-in .bma-layout--sidebar {
		grid-template-columns: 1fr;
	}

	body.biltmore-my-account-logged-in .bma-nav {
		position: static;
	}

	.bma-quick-grid {
		grid-template-columns: 1fr;
	}

	.bma-login-columns {
		grid-template-columns: 1fr;
	}

	.biltmore-my-account .woocommerce-MyAccount-content .simple-auctions.active-auctions ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.bma-container {
		padding: 0 16px;
	}

	body.biltmore-my-account-logged-in .bma-page-hero.ab-hero {
		padding-bottom: 36px;
	}

	.biltmore-my-account .woocommerce-MyAccount-content .simple-auctions.active-auctions ul.products {
		grid-template-columns: 1fr;
	}
}

/* ── DigitalBid-style login page (logged-out account) ── */

body.biltmore-my-account-logged-out {
	position: relative;
	min-height: 100vh;
}

body.biltmore-my-account-logged-out #page,
body.biltmore-my-account-logged-out .site,
body.biltmore-my-account-logged-out #primary,
body.biltmore-my-account-logged-out #primary > .container,
body.biltmore-my-account-logged-out .site-main,
body.biltmore-my-account-logged-out .entry-content,
body.biltmore-my-account-logged-out .entry-content > article,
body.biltmore-my-account-logged-out .woocommerce {
	position: relative;
	z-index: 1;
	background: transparent !important;
}

body.biltmore-my-account-logged-out .high-padding,
body.biltmore-my-account-logged-out #primary.high-padding.content-area {
	padding: 0 !important;
}

body.biltmore-my-account-logged-out #primary > .container,
body.biltmore-my-account-logged-out .site-main.main-content,
body.biltmore-my-account-logged-out article.type-page,
body.biltmore-my-account-logged-out .entry-content {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body.biltmore-my-account-logged-out .page-title,
body.biltmore-my-account-logged-out .entry-header,
body.biltmore-my-account-logged-out article > .entry-title,
body.biltmore-my-account-logged-out .autobid-breadcrumbs {
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.biltmore-my-account-logged-out #primary.content-area,
body.biltmore-my-account-logged-out #primary > .container,
body.biltmore-my-account-logged-out .site-main.main-content,
body.biltmore-my-account-logged-out .entry-content,
body.biltmore-my-account-logged-out .entry-content .woocommerce,
body.biltmore-my-account-logged-out .woocommerce {
	width: 100% !important;
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: none !important;
	text-align: left !important;
}

body.biltmore-my-account-logged-out .entry-content > article,
body.biltmore-my-account-logged-out .entry-content > .clearfix {
	width: 100% !important;
	max-width: none !important;
}

body.biltmore-my-account-logged-out .bma-login-page,
body.biltmore-my-account-logged-out .biltmore-my-account.bma-login-page {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: none !important;
	text-align: left !important;
}

body.biltmore-my-account-logged-out .bma-login-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
	gap: 72px !important;
	align-items: flex-start !important;
	width: 100% !important;
	max-width: 1140px !important;
	margin: 0 auto !important;
}

body.biltmore-my-account-logged-out .bma-login-info {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	min-width: 0 !important;
}

body.biltmore-my-account-logged-out .bma-login-form-wrap {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	min-width: 0 !important;
}

.biltmore-my-account--guest.bma-login-page {
	position: relative;
	min-height: 0;
	padding: 8px 0 24px;
	background: transparent;
	overflow: visible;
}

body.biltmore-my-account-logged-out .bma-login-page-bg,
body.biltmore-my-account-logged-out .bma-login-page-grid {
	display: none !important;
}

.bma-login-page-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 55% 45% at 95% 0%, rgba(255, 40, 0, 0.12) 0%, transparent 55%),
		radial-gradient(ellipse 45% 55% at 0% 100%, rgba(255, 107, 53, 0.08) 0%, transparent 55%);
	z-index: 0;
	pointer-events: none;
}

.bma-login-page-grid {
	position: absolute;
	inset: 0;
	background-image:
		repeating-linear-gradient(
			45deg,
			rgba(10, 11, 13, 0.04) 0,
			rgba(10, 11, 13, 0.04) 1px,
			transparent 1px,
			transparent 32px
		),
		repeating-linear-gradient(
			-45deg,
			rgba(10, 11, 13, 0.04) 0,
			rgba(10, 11, 13, 0.04) 1px,
			transparent 1px,
			transparent 32px
		);
	background-size: 64px 64px;
	mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black 0%, transparent 80%);
	z-index: 0;
	pointer-events: none;
}

.bma-login-page > .bma-container {
	position: relative;
	z-index: 1;
}

.bma-login-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 72px;
	align-items: flex-start;
	max-width: 1140px;
	margin: 0 auto;
}

/* Left info column */
.bma-login-info {
	display: flex;
	flex-direction: column;
	gap: 22px;
	align-items: flex-start;
	padding-top: 4px;
	text-align: left;
}

.bma-login-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	background: var(--bma-bg-3);
	border: 1px solid var(--bma-border);
	border-radius: var(--bma-radius-pill);
	font-family: var(--bma-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--bma-text-secondary);
	width: fit-content;
}

.bma-login-eyebrow strong {
	background: var(--bma-grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 600;
}

.bma-login-title {
	font-size: clamp(2rem, 4.2vw, 3.25rem);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 1.04;
	color: var(--bma-text);
	margin: 0;
}

.bma-login-title em {
	font-style: normal;
	background: linear-gradient(135deg, #ff6b35 0%, #ff2800 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 700;
}

.bma-login-title .bma-brand-grad {
	background: var(--bma-grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 700;
}

.bma-login-subtitle {
	font-size: 17px;
	line-height: 1.6;
	color: var(--bma-text-secondary);
	margin: 0;
	max-width: 520px;
}

.bma-login-perks {
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.bma-login-perks li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 16px;
	background: var(--bma-bg-3);
	border: 1px solid var(--bma-border);
	border-radius: var(--bma-radius-md);
	transition: border-color 0.15s ease, background 0.15s ease;
}

.bma-login-perks li:hover {
	border-color: var(--bma-brand-border);
	background: #fff;
}

.bma-login-perk-icon {
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bma-radius-sm);
	background: var(--bma-brand-soft);
	border: 1px solid var(--bma-brand-border);
	color: var(--bma-brand);
	font-size: 18px;
}

.bma-login-perk-icon--warm {
	background: rgba(255, 107, 53, 0.1);
	border-color: rgba(255, 107, 53, 0.25);
	color: #ff6b35;
}

.bma-login-perk-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.bma-login-perk-text strong {
	font-size: 15px;
	font-weight: 600;
	color: var(--bma-text);
}

.bma-login-perk-text span {
	font-size: 13px;
	line-height: 1.5;
	color: var(--bma-text-secondary);
}

/* Right form column */
.bma-login-form-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: left;
}

.bma-login-form-card {
	background: var(--bma-bg-3);
	border: 1px solid var(--bma-border);
	border-radius: var(--bma-radius-xl);
	padding: 36px 36px 30px;
	position: relative;
	box-shadow: var(--bma-shadow-md);
	overflow: hidden;
}

.bma-login-form-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 32px;
	right: 32px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--bma-brand), transparent);
	opacity: 0.45;
}

.bma-login-form-card--register {
	scroll-margin-top: 24px;
}

.bma-form-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	background: rgba(255, 107, 53, 0.1);
	border: 1px solid rgba(255, 107, 53, 0.25);
	border-radius: var(--bma-radius-pill);
	font-family: var(--bma-mono);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #ff6b35;
	width: fit-content;
	margin-bottom: 16px;
}

.bma-form-eyebrow--register {
	background: var(--bma-brand-soft);
	border-color: var(--bma-brand-border);
	color: var(--bma-brand);
}

.bma-form-title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.03em;
	color: var(--bma-text);
	margin: 0 0 6px;
	text-align: left;
}

.bma-form-desc {
	font-size: 15px;
	line-height: 1.55;
	color: var(--bma-text-secondary);
	margin: 0 0 26px;
	text-align: left;
}

.bma-form-note {
	font-size: 14px;
	color: var(--bma-text-secondary);
	margin: 0 0 8px;
}

.bma-login-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.bma-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
}

.bma-label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.bma-label {
	font-size: 13px;
	font-weight: 600;
	color: var(--bma-text);
	letter-spacing: -0.005em;
	margin: 0;
}

.bma-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.bma-input-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--bma-text-muted);
	font-size: 16px;
	pointer-events: none;
	transition: color 0.15s ease;
	z-index: 1;
}

.bma-input-wrap:focus-within .bma-input-icon {
	color: var(--bma-brand);
}

.bma-input-wrap .bma-input,
.bma-input-wrap .woocommerce-Input {
	width: 100%;
	padding: 13px 14px 13px 42px !important;
	background: #f4f5f7 !important;
	border: 1px solid var(--bma-border) !important;
	border-radius: var(--bma-radius-md) !important;
	color: var(--bma-text) !important;
	font-size: 15px !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.bma-input-wrap .bma-input:hover,
.bma-input-wrap .woocommerce-Input:hover {
	border-color: #d0d4da !important;
}

.bma-input-wrap .bma-input:focus,
.bma-input-wrap .woocommerce-Input:focus {
	border-color: var(--bma-brand-border) !important;
	background: var(--bma-bg-3) !important;
	box-shadow: 0 0 0 3px rgba(255, 40, 0, 0.1) !important;
}

.bma-input-wrap .password-input,
.bma-input-wrap .woocommerce-input-wrapper.password-input {
	position: relative !important;
	display: block !important;
	width: 100% !important;
}

.bma-input-wrap .password-input input,
.bma-input-wrap .woocommerce-input-wrapper.password-input input {
	padding-right: 48px !important;
}

.bma-input-wrap .show-password-input {
	position: absolute !important;
	right: 4px !important;
	top: 50% !important;
	left: auto !important;
	bottom: auto !important;
	transform: translateY(-50%) !important;
	width: 40px !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: var(--bma-radius-sm) !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--bma-text-muted) !important;
	cursor: pointer;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	z-index: 2;
}

.bma-input-wrap .show-password-input:hover {
	color: var(--bma-brand) !important;
	background: var(--bma-brand-soft) !important;
	opacity: 1 !important;
}

.bma-forgot {
	font-size: 13px;
	font-weight: 600;
	color: var(--bma-brand);
	text-decoration: none;
	transition: opacity 0.15s ease;
}

.bma-forgot:hover {
	opacity: 0.8;
	color: var(--bma-brand);
}

.bma-check {
	display: flex !important;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	user-select: none;
	padding: 4px 0;
	margin: 0;
	position: relative;
	width: 100%;
	text-align: left;
}

.bma-login-form-card .woocommerce-form__input-checkbox,
.bma-check .woocommerce-form__input-checkbox,
.bma-check input[type="checkbox"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.bma-check-box {
	display: inline-block !important;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	border: 1px solid #d0d4da;
	background: #f4f5f7;
	flex-shrink: 0;
	position: relative;
	transition: background 0.15s ease, border-color 0.15s ease;
	box-sizing: border-box;
}

.bma-check input[type="checkbox"]:checked + .bma-check-box,
.bma-check .woocommerce-form__input-checkbox:checked + .bma-check-box {
	background: var(--bma-grad-brand);
	border-color: var(--bma-brand);
}

.bma-check input[type="checkbox"]:checked + .bma-check-box::after,
.bma-check .woocommerce-form__input-checkbox:checked + .bma-check-box::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 1px;
	width: 6px;
	height: 11px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	transform: rotate(45deg);
}

.bma-check input[type="checkbox"]:focus-visible + .bma-check-box,
.bma-check .woocommerce-form__input-checkbox:focus-visible + .bma-check-box {
	box-shadow: 0 0 0 3px rgba(255, 40, 0, 0.15);
}

.bma-check-text {
	font-size: 14px;
	color: var(--bma-text-secondary);
	line-height: 1.5;
}

.bma-login-form .bma-submit,
.bma-login-form-card .bma-submit {
	justify-content: center;
	width: 100%;
	padding: 14px 22px !important;
	font-size: 15px !important;
	margin-top: 4px;
	gap: 8px;
}

.bma-login-switch {
	text-align: center;
	font-size: 14px;
	color: var(--bma-text-secondary);
	margin-top: 4px;
}

.bma-login-switch a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--bma-brand);
	font-weight: 600;
	text-decoration: none;
	transition: opacity 0.15s ease;
}

.bma-login-switch a:hover {
	opacity: 0.8;
	color: var(--bma-brand);
}

.bma-login-switch--solo {
	margin-top: 8px;
}

.bma-login-confirmation .woocommerce-message,
.bma-login-confirmation .woocommerce-info,
.bma-login-confirmation .woocommerce-error {
	margin: 0 0 16px;
	text-align: left;
}

.bma-card-footer {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px dashed var(--bma-border);
	text-align: center;
}

.bma-card-trust {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
	font-family: var(--bma-mono);
	font-size: 11px;
	letter-spacing: 0.08em;
	color: var(--bma-text-muted);
	margin: 0;
}

.bma-card-trust i {
	color: var(--bma-brand);
	font-size: 14px;
}

.bma-card-trust a {
	color: var(--bma-text-secondary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.bma-card-trust a:hover {
	color: var(--bma-text);
}

/* Help card */
.bma-login-help {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 16px;
	align-items: center;
	padding: 18px 20px;
	background: var(--bma-bg-3);
	border: 1px solid var(--bma-border);
	border-radius: var(--bma-radius-lg);
	transition: border-color 0.15s ease, background 0.15s ease;
}

.bma-login-help:hover {
	border-color: var(--bma-brand-border);
	background: #fff;
}

.bma-login-help-icon {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bma-radius-sm);
	background: rgba(255, 107, 53, 0.1);
	border: 1px solid rgba(255, 107, 53, 0.25);
	color: #ff6b35;
	font-size: 18px;
}

.bma-login-help-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.bma-login-help-text strong {
	font-size: 15px;
	font-weight: 600;
	color: var(--bma-text);
}

.bma-login-help-text span {
	font-size: 13px;
	line-height: 1.5;
	color: var(--bma-text-secondary);
}

.bma-login-help-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	font-weight: 600;
	color: #ff6b35;
	white-space: nowrap;
	text-decoration: none;
	transition: opacity 0.15s ease;
}

.bma-login-help-link:hover {
	opacity: 0.8;
	color: #ff6b35;
}

/* Social login inside form wrap */
.bma-login-form-wrap .nsl-container,
.bma-login-form-wrap .nsl-container-block {
	margin-top: 4px;
}

.bma-login-form-wrap .nsl-container-block .nsl-container-title {
	text-align: center;
	font-size: 13px;
	color: var(--bma-text-muted);
	margin-bottom: 12px;
}

/* Login page notices */
.bma-login-page .woocommerce-error,
.bma-login-page .woocommerce-message,
.bma-login-page .woocommerce-info {
	border-radius: var(--bma-radius-md);
	margin-bottom: 16px;
	text-align: left;
}

.bma-login-form .status:empty {
	display: none;
}

@media (max-width: 1100px) {
	body.biltmore-my-account-logged-out .bma-login-grid,
	.bma-login-grid {
		grid-template-columns: 1fr !important;
		gap: 48px !important;
		max-width: 560px !important;
	}
}

@media (max-width: 768px) {
	.biltmore-my-account--guest.bma-login-page {
		padding: 4px 0 16px;
	}

	.bma-login-info {
		gap: 12px;
		padding-top: 0;
	}

	.bma-login-form-card {
		padding: 28px 22px 24px;
	}

	.bma-login-help {
		grid-template-columns: auto 1fr;
		grid-template-areas:
			"icon text"
			"link link";
		gap: 12px;
	}

	.bma-login-help-icon {
		grid-area: icon;
	}

	.bma-login-help-text {
		grid-area: text;
	}

	.bma-login-help-link {
		grid-area: link;
		justify-content: flex-end;
	}
}

@media (max-width: 480px) {
	.biltmore-my-account--guest.bma-login-page {
		padding: 0 0 12px;
	}

	.bma-login-title {
		font-size: clamp(1.6rem, 8vw, 2rem);
	}

	.bma-login-subtitle {
		font-size: 15px;
	}

	.bma-login-form-card {
		padding: 22px 16px;
		border-radius: var(--bma-radius-lg);
	}

	.bma-login-perks li {
		padding: 12px 14px;
	}

	.bma-login-help {
		padding: 14px 16px;
	}

	.bma-login-grid {
		gap: 28px;
	}
}

/* Register page — native form (DigitalBid-style fields) */
.bma-register-form-native {
	margin-top: 4px;
}

.bma-field-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.bma-field-hint {
	margin: 0;
	font-size: 12px;
	color: var(--bma-text-muted);
	line-height: 1.5;
}

.bma-form-errors {
	margin: 0 0 4px;
	padding: 14px 16px;
	border-radius: var(--bma-radius-sm);
	border: 1px solid rgba(192, 57, 43, 0.25);
	background: rgba(192, 57, 43, 0.08);
	color: #8b1a12;
	font-size: 14px;
	line-height: 1.5;
}

.bma-form-errors ul {
	margin: 0;
	padding-left: 18px;
}

.bma-form-errors li + li {
	margin-top: 4px;
}

.bma-input-wrap--select .bma-select,
.bma-input-wrap .bma-select {
	width: 100%;
	padding: 13px 36px 13px 42px !important;
	background-color: #f4f5f7 !important;
	border: 1px solid var(--bma-border) !important;
	border-radius: var(--bma-radius-md) !important;
	color: var(--bma-text) !important;
	font-size: 15px !important;
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--bma-text-muted) 50%),
		linear-gradient(135deg, var(--bma-text-muted) 50%, transparent 50%) !important;
	background-position:
		calc(100% - 18px) calc(50% - 3px),
		calc(100% - 12px) calc(50% - 3px) !important;
	background-size: 6px 6px, 6px 6px !important;
	background-repeat: no-repeat !important;
	cursor: pointer;
}

.bma-input-wrap--select .bma-select:focus,
.bma-input-wrap .bma-select:focus {
	border-color: var(--bma-brand-border) !important;
	background-color: var(--bma-bg-3) !important;
	box-shadow: 0 0 0 3px rgba(255, 40, 0, 0.1) !important;
	outline: none;
}

.bma-check--stack {
	align-items: flex-start;
	padding: 2px 0;
}

.bma-check--stack .bma-check-box {
	margin-top: 2px;
}

.bma-check--stack .bma-check-text {
	font-size: 13px;
	line-height: 1.55;
	color: var(--bma-text-secondary);
}

.bma-check--stack .bma-check-text a {
	color: var(--bma-brand);
	font-weight: 600;
	text-decoration: none;
}

.bma-check--stack .bma-check-text a:hover {
	text-decoration: underline;
}

.bma-notice--success {
	margin-bottom: 20px;
	padding: 14px 16px;
	border-radius: var(--bma-radius-sm);
	border: 1px solid rgba(39, 174, 96, 0.25);
	background: rgba(39, 174, 96, 0.08);
	color: #1e6b43;
	font-size: 14px;
	line-height: 1.5;
}

.bma-email-info-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 20px;
	padding: 18px 20px;
	border: 1px solid rgba(37, 99, 235, 0.16);
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.07) 0%, rgba(255, 255, 255, 0.98) 100%);
	box-shadow: 0 4px 16px rgba(10, 11, 13, 0.04);
}

.bma-email-info-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(37, 99, 235, 0.12);
	color: #2563eb;
	font-size: 18px;
	box-shadow: 0 4px 12px rgba(37, 99, 235, 0.08);
}

.bma-email-info-card__content {
	min-width: 0;
}

.bma-email-info-card__title {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	color: var(--bma-text, #0a0b0d);
}

.bma-email-info-card__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--bma-text-muted, #5c6370);
}

.bma-email-info-card__text + .bma-email-info-card__text {
	margin-top: 8px;
}

@media (max-width: 575px) {
	.bma-email-info-card {
		flex-direction: column;
	}
}

.bma-card-trust-sep {
	margin: 0 6px;
	color: var(--bma-text-muted);
}

.bma-label .required {
	color: var(--bma-brand);
	font-weight: 700;
}

.bma-label-note {
	margin-left: 4px;
	font-size: 12px;
	font-weight: 500;
	color: var(--bma-text-muted);
}

body.biltmore-register-page .bma-login-perks {
	gap: 10px;
}

body.biltmore-register-page .bma-login-perks li {
	padding: 12px 14px;
}

body.biltmore-register-page .bma-login-perk-icon {
	flex-basis: 34px;
	width: 34px;
	height: 34px;
	font-size: 16px;
}

body.biltmore-register-page .bma-login-perk-text strong {
	font-size: 14px;
}

body.biltmore-register-page .bma-login-perk-text span {
	font-size: 13px;
	line-height: 1.45;
}

.bma-input-wrap .bma-input::placeholder {
	color: var(--bma-text-muted);
	opacity: 1;
}

.bma-input-wrap--password .bma-input {
	padding-right: 48px !important;
}

.bma-password-toggle {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: var(--bma-radius-sm);
	background: transparent;
	color: var(--bma-text-muted);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: color 0.15s ease, background 0.15s ease;
}

.bma-password-toggle:hover {
	color: var(--bma-brand);
	background: var(--bma-brand-soft);
}

.bma-dashboard-company {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid var(--bma-border);
	border-radius: var(--bma-radius-md);
	background: var(--bma-bg-3);
}

.bma-dashboard-company-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bma-text-muted);
}

.bma-dashboard-company-value {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	font-size: 15px;
	color: var(--bma-text);
}

.bma-dashboard-company-empty {
	color: var(--bma-text-muted);
}

.bma-dashboard-company-edit {
	font-size: 13px;
	font-weight: 600;
	color: var(--bma-brand);
	text-decoration: none;
}

.bma-dashboard-company-edit:hover {
	text-decoration: underline;
	color: var(--bma-brand);
}

/* Verification banner + page */
.bma-verification-banner {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px 20px;
	align-items: start;
	padding: 22px 24px;
	margin-bottom: 24px;
	border-radius: 16px;
	border: 1px solid var(--bma-border);
	background: linear-gradient(135deg, rgba(255, 40, 0, 0.06) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.bma-verification-banner--bid {
	margin: 0 0 20px;
}

.bma-verification-banner__icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 40, 0, 0.12);
	color: var(--bma-brand);
}

.bma-verification-banner__icon svg {
	width: 24px;
	height: 24px;
}

.bma-verification-banner.is-pending .bma-verification-banner__icon {
	background: rgba(255, 170, 0, 0.15);
	color: #c98700;
}

.bma-verification-banner.is-verified .bma-verification-banner__icon {
	background: rgba(34, 160, 80, 0.12);
	color: #1a8a45;
}

.bma-verification-banner.is-rejected .bma-verification-banner__icon {
	background: rgba(220, 50, 50, 0.12);
	color: #c62828;
}

.bma-verification-banner__eyebrow {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--bma-text-muted);
}

.bma-verification-banner__title {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.3;
	color: var(--bma-text);
}

.bma-verification-banner__text {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--bma-text-muted);
}

.bma-verification-banner__cta {
	display: inline-flex;
}

.bma-verification-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.bma-verification-badge.is-unverified {
	background: rgba(255, 40, 0, 0.1);
	color: var(--bma-brand);
}

.bma-verification-badge.is-pending {
	background: rgba(255, 170, 0, 0.15);
	color: #a86d00;
}

.bma-verification-badge.is-verified {
	background: rgba(34, 160, 80, 0.12);
	color: #1a8a45;
}

.bma-verification-badge.is-rejected {
	background: rgba(220, 50, 50, 0.12);
	color: #c62828;
}

.bma-verification-page__header h2 {
	margin: 0 0 8px;
	font-size: 24px;
}

.bma-verification-page__header p {
	margin: 0 0 20px;
	color: var(--bma-text-muted);
	line-height: 1.6;
}

.bma-verification-panel {
	padding: 24px;
	border: 1px solid var(--bma-border);
	border-radius: 16px;
	background: #fff;
}

.bma-verification-panel__status {
	margin-bottom: 20px;
}

.bma-verification-panel__meta {
	margin: 8px 0 0;
	font-size: 13px;
	color: var(--bma-text-muted);
}

.bma-verification-form {
	display: grid;
	gap: 16px;
}

.bma-verification-upload {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 28px 20px;
	border: 2px dashed var(--bma-border);
	border-radius: 14px;
	background: var(--bma-surface-muted, #f8f9fb);
	cursor: pointer;
	text-align: center;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.bma-verification-upload:hover {
	border-color: var(--bma-brand);
	background: rgba(255, 40, 0, 0.04);
}

.bma-verification-upload input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
}

.bma-verification-upload {
	position: relative;
}

.bma-verification-upload__icon svg {
	width: 32px;
	height: 32px;
	color: var(--bma-brand);
}

.bma-verification-upload__title {
	font-weight: 700;
	color: var(--bma-text);
}

.bma-verification-upload__hint {
	font-size: 13px;
	color: var(--bma-text-muted);
}

.bma-verification-upload__selected {
	display: grid;
	gap: 12px;
	padding: 18px;
	border: 1px solid var(--bma-border);
	border-radius: 14px;
	background: #fff;
}

.bma-verification-upload__selected-preview {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--bma-border);
	background: #f8f9fb;
	max-height: 220px;
}

.bma-verification-upload__selected-preview img {
	display: block;
	width: 100%;
	max-height: 220px;
	object-fit: contain;
}

.bma-verification-upload__selected-file {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: var(--bma-text);
}

.bma-verification-upload__selected-file i {
	color: var(--bma-brand);
	font-size: 18px;
}

.bma-verification-upload__clear {
	align-self: start;
	padding: 0;
	border: 0;
	background: none;
	color: var(--bma-brand);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: underline;
}

.bma-verification-document {
	display: grid;
	gap: 14px;
	padding: 18px;
	margin-bottom: 4px;
	border: 1px solid var(--bma-border);
	border-radius: 14px;
	background: #fff;
}

.bma-verification-document__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 40, 0, 0.08);
	color: var(--bma-brand);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.bma-verification-document__meta {
	margin: 8px 0 0;
	font-size: 13px;
	color: var(--bma-text-muted);
}

.bma-verification-document__preview {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--bma-border);
	background: #f8f9fb;
	max-height: 280px;
}

.bma-verification-document__preview img {
	display: block;
	width: 100%;
	max-height: 280px;
	object-fit: contain;
}

.bma-verification-document__file {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	border-radius: 12px;
	background: #f8f9fb;
	border: 1px solid var(--bma-border);
	font-weight: 600;
	color: var(--bma-text);
}

.bma-verification-document__file i {
	font-size: 28px;
	color: #dc2626;
}

.bma-verification-document__name {
	margin: 0;
	font-size: 14px;
	color: var(--bma-text-muted);
}

.bma-verification-document__view {
	justify-self: start;
}

.bma-verification-document__missing {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--bma-text-muted);
}

.bma-endpoint-body .woocommerce-message,
.bma-endpoint-body .woocommerce-error,
.bma-endpoint-body .woocommerce-info {
	margin: 0 0 18px;
}

.bma-verification-panel__message {
	padding: 16px 18px;
	border-radius: 12px;
	background: var(--bma-surface-muted, #f8f9fb);
	color: var(--bma-text-muted);
	line-height: 1.6;
}

.bma-verification-panel__message.is-success {
	background: rgba(34, 160, 80, 0.08);
	color: #1a6b38;
}

.bma-verification-requirements {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--bma-border);
}

.bma-verification-requirements h3 {
	margin: 0 0 10px;
	font-size: 16px;
}

.bma-verification-requirements ul {
	margin: 0;
	padding-left: 18px;
	color: var(--bma-text-muted);
	line-height: 1.7;
}

/* Dashboard overview grid */
.bma-panel-overview {
	margin-top: 0;
}

.bma-overview-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.bma-overview-card {
	display: flex;
	flex-direction: column;
	min-height: 196px;
	padding: 18px 18px 16px;
	border: 1px solid var(--bma-border);
	border-radius: 16px;
	background: #fff;
	text-decoration: none !important;
	color: inherit !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	overflow: hidden;
	position: relative;
}

.bma-overview-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 4px;
	background: var(--bma-card-accent, var(--bma-brand));
}

.bma-overview-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(10, 11, 13, 0.08);
	border-color: rgba(255, 40, 0, 0.22);
	color: inherit !important;
}

.bma-overview-card--brand { --bma-card-accent: #ff2800; background: linear-gradient(180deg, rgba(255, 40, 0, 0.06) 0%, #fff 42%); }
.bma-overview-card--violet { --bma-card-accent: #7c3aed; background: linear-gradient(180deg, rgba(124, 58, 237, 0.07) 0%, #fff 42%); }
.bma-overview-card--blue { --bma-card-accent: #2563eb; background: linear-gradient(180deg, rgba(37, 99, 235, 0.07) 0%, #fff 42%); }
.bma-overview-card--orange { --bma-card-accent: #ea580c; background: linear-gradient(180deg, rgba(234, 88, 12, 0.07) 0%, #fff 42%); }
.bma-overview-card--teal { --bma-card-accent: #0d9488; background: linear-gradient(180deg, rgba(13, 148, 136, 0.07) 0%, #fff 42%); }
.bma-overview-card--slate { --bma-card-accent: #64748b; background: linear-gradient(180deg, rgba(100, 116, 139, 0.08) 0%, #fff 42%); }
.bma-overview-card--indigo { --bma-card-accent: #4f46e5; background: linear-gradient(180deg, rgba(79, 70, 229, 0.07) 0%, #fff 42%); }
.bma-overview-card--gold { --bma-card-accent: #ca8a04; background: linear-gradient(180deg, rgba(202, 138, 4, 0.08) 0%, #fff 42%); }
.bma-overview-card--rose { --bma-card-accent: #e11d48; background: linear-gradient(180deg, rgba(225, 29, 72, 0.07) 0%, #fff 42%); }

.bma-overview-card__top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.bma-overview-card__icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 4px 12px rgba(10, 11, 13, 0.06);
	position: relative;
	flex-shrink: 0;
}

.bma-overview-card__icon--orders::before,
.bma-overview-card__icon--verify::before,
.bma-overview-card__icon--company::before,
.bma-overview-card__icon--activity::before,
.bma-overview-card__icon--watchlist::before,
.bma-overview-card__icon--address::before,
.bma-overview-card__icon--account::before,
.bma-overview-card__icon--payments::before,
.bma-overview-card__icon--import::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 18px;
	height: 18px;
	background: var(--bma-card-accent, var(--bma-brand));
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.bma-overview-card__icon--orders::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M6 6h15l-1.5 9h-12z'/%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M6 6h15l-1.5 9h-12z'/%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3C/svg%3E");
}

.bma-overview-card__icon--verify::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Ccircle cx='9' cy='12' r='2'/%3E%3Cpath d='M15 10h4M15 14h4'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Ccircle cx='9' cy='12' r='2'/%3E%3Cpath d='M15 10h4M15 14h4'/%3E%3C/svg%3E");
}

.bma-overview-card__icon--company::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='4' y='3' width='16' height='18' rx='1'/%3E%3Cpath d='M9 7h1M9 11h1M9 15h1M14 7h1M14 11h1M14 15h1'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='4' y='3' width='16' height='18' rx='1'/%3E%3Cpath d='M9 7h1M9 11h1M9 15h1M14 7h1M14 11h1M14 15h1'/%3E%3C/svg%3E");
}

.bma-overview-card__icon--activity::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M14 4l6 6-8 8H6v-6z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M14 4l6 6-8 8H6v-6z'/%3E%3C/svg%3E");
}

.bma-overview-card__icon--watchlist::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.bma-overview-card__icon--address::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 21s7-4.5 7-11a7 7 0 1 0-14 0c0 6.5 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 21s7-4.5 7-11a7 7 0 1 0-14 0c0 6.5 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.bma-overview-card__icon--account::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c1.5-4 6.5-4 8-4s6.5 0 8 4'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c1.5-4 6.5-4 8-4s6.5 0 8 4'/%3E%3C/svg%3E");
}

.bma-overview-card__icon--payments::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M12 11v6'/%3E%3Cpath d='M9.5 14h5'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M12 11v6'/%3E%3Cpath d='M9.5 14h5'/%3E%3C/svg%3E");
}

.bma-overview-card__icon--import::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='17 8 12 3 7 8'/%3E%3Cline x1='12' y1='3' x2='12' y2='15'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='17 8 12 3 7 8'/%3E%3Cline x1='12' y1='3' x2='12' y2='15'/%3E%3C/svg%3E");
}

.bma-overview-card__title {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--bma-text-muted);
}

.bma-overview-card__value {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	color: var(--bma-text);
}

.bma-overview-card__desc {
	margin: 0;
	flex: 1;
	font-size: 13px;
	line-height: 1.55;
	color: var(--bma-text-muted);
}

.bma-overview-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(10, 11, 13, 0.06);
	font-size: 13px;
	font-weight: 700;
	color: var(--bma-card-accent, var(--bma-brand)) !important;
}

.bma-overview-card.is-verified { --bma-card-accent: #1a8a45; }
.bma-overview-card.is-pending { --bma-card-accent: #c98700; }
.bma-overview-card.is-unverified,
.bma-overview-card.is-rejected { --bma-card-accent: #ff2800; }

/* Identity verification status card */
.bma-id-status-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px 22px;
	border-radius: 16px;
	border: 1px solid transparent;
	margin-bottom: 20px;
}

.bma-id-status-card.is-verified {
	background: linear-gradient(135deg, rgba(34, 160, 80, 0.12) 0%, rgba(34, 160, 80, 0.04) 100%);
	border-color: rgba(34, 160, 80, 0.28);
	color: #14532d;
}

.bma-id-status-card.is-pending {
	background: linear-gradient(135deg, rgba(255, 170, 0, 0.14) 0%, rgba(255, 170, 0, 0.04) 100%);
	border-color: rgba(255, 170, 0, 0.28);
	color: #7a4d00;
}

.bma-id-status-card.is-unverified {
	background: linear-gradient(135deg, rgba(220, 38, 38, 0.12) 0%, rgba(220, 38, 38, 0.04) 100%);
	border-color: rgba(220, 38, 38, 0.28);
	color: #991b1b;
}

.bma-id-status-card__icon {
	font-size: 28px;
	line-height: 1;
	flex-shrink: 0;
}

.bma-id-status-card__label {
	margin: 0 0 4px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	opacity: 0.8;
}

.bma-id-status-card__title {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}

.bma-id-status-card__text,
.bma-id-status-card__meta {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

.bma-id-status-card__meta {
	margin-top: 8px;
	font-size: 12px;
	opacity: 0.85;
}

/* Auction activity sections */
.bma-auction-sections {
	display: grid;
	gap: 28px;
}

.bma-auction-section {
	padding: 18px;
	border: 1px solid var(--bma-border);
	border-radius: 16px;
	background: var(--bma-bg, #fff);
}

.bma-auction-section__title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--bma-border);
	font-size: 16px;
	font-weight: 700;
	color: var(--bma-text);
	text-align: left;
}

.bma-auction-section__title i {
	color: var(--bma-brand);
}

/* Endpoint sections — addresses, orders, forms, auctions */
.bma-address-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.bma-address-grid--dual {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bma-address-card {
	border: 1px solid var(--bma-border);
	border-radius: 16px;
	background: var(--bma-bg-2, #f8f9fb);
	overflow: hidden;
}

.bma-address-card__head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 18px 12px;
	border-bottom: 1px solid var(--bma-border);
}

.bma-address-card__icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 40, 0, 0.1);
	color: var(--bma-brand);
	flex-shrink: 0;
}

.bma-address-card__title {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 700;
	color: var(--bma-text);
}

.bma-address-card__edit {
	font-size: 13px;
	font-weight: 600;
	color: var(--bma-brand);
	text-decoration: none;
}

.bma-address-card__edit:hover {
	text-decoration: underline;
}

.bma-address-card__body {
	padding: 16px 18px 18px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--bma-text-secondary);
}

.bma-address-card__body address {
	font-style: normal;
}

.bma-address-card__empty {
	margin: 0;
	color: var(--bma-text-muted);
}

.bma-empty-state {
	text-align: center;
	padding: 36px 24px;
	border: 1px dashed var(--bma-border);
	border-radius: 16px;
	background: var(--bma-bg-2, #f8f9fb);
}

.bma-empty-state__icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 14px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 40, 0, 0.08);
	color: var(--bma-brand);
	font-size: 22px;
}

.bma-empty-state__title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	color: var(--bma-text);
}

.bma-empty-state__text {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--bma-text-muted);
}

.bma-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 20px;
	border: 0;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.bma-btn--primary {
	background: linear-gradient(135deg, #ff2800 0%, #ff6b35 100%);
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(255, 40, 0, 0.18);
}

.bma-btn--primary:hover {
	transform: translateY(-1px);
	background: linear-gradient(135deg, #e02400 0%, #ff5520 100%) !important;
	border-color: transparent !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.bma-endpoint-body .woocommerce-orders-table,
.bma-endpoint-body .shop_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--bma-border);
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
}

.bma-endpoint-body .woocommerce-orders-table thead th,
.bma-endpoint-body .shop_table thead th {
	background: var(--bma-bg-2, #f8f9fb);
	padding: 12px 14px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--bma-text-muted);
	border-bottom: 1px solid var(--bma-border);
}

.bma-endpoint-body .woocommerce-orders-table tbody td,
.bma-endpoint-body .woocommerce-orders-table tbody th,
.bma-endpoint-body .shop_table tbody td,
.bma-endpoint-body .shop_table tbody th {
	padding: 14px;
	border-bottom: 1px solid var(--bma-border);
	font-size: 14px;
	vertical-align: middle;
}

.bma-endpoint-body .woocommerce-orders-table tbody tr:last-child td,
.bma-endpoint-body .woocommerce-orders-table tbody tr:last-child th,
.bma-endpoint-body .shop_table tbody tr:last-child td {
	border-bottom: 0;
}

.bma-endpoint-body .woocommerce-orders-table .button,
.bma-endpoint-body .woocommerce-pagination .button {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px !important;
	border-radius: 10px !important;
	font-size: 13px !important;
}

.bma-endpoint-body .woocommerce-message,
.bma-endpoint-body .woocommerce-info,
.bma-endpoint-body .woocommerce-error {
	border-radius: 12px;
	margin-bottom: 18px;
}

.bma-endpoint-body .woocommerce-EditAccountForm .form-row-first,
.bma-endpoint-body .woocommerce-EditAccountForm .form-row-last {
	width: calc(50% - 8px);
}

.bma-endpoint-body .woocommerce-EditAccountForm fieldset {
	margin-top: 18px;
	padding: 18px;
	border: 1px solid var(--bma-border);
	border-radius: 14px;
	background: var(--bma-bg-2, #f8f9fb);
}

.bma-endpoint-body .woocommerce-EditAccountForm legend {
	padding: 0 6px;
	font-weight: 700;
	color: var(--bma-text);
}

.bma-endpoint-body .woocommerce-address-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 16px;
}

.bma-endpoint-body .woocommerce-address-fields__field-wrapper .form-row-wide {
	grid-column: 1 / -1;
}

.bma-endpoint-auctions.biltmore-shop-auctions,
.bma-endpoint-auctions.biltmore-home-about-poc,
.bma-auction-activity.biltmore-shop-auctions {
	width: 100%;
}

.bma-endpoint-auctions ul.products,
.bma-endpoint-auctions .products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	width: 100%;
}

.bma-endpoint-auctions ul.products::before,
.bma-endpoint-auctions ul.products::after {
	display: none !important;
}

.bma-endpoint-activity table {
	width: 100%;
	border: 1px solid var(--bma-border);
	border-radius: 14px;
	overflow: hidden;
}

.bma-endpoint-activity th,
.bma-endpoint-activity td {
	padding: 12px 14px;
	border-bottom: 1px solid var(--bma-border);
	font-size: 14px;
}

.bma-dashboard .bma-panel-intro {
	margin-bottom: 8px;
}

.bma-dashboard .bma-panel-overview {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--bma-border);
}

@media (max-width: 991px) {
	.bma-overview-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bma-endpoint-body .woocommerce-EditAccountForm .form-row-first,
	.bma-endpoint-body .woocommerce-EditAccountForm .form-row-last {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.bma-field-row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.bma-verification-banner {
		grid-template-columns: 1fr;
	}

	.bma-overview-grid {
		grid-template-columns: 1fr;
	}

	.bma-endpoint-header,
	.bma-endpoint-body {
		padding-left: 18px;
		padding-right: 18px;
	}

	.bma-address-grid--dual {
		grid-template-columns: 1fr;
	}

	.bma-endpoint-body .woocommerce-address-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.bma-endpoint-body:has(.woocommerce-orders-table),
	.bma-endpoint-body:has(.shop_table) {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.bma-endpoint-body .woocommerce-orders-table,
	.bma-endpoint-body .shop_table {
		min-width: 520px;
	}
}

/* View order — vehicle line item (image + Year Make Model) */
.bma-endpoint-body .bma-order-item {
	display: flex;
	align-items: center;
	gap: 14px;
}

.bma-endpoint-body .bma-order-item__media {
	flex: 0 0 auto;
	display: block;
	width: 88px;
	height: 66px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid var(--bma-border);
	background: var(--bma-bg-2, #f8f9fb);
}

.bma-endpoint-body .bma-order-item__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bma-endpoint-body .bma-order-item__name {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--bma-text, #0a0b0d);
	text-decoration: none;
}

.bma-endpoint-body a.bma-order-item__name:hover {
	color: var(--bma-brand, #ff2800);
}

.bma-endpoint-body .woocommerce-order-details .shipped_via {
	display: none !important;
}

/* Payments — order cards */
.bma-payments-lead {
	margin: 0 0 22px;
	font-size: 15px !important;
	line-height: 1.65;
	color: var(--bma-text-secondary);
}

.bma-payments-list {
	display: grid;
	gap: 20px;
}

.bma-payments-card {
	border: 1px solid var(--bma-border);
	border-radius: var(--bma-radius-lg, 16px);
	background: var(--bma-bg-3, #fff);
	box-shadow: var(--bma-shadow-sm);
	overflow: hidden;
}

.bma-payments-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	border-bottom: 1px solid var(--bma-border);
	background: linear-gradient(180deg, rgba(255, 40, 0, 0.05) 0%, #fff 100%);
}

.bma-payments-card__meta {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.bma-payments-card__eyebrow {
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--bma-text-secondary);
}

.bma-payments-card__order {
	font-size: 22px !important;
	font-weight: 800;
	line-height: 1.2;
	color: var(--bma-text, #0a0b0d);
	text-decoration: none;
}

.bma-payments-card__order:hover {
	color: var(--bma-brand, #ff2800);
}

.bma-payments-card__status {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-top: 2px;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--bma-bg-2, #f4f5f7);
	font-size: 12px !important;
	font-weight: 700;
	color: var(--bma-text-secondary);
}

.bma-payments-card__total {
	font-size: 14px !important;
	font-weight: 700;
	color: var(--bma-text, #0a0b0d);
}

.bma-payments-card__view {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid var(--bma-border);
	background: #fff;
	font-size: 13px !important;
	font-weight: 700;
	color: var(--bma-text, #0a0b0d);
	text-decoration: none;
	transition: border-color 0.15s ease, color 0.15s ease;
}

.bma-payments-card__view:hover {
	border-color: var(--bma-brand, #ff2800);
	color: var(--bma-brand, #ff2800);
}

.bma-payments-card__vehicle {
	padding: 18px 20px;
	border-bottom: 1px solid var(--bma-border);
}

.bma-payments-card__vehicle .bma-order-item {
	max-width: none;
}

.bma-payments-card__steps {
	display: grid;
	gap: 0;
}

.bma-payments-step {
	padding: 20px;
	border-bottom: 1px solid var(--bma-border);
}

.bma-payments-step:last-child {
	border-bottom: none;
}

.bma-payments-step__head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 16px;
}

.bma-payments-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 40, 0, 0.1);
	color: var(--bma-brand, #ff2800);
	font-size: 14px !important;
	font-weight: 800;
}

.bma-payments-step__title {
	margin: 0 0 4px;
	font-size: 16px !important;
	font-weight: 800;
	color: var(--bma-text, #0a0b0d);
}

.bma-payments-step__desc {
	margin: 0;
	font-size: 14px !important;
	line-height: 1.55;
	color: var(--bma-text-secondary);
}

.bma-payments-step__body {
	padding-left: 46px;
}

.bma-payments-step__pending {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 16px;
	border-radius: 12px;
	background: var(--bma-bg-2, #f4f5f7);
	font-size: 14px !important;
	line-height: 1.55;
	color: var(--bma-text-secondary);
}

.bma-payments-step__pending i {
	margin-top: 2px;
	color: #c98700;
}

.bma-payments-invoice-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 18px !important;
	font-size: 14px !important;
}

.bma-payments-item__empty {
	font-size: 14px;
	color: var(--bma-text-secondary);
}

.bma-payments-receipt-onfile {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
	padding: 14px 16px;
	border: 1px solid #bbf7d0;
	border-radius: 12px;
	background: #ecfdf5;
}

.bma-payments-receipt-onfile i {
	margin-top: 2px;
	color: #059669;
	font-size: 18px;
}

.bma-payments-receipt-onfile strong {
	display: block;
	margin-bottom: 4px;
	font-size: 14px !important;
	color: #065f46;
}

.bma-payments-receipt-onfile__name,
.bma-payments-receipt-onfile__date {
	display: block;
	font-size: 13px !important;
	line-height: 1.45;
	color: #047857;
}

.bma-payments-receipt-form {
	display: grid;
	gap: 14px;
	max-width: 100%;
}

.bma-payments-upload {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 28px 20px;
	border: 2px dashed var(--bma-border);
	border-radius: 14px;
	background: var(--bma-surface-muted, #f8f9fb);
	cursor: pointer;
	text-align: center;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.bma-payments-upload:hover,
.bma-payments-upload:focus-within {
	border-color: var(--bma-brand, #ff2800);
	background: rgba(255, 40, 0, 0.04);
}

.bma-payments-upload input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
}

.bma-payments-upload__icon {
	font-size: 28px;
	color: var(--bma-brand, #ff2800);
}

.bma-payments-upload__title {
	font-size: 15px !important;
	font-weight: 700;
	color: var(--bma-text, #0a0b0d);
}

.bma-payments-upload__hint {
	font-size: 13px !important;
	color: var(--bma-text-muted, var(--bma-text-secondary));
}

.bma-payments-upload__title.is-selected {
	color: var(--bma-text, #0a0b0d);
	word-break: break-word;
}

.bma-payments-upload__clear {
	align-self: start;
	padding: 0;
	border: 0;
	background: none;
	color: var(--bma-brand, #ff2800);
	font-size: 13px !important;
	font-weight: 700;
	cursor: pointer;
	text-decoration: underline;
}

.bma-payments-receipt-upload-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: fit-content;
	padding: 11px 18px !important;
	font-size: 14px !important;
}

.bma-payments-receipt-upload-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

@media (max-width: 767px) {
	.bma-payments-card__head {
		flex-direction: column;
		align-items: stretch;
	}

	.bma-payments-card__view {
		justify-content: center;
	}

	.bma-payments-step__body {
		padding-left: 0;
	}

	.bma-payments-receipt-upload-btn {
		width: 100%;
	}
}

/* View order — Bill of Sale download */
.bma-endpoint-body .bma-order-bos {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--bma-border, #eef0f3);
}

.bma-endpoint-body .bma-order-bos .bma-payments-step {
	margin: 0;
	padding: 18px 20px;
	border: 1px solid var(--bma-border, #eef0f3);
	border-radius: 14px;
	background: var(--bma-surface, #fff);
}

.bma-endpoint-body .bma-order-bos .bma-payments-step__num {
	width: 36px;
	height: 36px;
	font-size: 15px !important;
}

.bma-endpoint-body .bma-order-bos .bma-payments-step__body {
	padding-left: 46px;
}

.bma-endpoint-body .bma-order-bos .bma-payments-bos-onfile {
	margin-bottom: 14px;
}

@media (max-width: 640px) {
	.bma-endpoint-body .bma-order-bos .bma-payments-step__body {
		padding-left: 0;
	}
}