:root {
	--emlsza-bg: #f4efe9;
	--emlsza-card: #FFFDFC;
	--emlsza-text: #1f2430;
	--emlsza-muted: #7c8290;
	--emlsza-line: #ece6dd;
	--emlsza-terra: #d89a72;
	--emlsza-terra-h: #C77D56;
	--emlsza-green: #3fbf7f;
	--emlsza-green-soft: #e9f7f0;
}

/* ---------- Köszönjük oldal ---------- */
.emlsza-ty-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px 16px;
}
.emlsza-ty-card {
	background: var(--emlsza-card);
	border-radius: 26px;
	max-width: 480px;
	width: 100%;
	padding: 50px 36px;
	text-align: center;
	box-shadow: 0 24px 70px rgba(31, 36, 48, .10);
	box-sizing: border-box;
}
.emlsza-ty-check {
	width: 104px;
	height: 104px;
	margin: 0 auto 28px;
	border-radius: 50%;
	background: var(--emlsza-green-soft);
	display: flex;
	align-items: center;
	justify-content: center;
}
.emlsza-ty-ring {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: var(--emlsza-green);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 22px rgba(63, 191, 127, .35);
}
.emlsza-ty-title {
	font-size: 27px;
	font-weight: 700;
	margin: 0 0 14px;
	color: var(--emlsza-text);
	letter-spacing: -.01em;
}
.emlsza-ty-text {
	font-size: 16px;
	color: var(--emlsza-muted);
	line-height: 1.6;
	margin: 0 auto 24px;
	max-width: 360px;
}
.emlsza-ty-order {
	display: inline-block;
	background: var(--emlsza-bg);
	color: var(--emlsza-text);
	font-weight: 500;
	padding: 11px 20px;
	border-radius: 13px;
	margin-bottom: 28px;
	font-size: 15px;
}
.emlsza-ty-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}
.emlsza-ty-btn {
	display: inline-block;
	background: var(--emlsza-terra);
	color: #fff;
	padding: 16px 34px;
	border-radius: 13px;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	transition: background .2s ease;
}
.emlsza-ty-btn:hover {
	background: var(--emlsza-terra-h);
	color: #fff;
}
.emlsza-ty-link {
	color: var(--emlsza-terra-h);
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
}

/* ---------- Rendeléseim (kártyás lista) ---------- */
.emlsza-orders {
	max-width: 760px;
}
.emlsza-orders-title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 6px;
	color: var(--emlsza-text);
}
.emlsza-orders-sub {
	color: var(--emlsza-muted);
	font-size: 15px;
	margin: 0 0 22px;
}
.emlsza-order {
	background: var(--emlsza-card);
	border: 1px solid var(--emlsza-line);
	border-radius: 18px;
	padding: 18px 20px;
	margin-bottom: 14px;
}
.emlsza-order-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}
.emlsza-order-no {
	font-weight: 700;
	font-size: 16px;
	color: var(--emlsza-text);
}
.emlsza-order-date {
	color: var(--emlsza-muted);
	font-size: 13px;
	margin-top: 2px;
}
.emlsza-badge {
	font-size: 12.5px;
	font-weight: 600;
	padding: 5px 12px;
	border-radius: 999px;
	white-space: nowrap;
}
.emlsza-badge.b-done { background: #e3f6ea; color: #1a7f4b; }
.emlsza-badge.b-proc { background: #e6f0ff; color: #1d5fd6; }
.emlsza-badge.b-ship { background: #fff4e0; color: #a6730a; }
.emlsza-badge.b-pend { background: #f1f1f1; color: #6b7280; }
.emlsza-badge.b-cancel { background: #fde7e9; color: #b32d2e; }

.emlsza-order-mid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--emlsza-line);
}
.emlsza-items {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--emlsza-muted);
	font-size: 14px;
}
.emlsza-thumbs { display: flex; }
.emlsza-thumbs span {
	width: 38px;
	height: 38px;
	border-radius: 9px;
	border: 2px solid #fff;
	margin-left: -8px;
	background-size: cover;
	background-position: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}
.emlsza-thumbs span:first-child { margin-left: 0; }
.emlsza-order-right {
	display: flex;
	align-items: center;
	gap: 14px;
}
.emlsza-total {
	font-weight: 700;
	font-size: 16px;
	color: var(--emlsza-text);
}
.emlsza-btn {
	display: inline-block;
	background: var(--emlsza-terra);
	color: #fff;
	padding: 10px 20px;
	border-radius: 11px;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition: background .2s ease;
}
.emlsza-btn:hover { background: var(--emlsza-terra-h); color: #fff; }
.emlsza-btn-pay { background: var(--emlsza-green); }
.emlsza-btn-pay:hover { background: #34a86c; }
.emlsza-btn-cancel { background: #fff; color: var(--emlsza-text); border: 1px solid var(--emlsza-line); }
.emlsza-btn-cancel:hover { background: #faf6f1; color: var(--emlsza-text); }

.emlsza-empty {
	background: var(--emlsza-card);
	border: 1px solid var(--emlsza-line);
	border-radius: 18px;
	padding: 40px 20px;
	text-align: center;
	color: var(--emlsza-muted);
}
.emlsza-empty p { margin: 0 0 16px; }

.emlsza-pager {
	display: flex;
	gap: 8px;
	margin-top: 8px;
}
.emlsza-page {
	padding: 8px 14px;
	border: 1px solid var(--emlsza-line);
	border-radius: 10px;
	text-decoration: none;
	color: var(--emlsza-text);
	background: #fff;
}

@media (max-width: 560px) {
	.emlsza-order-mid { flex-direction: column; align-items: stretch; }
	.emlsza-order-right { justify-content: space-between; }
}

/* ---------- Fiók menü pillekre ---------- */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
	border: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: inline-block;
	padding: 9px 16px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--emlsza-line);
	color: var(--emlsza-muted);
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	background: var(--emlsza-text);
	border-color: var(--emlsza-text);
	color: #fff;
}
