/* Woonis customer account access and order-history refinements. */

body.woonis-theme-2026 .w26-header {
	grid-template-columns: 255px minmax(0, 1fr) 150px;
}

body.woonis-theme-2026 .w26-account-link.is-active,
body.woonis-theme-2026 .w26-account-link:hover {
	background: var(--w26-paper, #fffefa);
	border-color: var(--w26-line, #dedbd2);
}

body.woonis-theme-2026 .w26-account-status {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 7px;
	height: 7px;
	background: #789500;
	border: 1px solid var(--w26-warm, #f8f6f2);
	border-radius: 50%;
}

body.woonis-theme-2026 .w26-account-intro {
	margin: -12px 0 24px;
	color: var(--w26-muted, #6f736b);
	font-size: 14px;
	line-height: 1.6;
}

body.woonis-theme-2026 .w26-account-help {
	margin: 24px 0 0;
	padding: 16px 18px;
	background: #f3f5ec;
	border-left: 3px solid #789500;
	color: #555950;
	font-size: 13px;
	line-height: 1.6;
}

body.woonis-theme-2026 .page_login .quenmk {
	display: block;
	margin: 14px auto 0;
	padding: 0;
	background: transparent;
	border: 0;
	color: #596d00;
	font-size: 13px;
	font-weight: 650;
	cursor: pointer;
}

body.woonis-theme-2026 .w26-account-quick-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

body.woonis-theme-2026 .w26-account-primary-link {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	padding: 0 20px;
	background: #11120f;
	color: #fff !important;
	border: 1px solid #11120f;
	box-shadow: inset 0 -2px #cfff36;
	font-size: 12px;
	font-weight: 750;
}

body.woonis-theme-2026 .w26-account-primary-link:hover {
	background: #637a00;
	border-color: #637a00;
}

body.woonis-theme-2026 .w26-account-secondary-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 8px;
	color: #686c64 !important;
	font-size: 13px;
	font-weight: 600;
}

body.woonis-theme-2026 .block-account li a.w26-account-logout {
	margin-top: 8px;
	color: #7a3028;
	border-bottom: 0;
}

body.woonis-theme-2026 .w26-orders-note {
	margin: -16px 0 26px;
	color: var(--w26-muted, #6f736b);
	font-size: 14px;
	line-height: 1.55;
}

body.woonis-theme-2026 .w26-orders-empty {
	padding: 34px 24px !important;
	color: #686c64;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

body.woonis-theme-2026 .w26-account-orders-preview {
	margin-top: 26px;
	background: var(--w26-paper, #fffefa);
	border: 1px solid var(--w26-line, #dedbd2);
}

body.woonis-theme-2026 .w26-account-orders-preview__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 22px;
	border-bottom: 1px solid var(--w26-line, #dedbd2);
}

body.woonis-theme-2026 .w26-account-orders-preview__head h2 {
	margin: 0;
	font-size: 20px;
	letter-spacing: -.025em;
}

body.woonis-theme-2026 .w26-account-orders-preview__head a {
	color: #596d00;
	font-size: 13px;
	font-weight: 700;
}

body.woonis-theme-2026 .w26-account-orders-preview__table {
	overflow-x: auto;
}

body.woonis-theme-2026 .w26-account-orders-preview table {
	width: 100%;
	min-width: 760px;
	margin: 0;
	border-collapse: collapse;
}

body.woonis-theme-2026 .w26-account-orders-preview th,
body.woonis-theme-2026 .w26-account-orders-preview td {
	padding: 15px 18px;
	border-bottom: 1px solid var(--w26-line, #dedbd2);
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
}

body.woonis-theme-2026 .w26-account-orders-preview th {
	color: #767a72;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .045em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .w26-account-orders-preview tbody tr:last-child td {
	border-bottom: 0;
}

body.woonis-theme-2026 .w26-account-orders-preview td:first-child a {
	color: #596d00;
	font-weight: 750;
}

body.woonis-theme-2026 .w26-status-pill {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 9px;
	background: #f0f1ed;
	color: #62665e;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

body.woonis-theme-2026 .w26-status-pill.is-success { background: #eaf3d0; color: #526600; }
body.woonis-theme-2026 .w26-status-pill.is-warning { background: #fff0d9; color: #9a5b00; }
body.woonis-theme-2026 .w26-status-pill.is-info { background: #e8eefb; color: #34528b; }
body.woonis-theme-2026 .w26-status-pill.is-cancelled { background: #f8e7e4; color: #9b3328; }

@media (max-width: 1180px) and (min-width: 901px) {
	body.woonis-theme-2026 .w26-header {
		grid-template-columns: 210px minmax(0, 1fr) 150px;
	}
}

@media (max-width: 900px) {
	body.woonis-theme-2026 .w26-header {
		grid-template-columns: minmax(0, 1fr) auto;
	}
}

@media (max-width: 500px) {
	body.woonis-theme-2026 .w26-header {
		padding-inline: 13px;
	}

	body.woonis-theme-2026 .w26-header__actions {
		gap: 2px;
	}

	body.woonis-theme-2026 .w26-icon-button,
	body.woonis-theme-2026 .w26-menu-button {
		width: 37px;
		height: 40px;
	}

	body.woonis-theme-2026 .w26-account-quick-actions {
		align-items: stretch;
		flex-direction: column;
	}

	body.woonis-theme-2026 .w26-account-primary-link,
	body.woonis-theme-2026 .w26-account-secondary-link {
		width: 100%;
		justify-content: center;
	}
}
