/**
 * My Account dashboard — light & dark.
 */

.shf-account .shf-article--account {
	max-width: none;
}

.shf-account .shf-woo {
	padding: 0;
	max-width: none;
	width: 100%;
}

.shf-account .woocommerce {
	display: block !important;
}

.shf-acc {
	padding-block-end: 2.5rem;
}

.shf-acc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.65rem 1.1rem;
	border-radius: 0.85rem;
	border: 1px solid transparent;
	font: inherit;
	font-weight: 700;
	font-size: 0.88rem;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.shf-acc-btn--primary {
	background: var(--shf-primary-deep);
	color: #fff;
	box-shadow: 0 10px 22px rgba(61, 79, 58, 0.2);
}

/* Dark mode surfaces — match account mockup */
html[data-theme="dark"] .shf-acc-hero__card,
html[data-theme="dark"] .shf-acc-stat,
html[data-theme="dark"] .shf-acc-nav,
html[data-theme="dark"] .shf-acc-widget,
html[data-theme="dark"] .shf-acc-block,
html[data-theme="dark"] .shf-acc-info,
html[data-theme="dark"] .shf-acc-addresses,
html[data-theme="dark"] .shf-acc-continue__card,
html[data-theme="dark"] .shf-acc-sum,
html[data-theme="dark"] .shf-acc-address {
	background: #1a1c18;
	border-color: rgba(212, 175, 110, 0.12);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .shf-acc-btn--primary {
	background: #6d8f5e;
	color: #fff;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .shf-acc-btn--primary:hover {
	color: #fff;
	filter: brightness(1.08);
}

html[data-theme="dark"] .shf-acc-support .shf-acc-btn--primary {
	background: #6d8f5e;
	color: #fff;
}

.shf-acc-btn--ghost {
	background: transparent;
	border-color: var(--shf-line);
	color: var(--shf-ink);
}

.shf-acc-btn--sm {
	padding: 0.4rem 0.75rem;
	font-size: 0.8rem;
	border-radius: 0.7rem;
}

/* —— Hero —— */
.shf-acc-hero {
	padding: 0.75rem 0 0.25rem;
}

.shf-acc-hero__card {
	display: grid;
	grid-template-columns: auto minmax(0, 1.2fr) minmax(160px, 0.55fr);
	gap: 1.5rem;
	align-items: center;
	padding: 1.35rem 1.5rem;
	border-radius: 1.4rem;
	background: var(--shf-surface);
	border: 1px solid var(--shf-line);
	box-shadow: var(--shf-shadow);
	overflow: hidden;
	position: relative;
}

.shf-acc-hero__profile {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.45rem;
	min-width: 8rem;
}

.shf-acc-hero__avatar-wrap {
	position: relative;
	width: 7rem;
	height: 7rem;
}

.shf-acc-hero__avatar {
	width: 100%;
	height: 100%;
	border-radius: 999px;
	object-fit: cover;
	border: 3px solid rgba(196, 165, 116, 0.45);
	background: #dfe6d8;
}

.shf-acc-hero__edit {
	position: absolute;
	inset-block-end: 0.15rem;
	inset-inline-start: 0.15rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.85rem;
	height: 1.85rem;
	border-radius: 999px;
	background: var(--shf-primary-deep);
	color: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

html[data-theme="dark"] .shf-acc-hero__edit {
	background: var(--shf-gold);
	color: #1a1a12;
}

.shf-acc-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	background: rgba(196, 165, 116, 0.18);
	color: #8a6d3b;
	font-size: 0.75rem;
	font-weight: 700;
}

html[data-theme="dark"] .shf-acc-hero__badge {
	background: rgba(212, 175, 110, 0.16);
	color: var(--shf-gold);
}

.shf-acc-hero__joined {
	color: var(--shf-muted);
	font-size: 0.75rem;
}

.shf-acc-hero__copy h1 {
	margin: 0 0 0.35rem;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.shf-acc-hero__hello {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	font-weight: 600;
}

.shf-acc-hero__lead {
	margin: 0 0 1rem;
	color: var(--shf-muted);
	font-size: 0.9rem;
	max-width: 36rem;
}

.shf-acc-hero__chips {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.shf-acc-hero__chips li {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.55rem 0.8rem;
	border-radius: 0.9rem;
	background: rgba(135, 169, 135, 0.1);
	border: 1px solid var(--shf-line);
	min-width: 9.5rem;
}

html[data-theme="dark"] .shf-acc-hero__chips li {
	background: rgba(255, 255, 255, 0.04);
}

.shf-acc-hero__chip-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 0.65rem;
	background: rgba(135, 169, 135, 0.16);
	color: var(--shf-primary-deep);
	flex-shrink: 0;
}

.shf-acc-hero__chip-icon--gold {
	background: rgba(196, 165, 116, 0.2);
	color: #8a6d3b;
}

html[data-theme="dark"] .shf-acc-hero__chip-icon {
	background: rgba(212, 175, 110, 0.12);
	color: var(--shf-gold);
}

.shf-acc-hero__chips small {
	display: block;
	font-size: 0.72rem;
	color: var(--shf-muted);
}

.shf-acc-hero__chips strong {
	display: block;
	font-size: 0.82rem;
	line-height: 1.35;
	word-break: break-word;
}

.shf-acc-hero__visual {
	border-radius: 1.1rem;
	overflow: hidden;
	aspect-ratio: 5 / 4;
	max-height: 220px;
	min-height: 140px;
	background: #dfe6d8;
	align-self: stretch;
}

.shf-acc-hero__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* —— Stats —— */
.shf-acc-stats {
	padding: 0;
	margin-bottom: 1.15rem;
}

.shf-acc-stats--inline {
	padding: 0;
}

.shf-acc-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
}

.shf-acc-stat {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 1.05rem 1.1rem;
	border-radius: 1.15rem;
	background: var(--shf-surface);
	border: 1px solid var(--shf-line);
	box-shadow: var(--shf-shadow);
	position: relative;
	overflow: hidden;
}

.shf-acc-stat__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 0.75rem;
	margin-bottom: 0.35rem;
	color: var(--shf-primary-deep);
	background: rgba(135, 169, 135, 0.14);
}

.shf-acc-stat--courses .shf-acc-stat__icon {
	background: rgba(196, 165, 116, 0.18);
	color: #8a6d3b;
}

.shf-acc-stat--pods .shf-acc-stat__icon {
	background: rgba(95, 140, 180, 0.14);
	color: #3d6a8a;
}

.shf-acc-stat--vids .shf-acc-stat__icon {
	background: rgba(224, 122, 95, 0.14);
	color: #c45a40;
}

html[data-theme="dark"] .shf-acc-stat__icon {
	color: var(--shf-gold);
	background: rgba(212, 175, 110, 0.12);
}

.shf-acc-stat strong {
	font-size: 1.55rem;
	line-height: 1.1;
}

.shf-acc-stat > span:last-child {
	color: var(--shf-muted);
	font-size: 0.82rem;
	font-weight: 600;
}

/* —— Layout —— */
.shf-acc-layout {
	display: grid;
	grid-template-columns: minmax(260px, 280px) minmax(0, 1fr);
	gap: 1.35rem;
	align-items: start;
	padding-top: 1.15rem;
	padding-bottom: 1rem;
}

/* Kill WooCommerce default float/width on account chrome */
.shf-account .woocommerce-MyAccount-navigation,
.shf-account .shf-acc-nav,
.shf-account .woocommerce-MyAccount-content,
.shf-account .shf-acc-main {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.shf-account .woocommerce::before,
.shf-account .woocommerce::after,
.shf-account .shf-acc-layout::before,
.shf-account .shf-acc-layout::after {
	display: none !important;
	content: none !important;
}

/* —— Sidebar —— */
.shf-acc-side {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.shf-acc-nav {
	padding: 0.75rem;
	border-radius: 1.2rem;
	background: var(--shf-surface);
	border: 1px solid var(--shf-line);
	box-shadow: var(--shf-shadow);
}

.shf-acc-nav ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: grid !important;
	gap: 0.3rem;
	flex-direction: unset !important;
	flex-wrap: unset !important;
}

.shf-acc-nav li {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	float: none !important;
}

.shf-acc-nav a {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 0.65rem;
	padding: 0.75rem 0.9rem !important;
	border-radius: 0.85rem;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 0.9rem;
	line-height: 1.3;
	color: var(--shf-ink);
	border: 0 !important;
	background: transparent;
	width: 100% !important;
	box-sizing: border-box;
	white-space: nowrap;
}

.shf-acc-nav a::before,
.shf-acc-nav a::after {
	display: none !important;
	content: none !important;
}

.shf-acc-nav__icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 1.25rem;
	width: 1.25rem;
	height: 1.25rem;
	color: var(--shf-muted);
}

.shf-acc-nav__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.shf-acc-nav__label {
	flex: 1 1 auto;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shf-acc-nav .is-active a,
.shf-acc-nav a[aria-current="page"] {
	background: var(--shf-primary-deep);
	color: #fff;
}

.shf-acc-nav .is-active .shf-acc-nav__icon,
.shf-acc-nav a[aria-current="page"] .shf-acc-nav__icon {
	color: #fff;
}

html[data-theme="dark"] .shf-acc-nav .is-active a,
html[data-theme="dark"] .shf-acc-nav a[aria-current="page"] {
	background: #6d8f5e;
	color: #fff;
}

html[data-theme="dark"] .shf-acc-nav .is-active .shf-acc-nav__icon,
html[data-theme="dark"] .shf-acc-nav a[aria-current="page"] .shf-acc-nav__icon {
	color: #fff;
}

.shf-acc-widget {
	padding: 1.1rem 1.15rem;
	border-radius: 1.15rem;
	background: var(--shf-surface);
	border: 1px solid var(--shf-line);
	box-shadow: var(--shf-shadow);
}

.shf-acc-widget h2 {
	margin: 0 0 0.85rem;
	font-size: 1rem;
}

.shf-acc-notes ul {
	list-style: none;
	margin: 0 0 0.75rem;
	padding: 0;
	display: grid;
	gap: 0.7rem;
}

.shf-acc-notes li {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
}

.shf-acc-notes__dot {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	margin-top: 0.45rem;
	flex-shrink: 0;
	background: var(--shf-primary);
}

.shf-acc-notes__dot--gold { background: #c4a574; }
.shf-acc-notes__dot--blue { background: #5f8cb4; }
.shf-acc-notes__dot--green { background: #6d8f5e; }

.shf-acc-notes strong {
	display: block;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.45;
}

.shf-acc-notes small {
	color: var(--shf-muted);
	font-size: 0.75rem;
}

.shf-acc-support {
	position: relative;
	overflow: hidden;
	min-height: 12rem;
	background:
		linear-gradient(160deg, rgba(61, 79, 58, 0.92), rgba(74, 93, 69, 0.78)),
		url("https://picsum.photos/seed/shf-acc-support/600/400") center / cover;
	color: #fff;
	border: 0;
}

html[data-theme="dark"] .shf-acc-support {
	background:
		linear-gradient(160deg, rgba(28, 32, 26, 0.94), rgba(45, 52, 40, 0.82)),
		url("https://picsum.photos/seed/shf-acc-support/600/400") center / cover;
}

.shf-acc-support__copy {
	position: relative;
	z-index: 1;
}

.shf-acc-support h2 {
	color: #fff;
}

.shf-acc-support p {
	margin: 0 0 0.9rem;
	opacity: 0.9;
	font-size: 0.86rem;
}

.shf-acc-support .shf-acc-btn--primary {
	background: #fff;
	color: var(--shf-primary-deep);
	box-shadow: none;
	margin-bottom: 0.55rem;
}

html[data-theme="dark"] .shf-acc-support .shf-acc-btn--primary {
	background: var(--shf-gold);
	color: #1a1a12;
}

.shf-acc-support .shf-text-link {
	color: rgba(255, 255, 255, 0.88);
	display: inline-block;
}

/* —— Main content —— */
.shf-acc-main.woocommerce-MyAccount-content {
	background: transparent;
	border: 0;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	display: grid;
	gap: 1.15rem;
	min-width: 0;
}

.shf-acc-dash {
	display: grid;
	gap: 1.25rem;
}

.shf-acc-block {
	padding: 1.15rem 1.2rem;
	border-radius: 1.2rem;
	background: var(--shf-surface);
	border: 1px solid var(--shf-line);
	box-shadow: var(--shf-shadow);
}

.shf-acc-block__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.95rem;
}

.shf-acc-block__head h2 {
	margin: 0;
	font-size: 1.05rem;
}

/* Continue learning */
.shf-acc-continue {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.shf-acc-continue__card {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	text-decoration: none;
	color: inherit;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid var(--shf-line);
	background: rgba(135, 169, 135, 0.05);
	transition: transform 0.2s ease;
}

.shf-acc-continue__card:hover {
	transform: translateY(-3px);
	color: inherit;
}

.shf-acc-continue__media {
	display: block;
	position: relative;
	aspect-ratio: 16 / 10;
	background: #dfe6d8;
}

.shf-acc-continue__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shf-acc-continue__bar {
	position: absolute;
	inset-inline: 0;
	inset-block-end: 0;
	height: 4px;
	background: rgba(255, 255, 255, 0.35);
}

.shf-acc-continue__bar::after {
	content: "";
	display: block;
	height: 100%;
	width: var(--p, 0%);
	background: var(--shf-primary-deep);
}

html[data-theme="dark"] .shf-acc-continue__bar::after {
	background: var(--shf-gold);
}

.shf-acc-continue__body {
	display: grid;
	gap: 0.2rem;
	padding: 0 0.85rem 0.85rem;
}

.shf-acc-continue__body small {
	color: var(--shf-muted);
	font-size: 0.75rem;
}

.shf-acc-continue__body strong {
	font-size: 0.9rem;
	line-height: 1.4;
}

.shf-acc-continue__body em {
	font-style: normal;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--shf-primary-deep);
}

html[data-theme="dark"] .shf-acc-continue__body em {
	color: var(--shf-gold);
}

/* Orders */
.shf-acc-orders__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.88rem;
}

.shf-acc-orders__table th {
	text-align: right;
	padding: 0.45rem 0.5rem;
	color: var(--shf-muted);
	font-weight: 600;
	border-bottom: 1px solid var(--shf-line);
}

.shf-acc-orders__table td {
	padding: 0.75rem 0.5rem;
	border-bottom: 1px solid var(--shf-line);
	vertical-align: middle;
}

.shf-acc-orders__table tr:last-child td {
	border-bottom: 0;
}

.shf-acc-orders__demo {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.shf-acc-orders__demo li {
	display: grid;
	grid-template-columns: 0.7fr 1fr 1.2fr 1fr auto;
	gap: 0.5rem;
	align-items: center;
	padding: 0.65rem 0;
	border-bottom: 1px solid var(--shf-line);
	font-size: 0.86rem;
}

.shf-acc-orders__demo li:last-child {
	border-bottom: 0;
}

.shf-acc-status {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-weight: 600;
	font-size: 0.82rem;
}

.shf-acc-status__dot {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 999px;
	background: currentColor;
}

.shf-acc-status--green { color: #5a7d4e; }
.shf-acc-status--gold { color: #a8894a; }
.shf-acc-status--blue { color: #4a7a9a; }
.shf-acc-status--red { color: #c45a40; }

html[data-theme="dark"] .shf-acc-status--green { color: #8fb882; }
html[data-theme="dark"] .shf-acc-status--gold { color: var(--shf-gold); }
html[data-theme="dark"] .shf-acc-status--blue { color: #7eb0d0; }

/* Content summary */
.shf-acc-content-sum {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.shf-acc-sum {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.3rem;
	padding: 1rem;
	border-radius: 1rem;
	text-decoration: none;
	color: inherit;
	border: 1px solid var(--shf-line);
	background: rgba(135, 169, 135, 0.06);
}

.shf-acc-sum:hover {
	color: inherit;
}

.shf-acc-sum__icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.75rem;
	margin-bottom: 0.25rem;
	background: linear-gradient(135deg, #c5d4b8, #8fa887);
}

.shf-acc-sum__icon--pod {
	background: linear-gradient(135deg, #c8d8e8, #5f8cb4);
}

.shf-acc-sum__icon--vid {
	background: linear-gradient(135deg, #efd0c6, #e07a5f);
}

.shf-acc-sum strong {
	font-size: 1.35rem;
}

.shf-acc-sum > span:last-child {
	color: var(--shf-muted);
	font-size: 0.82rem;
	font-weight: 600;
}

/* Files */
.shf-acc-files {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}

.shf-acc-files li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.7rem 0.35rem;
	border-bottom: 1px solid var(--shf-line);
}

.shf-acc-files li:last-child {
	border-bottom: 0;
}

.shf-acc-files__type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3rem;
	padding: 0.4rem 0.45rem;
	border-radius: 0.65rem;
	font-size: 0.72rem;
	font-weight: 800;
	background: rgba(135, 169, 135, 0.16);
	color: var(--shf-primary-deep);
}

.shf-acc-files__type--pdf { background: rgba(224, 122, 95, 0.16); color: #c45a40; }
.shf-acc-files__type--xls,
.shf-acc-files__type--xlsx { background: rgba(95, 140, 100, 0.16); color: #3d6a48; }
.shf-acc-files__type--mp3 { background: rgba(95, 140, 180, 0.16); color: #3d6a8a; }

.shf-acc-files__meta {
	flex: 1;
	min-width: 0;
}

.shf-acc-files__meta strong {
	display: block;
	font-size: 0.9rem;
}

.shf-acc-files__meta small {
	color: var(--shf-muted);
	font-size: 0.76rem;
}

/* Bottom: info + addresses */
.shf-acc-bottom {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 1.15rem;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.shf-acc-info,
.shf-acc-addresses {
	padding: 1.15rem 1.2rem;
	border-radius: 1.2rem;
	background: var(--shf-surface);
	border: 1px solid var(--shf-line);
	box-shadow: var(--shf-shadow);
}

.shf-acc-info__list {
	margin: 0;
	display: grid;
	gap: 0.75rem;
}

.shf-acc-info__list div {
	display: grid;
	gap: 0.15rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid var(--shf-line);
}

.shf-acc-info__list div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.shf-acc-info__list dt {
	font-size: 0.78rem;
	color: var(--shf-muted);
}

.shf-acc-info__list dd {
	margin: 0;
	font-weight: 600;
	font-size: 0.92rem;
}

.shf-acc-addresses__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}

.shf-acc-address {
	position: relative;
	padding: 0.95rem;
	border-radius: 0.95rem;
	border: 1px solid var(--shf-line);
	background: rgba(135, 169, 135, 0.05);
}

.shf-acc-address__tag {
	position: absolute;
	inset-block-start: 0.65rem;
	inset-inline-end: 0.65rem;
	padding: 0.15rem 0.5rem;
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 700;
	background: rgba(196, 165, 116, 0.2);
	color: #8a6d3b;
}

html[data-theme="dark"] .shf-acc-address__tag {
	background: rgba(212, 175, 110, 0.16);
	color: var(--shf-gold);
}

.shf-acc-address h3 {
	margin: 0 0 0.45rem;
	font-size: 0.92rem;
}

.shf-acc-address p {
	margin: 0 0 0.45rem;
	font-size: 0.84rem;
	color: var(--shf-muted);
	line-height: 1.55;
}

.shf-acc-address small {
	color: var(--shf-ink);
	font-size: 0.8rem;
	font-weight: 600;
}

/* Non-dashboard WC endpoint panels */
.shf-account .shf-acc-main > form.woocommerce-EditAccountForm,
.shf-account .shf-acc-main > .woocommerce-Address,
.shf-account .shf-acc-main > .woocommerce-Addresses,
.shf-account .shf-acc-main > .woocommerce-orders-table,
.shf-account .shf-acc-main > .woocommerce-MyAccount-downloads,
.shf-account .shf-acc-main > .woocommerce-order-details,
.shf-account .shf-acc-main > .woocommerce-customer-details,
.shf-account .shf-acc-main > .shf-account-library,
.shf-account .shf-acc-main > p:not(:has(+ .shf-acc-dash)),
.shf-account .shf-acc-main > table.shop_table {
	padding: 1.15rem 1.2rem;
	border-radius: 1.2rem;
	background: var(--shf-surface);
	border: 1px solid var(--shf-line);
	box-shadow: var(--shf-shadow);
}

.shf-account .shf-acc-main > .woocommerce-Addresses {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

/* Login (guest) */
.shf-account:not(.logged-in) .shf-woo {
	padding: 2rem 0 3rem;
}

.shf-account .woocommerce-form-login,
.shf-account .woocommerce-form-register,
.shf-account #customer_login {
	max-width: 520px;
	margin: 0 auto;
	padding: 1.5rem;
	border-radius: 1.25rem;
	background: var(--shf-surface);
	border: 1px solid var(--shf-line);
	box-shadow: var(--shf-shadow);
}

.shf-account #customer_login {
	max-width: 920px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
}

.shf-account #customer_login .u-column1,
.shf-account #customer_login .u-column2 {
	float: none;
	width: 100%;
}

/* —— Responsive —— */
@media (max-width: 1100px) {
	.shf-acc-hero__card {
		grid-template-columns: auto 1fr;
	}

	.shf-acc-hero__visual {
		display: none;
	}

	.shf-acc-continue,
	.shf-acc-content-sum {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.shf-acc-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.shf-acc-layout {
		grid-template-columns: 1fr;
	}

	.shf-acc-bottom,
	.shf-acc-addresses__grid,
	.shf-account .shf-acc-main > .woocommerce-Addresses,
	.shf-account #customer_login {
		grid-template-columns: 1fr;
	}

	.shf-acc-orders__table {
		display: block;
		overflow-x: auto;
	}

	.shf-acc-orders__demo li {
		grid-template-columns: 1fr 1fr;
	}

	.shf-acc-continue {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.shf-acc-hero__card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.shf-acc-hero__chips {
		justify-content: center;
	}

	.shf-acc-hero__chips li {
		text-align: right;
	}

	.shf-acc-stats__grid {
		grid-template-columns: 1fr;
	}
}
