.nh4-account-dashboard {
	--nh4-fluid-font-size: clamp(16px, 2.5vw, 20px);
	padding-top: 120px;
}

.nh4-account-layout {
	padding-top: 150px;
}

body.woocommerce-account header a {
	color: var(--text);
}

body.woocommerce-account header a.logo svg path {
	fill: revert-layer;
}

body.woocommerce-account header .widget_toggle svg path {
	fill: var(--text);
}

body.woocommerce-account header .widget_toggle span {
	background: var(--accent);
	color: #fff;
}

body.woocommerce-account .aside_toggle:after,
body.woocommerce-account .aside_toggle:before,
body.woocommerce-account .aside_toggle span {
	background: var(--text);
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a[aria-current="page"] {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.nh4-account-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 28px;
	max-width: 1070px;
	margin: 0 auto;
}

.nh4-account-user {
	padding-right: 28px;
	border-right: 1px solid var(--text);
}

.nh4-account-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 26px;
}

.nh4-account-title {
	margin: 0;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
}

.nh4-account-edit {
	display: inline-flex;
	color: var(--accent);
}

.nh4-account-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 14px;
}

.nh4-account-field {
	min-width: 0;
}

.nh4-account-field--full {
	grid-column: 1 / -1;
}

.nh4-account-label {
	display: block;
	margin-bottom: 8px;
	color: var(--text);
	font-size: var(--nh4-fluid-font-size);
	line-height: 1.2;
}

.nh4-account-value {
	display: block;
	overflow: hidden;
	min-width: 0;
	min-height: 42px;
	width: 100%;
	padding: 15px 16px;
	border-radius: 4px;
	background: var(--gray);
	color: var(--text);
	font-size: var(--nh4-fluid-font-size);
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nh4-account-bonus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 42px 0 18px;
	font-size: 28px;
	line-height: 1.2;
}

.nh4-account-bonus strong {
	color: var(--accent);
	display: flex;
	align-items: center;
	font-size: 28px;
	font-weight: 600;
	gap: 6px;
}

.nh4-account-bonus-badge {
	width: 26px;
	height: 26px;
}

.nh4-account-shop {
	width: 100%;
	padding: 18px;
	font-size: var(--nh4-fluid-font-size);
	font-weight: 600;
}

.nh4-account-orders {
	padding-left: 12px;
}

.nh4-account-orders-card {
	padding: 18px;
	border-radius: 4px;
	background: var(--gray);
}

.nh4-account-orders-head,
.nh4-account-order-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
}

.nh4-account-orders-head {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1.2;
}

.nh4-account-order-row {
	padding: 11px 0 12px;
	border-bottom: 1px solid rgba(42, 42, 42, .55);
}

.nh4-account-order-row:last-child {
	border-bottom: 0;
}

.nh4-account-order-title {
	margin-bottom: 8px;
	font-size: var(--nh4-fluid-font-size);
	font-weight: 600;
	line-height: 1.2;
}

.nh4-account-order-status {
	color: #1e4c7d;
	font-weight: 400;
}

.nh4-account-order-status.is-ready {
	color: #d1c600;
}

.nh4-account-order-status.is-final {
	color: #21d64f;
}

.nh4-account-order-item {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1.25;
}

.nh4-account-order-total {
	margin-bottom: 22px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1;
	text-align: right;
	white-space: nowrap;
}

.nh4-account-order-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.nh4-account-order-action {
	color: var(--accent);
	line-height: 0;
}

.nh4-account-orders-empty {
	margin: 0;
	font-size: var(--nh4-fluid-font-size);
}

.nh4-account-orders-all {
	width: 100%;
	margin-top: 24px;
	padding: 18px;
	font-size: var(--nh4-fluid-font-size);
	font-weight: 600;
}

@media (max-width: 991px) {
	.nh4-account-grid {
		grid-template-columns: 1fr;
	}

	.nh4-account-user {
		padding-right: 0;
		border-right: 0;
	}

	.nh4-account-orders {
		padding-left: 0;
	}
}
@media (max-width: 992px) {
	.nh4-account-dashboard,
	.nh4-account-layout {
		padding-top: 50px;
	}
}

@media (max-width: 575px) {


	.nh4-account-form-grid {
		grid-template-columns: 1fr;
	}

	.nh4-account-title,
	.nh4-account-bonus strong,
	.nh4-account-bonus {
		font-size: 24px;
	}
}
