/* M10b account and order-received rules. Selectors are preserved from transaction.css. */

.wcts-order-confirmation .woocommerce-verify-email input[type="submit"] {
	width: auto;
	max-width: 100%;
}

.wcts-order-confirmation {
	max-width: 52rem;
	min-width: 0;
}

.wcts-order-confirmation > *,
.wcts-order-confirmation__summary,
.wcts-order-confirmation__panel,
.wcts-order-confirmation__grid,
.wcts-order-confirmation__addresses {
	min-width: 0;
}

.wcts-order-confirmation .wc-block-order-confirmation-status,
.wcts-order-confirmation__summary,
.wcts-order-confirmation__panel {
	padding: clamp(1.4rem, 2.2vw, 2rem);
}

.wcts-order-confirmation .wc-block-order-confirmation-status {
	text-align: center;
}

.wcts-order-confirmation .wc-block-order-confirmation-status p:first-child {
	font-size: clamp(1.8rem, 3vw, 2.3rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--wcts-color-ink);
}

.wcts-order-confirmation .wc-block-order-confirmation-summary-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.wcts-order-confirmation .wc-block-order-confirmation-summary-list-item {
	margin: 0;
	padding: 1rem;
	border: 1px solid #eef2f7;
	border-radius: 0;
	background: #fafafa;
}

.wcts-order-confirmation__grid,
.wcts-order-confirmation__addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.wcts-order-confirmation__title {
	margin: 0 0 1rem;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--wcts-color-ink);
}

.wcts-order-confirmation .wc-block-order-confirmation-totals__table,
.wcts-order-confirmation .wc-block-order-confirmation-downloads__table {
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #eef2f7;
}

.wcts-order-confirmation .wc-block-order-confirmation-totals__table th,
.wcts-order-confirmation .wc-block-order-confirmation-totals__table td,
.wcts-order-confirmation .wc-block-order-confirmation-downloads__table th,
.wcts-order-confirmation .wc-block-order-confirmation-downloads__table td {
	padding: 0.85rem 1rem;
	border-bottom: 1px solid #eef2f7;
}

.wcts-order-confirmation .wc-block-order-confirmation-totals__table tr:last-child th,
.wcts-order-confirmation .wc-block-order-confirmation-totals__table tr:last-child td,
.wcts-order-confirmation .wc-block-order-confirmation-downloads__table tr:last-child th,
.wcts-order-confirmation .wc-block-order-confirmation-downloads__table tr:last-child td {
	border-bottom: 0;
}

.wcts-order-confirmation .woocommerce-verify-email {
	display: grid;
	gap: 1rem;
	width: 100%;
	max-width: 28rem;
	margin: 1rem auto 0;
	text-align: left;
}

.wcts-order-confirmation .woocommerce-verify-email .form-row {
	margin: 0;
}

.wcts-order-confirmation .woocommerce-verify-email label {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--wcts-color-text-muted);
}

.wcts-order-confirmation .lost_password {
	margin: 0;
	font-size: 0.9rem;
}

.wcts-order-confirmation .woocommerce-verify-email a,
.wcts-order-confirmation .lost_password a {
	display: inline;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--wcts-color-ink);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

.wcts-order-confirmation .woocommerce-verify-email a:hover,
.wcts-order-confirmation .woocommerce-verify-email a:focus-visible,
.wcts-order-confirmation .lost_password a:hover,
.wcts-order-confirmation .lost_password a:focus-visible {
	background: transparent;
	color: var(--wcts-color-ink);
}

.wcts-transaction-page--account {
	padding-block: clamp(1.75rem, 4vw, 3.25rem) clamp(2.75rem, 5vw, 4rem);
	background: #f7f8f5;
}

.wcts-transaction-page__inner--account {
	justify-items: center;
	width: min(100% - 4rem, 82rem);
	margin-inline: auto;
}

.wcts-transaction-page--account .wcts-transaction-page__screen-title {
	justify-self: start;
	width: 100%;
	max-width: 68rem;
	margin-bottom: clamp(1rem, 2vw, 1.4rem);
	font-size: clamp(2.1rem, 4.2vw, 3.4rem);
	line-height: 1;
}

.wcts-transaction-content--account {
	--wcts-account-accent: var(--wcts-color-yellow, #6abd46);
	--wcts-account-accent-soft: #edf7e8;
	--wcts-account-border: #e1e7dd;
	--wcts-account-ink: #141714;
	--wcts-account-muted: #687266;
	--wcts-account-panel: #ffffff;
	--wcts-account-soft: #f4f7f1;
	--wcts-account-shadow: 0 16px 46px rgba(20, 23, 20, 0.07);
	width: 100%;
	color: var(--wcts-account-ink);
}

.wcts-transaction-content--account > .woocommerce,
.wcts-transaction-content--account .wp-block-woocommerce-my-account {
	width: 100%;
	max-width: none;
	margin: 0;
}

.wcts-transaction-content--account .woocommerce::before,
.wcts-transaction-content--account .woocommerce::after,
.wcts-transaction-content--account .u-columns::before,
.wcts-transaction-content--account .u-columns::after {
	display: none;
	content: none;
}

.wcts-transaction-content--account :is(.woocommerce-error, .woocommerce-info, .woocommerce-message) {
	display: grid;
	gap: 0.4rem;
	margin: 0 0 1rem;
	padding: 1rem 1.15rem;
	border: 1px solid var(--wcts-account-border);
	border-radius: 8px;
	background: var(--wcts-account-panel);
	color: #343a43;
	box-shadow: 0 10px 28px rgba(20, 23, 20, 0.05);
}

.wcts-transaction-content--account :is(ul.woocommerce-error, ul.woocommerce-info, ul.woocommerce-message) {
	padding-left: 1.15rem;
	list-style-position: outside;
}

.wcts-transaction-content--account .woocommerce-error {
	border-color: #f1b9b9;
	background: #fff8f8;
}

.wcts-transaction-content--account .woocommerce-message {
	border-color: #d6e5c6;
	background: #fbfff7;
}

.wcts-transaction-content--account :is(.woocommerce-error, .woocommerce-info, .woocommerce-message) a {
	color: #111111;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.wcts-transaction-content--account .u-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: clamp(1rem, 2vw, 1.4rem);
	width: 100%;
	max-width: 58rem;
	margin-inline: auto;
}

.wcts-transaction-content--account .u-columns :is(.u-column1, .u-column2, .col-1, .col-2) {
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 0.75rem;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	margin: 0;
}

.wcts-transaction-content--account :is(.woocommerce-form-login, .woocommerce-form-register, .woocommerce-ResetPassword, form.edit-account, form.woocommerce-EditAccountForm, .woocommerce-address-fields, .woocommerce-MyAccount-content form) {
	display: grid;
	align-content: start;
	gap: 1rem;
	height: 100%;
	margin: 0;
	padding: clamp(1.25rem, 2.4vw, 1.8rem);
	border: 1px solid var(--wcts-account-border);
	border-radius: 8px;
	background: var(--wcts-account-panel);
	box-shadow: var(--wcts-account-shadow);
}

.wcts-transaction-content--account .u-column1 h2,
.wcts-transaction-content--account .u-column2 h2,
.wcts-transaction-content--account .woocommerce-MyAccount-content h2,
.wcts-transaction-content--account .woocommerce-MyAccount-content h3,
.wcts-transaction-content--account .woocommerce-ResetPassword legend,
.wcts-transaction-content--account form.edit-account legend {
	margin: 0 0 0.35rem;
	color: #171717;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	font-weight: 850;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.wcts-transaction-content--account .form-row {
	display: grid;
	gap: 0.45rem;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.wcts-transaction-content--account :is(label, .woocommerce-form__label, .woocommerce-form-row label) {
	color: #343a43;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	line-height: 1.25;
	text-transform: uppercase;
}

.wcts-transaction-content--account .required {
	color: #a43131;
	text-decoration: none;
}

.wcts-transaction-content--account :is(input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], select, textarea, .select2-selection) {
	box-sizing: border-box;
	width: 100%;
	min-height: 3.25rem;
	border: 1px solid #cfd4db;
	border-radius: 4px;
	background: #ffffff;
	color: #171717;
	font: inherit;
	box-shadow: none;
}

.wcts-transaction-content--account :is(input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], select, textarea) {
	padding: 0.8rem 0.95rem;
}

.wcts-transaction-content--account :is(input, select, textarea, button, a):focus-visible,
.wcts-transaction-content--account .select2-container--open .select2-selection {
	outline: 2px solid #111111;
	outline-offset: 3px;
}

.wcts-transaction-content--account :is(input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], select, textarea):focus {
	border-color: #111111;
	outline: 0;
	box-shadow: 0 0 0 1px #111111;
}

.wcts-transaction-content--account :is(.woocommerce-button, .button, button.button, input[type="submit"]) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 3.25rem;
	padding: 0.85rem 1.25rem;
	border: 1px solid #111111;
	border-radius: 6px;
	background: #111111;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wcts-transaction-content--account :is(.woocommerce-button, .button, button.button, input[type="submit"]):hover,
.wcts-transaction-content--account :is(.woocommerce-button, .button, button.button, input[type="submit"]):focus-visible {
	border-color: var(--wcts-color-yellow);
	background: var(--wcts-color-yellow);
	color: #111111;
	transform: translateY(-1px);
}

.wcts-transaction-content--account .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	width: fit-content;
	margin: 0;
	color: #343a43;
	font-size: 0.9rem;
	font-weight: 650;
	letter-spacing: normal;
	text-transform: none;
}

.wcts-transaction-content--account input[type="checkbox"] {
	width: 1rem;
	height: 1rem;
	accent-color: #111111;
}

.wcts-transaction-content--account .show-password-input {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.5rem;
	min-height: 1.5rem;
}

.wcts-transaction-content--account :is(.lost_password, .woocommerce-privacy-policy-text, .woocommerce-form-row em) {
	margin: 0;
	color: var(--wcts-account-muted);
	font-size: 0.9rem;
	line-height: 1.55;
}

.wcts-transaction-content--account :is(.lost_password a, .woocommerce-privacy-policy-text a, .woocommerce-MyAccount-content a:not(.button)) {
	color: #111111;
	font-weight: 750;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.wcts-transaction-content--account .woocommerce {
	display: grid;
	gap: clamp(1rem, 2vw, 1.65rem);
	width: 100%;
	margin-inline: auto;
}

.wcts-transaction-content--account .woocommerce-MyAccount-navigation {
	float: none !important;
	width: auto !important;
	min-width: 0;
	align-self: start;
	position: sticky;
	top: calc(var(--wp-admin--admin-bar--height, 0px) + 6.25rem);
	padding: 0.55rem;
	border: 1px solid var(--wcts-account-border);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--wcts-account-shadow);
}

.wcts-transaction-content--account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 0.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wcts-transaction-content--account .woocommerce-MyAccount-navigation li {
	margin: 0;
	padding: 0;
}

.wcts-transaction-content--account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-height: 2.95rem;
	padding: 0.75rem 0.9rem;
	border-radius: 6px;
	color: #343a43;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: normal;
	word-break: normal;
	overflow-wrap: normal;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wcts-transaction-content--account .woocommerce-MyAccount-navigation a::after {
	content: "→";
	color: #8c939d;
	font-weight: 800;
}

.wcts-transaction-content--account .woocommerce-MyAccount-navigation :is(.is-active, .woocommerce-MyAccount-navigation-link--is-active) a,
.wcts-transaction-content--account .woocommerce-MyAccount-navigation a:hover,
.wcts-transaction-content--account .woocommerce-MyAccount-navigation a:focus-visible {
	background: var(--wcts-account-accent-soft);
	color: #111111;
	transform: translateX(2px);
}

.wcts-transaction-content--account .woocommerce-MyAccount-content {
	float: none !important;
	width: auto !important;
	min-width: 0;
	padding: clamp(1.25rem, 2.6vw, 2rem);
	border: 1px solid var(--wcts-account-border);
	border-radius: 8px;
	background: var(--wcts-account-panel);
	box-shadow: var(--wcts-account-shadow);
}

.wcts-transaction-content--account .woocommerce-MyAccount-content > :first-child {
	margin-top: 0;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content > :last-child {
	margin-bottom: 0;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content p {
	color: #343a43;
	line-height: 1.65;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content table,
.wcts-transaction-content--account table.shop_table,
.wcts-transaction-content--account .woocommerce-orders-table {
	width: 100%;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--wcts-account-border);
	border-radius: 8px;
	background: var(--wcts-account-panel);
	box-shadow: 0 12px 32px rgba(20, 23, 20, 0.05);
	overflow: hidden;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woosw-list .added_to_cart,
.wcts-transaction-content--account .woocommerce-MyAccount-content .woosw-list .added_to_cart.wc-forward {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.6rem;
	margin-top: 0.5rem;
	padding: 0.7rem 1rem;
	border: 1px solid var(--wcts-color-black);
	border-radius: 6px;
	background: var(--wcts-color-black);
	color: var(--wcts-color-white) !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woosw-list .added_to_cart:hover,
.wcts-transaction-content--account .woocommerce-MyAccount-content .woosw-list .added_to_cart:focus-visible {
	border-color: var(--wcts-color-yellow-dark, #4f9634);
	background: var(--wcts-color-yellow-dark, #4f9634);
	color: var(--wcts-color-white) !important;
	text-decoration: none;
}

.wcts-transaction-content--account :is(table.shop_table, .woocommerce-orders-table) th {
	padding: 0.9rem 1rem;
	border-bottom: 1px solid var(--wcts-account-border);
	background: #f5f7f2;
	color: #59616d;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-align: left;
	text-transform: uppercase;
}

.wcts-transaction-content--account :is(table.shop_table, .woocommerce-orders-table) td {
	padding: 1rem;
	border-bottom: 1px solid #edf0f3;
	color: #343a43;
	vertical-align: middle;
}

.wcts-transaction-content--account .woocommerce-orders-table tbody tr {
	transition: background-color 160ms ease;
}

.wcts-transaction-content--account .woocommerce-orders-table tbody tr:hover {
	background: #fbfcfa;
}

.wcts-transaction-content--account :is(table.shop_table, .woocommerce-orders-table) tr:last-child td {
	border-bottom: 0;
}

.wcts-transaction-content--account .woocommerce-orders-table__cell-order-number a {
	color: var(--wcts-account-ink);
	font-size: 0.95rem;
	font-weight: 900;
	text-decoration: none;
}

.wcts-transaction-content--account .woocommerce-orders-table__cell-order-number a:hover,
.wcts-transaction-content--account .woocommerce-orders-table__cell-order-number a:focus-visible {
	color: #2d5f1f;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.wcts-transaction-content--account .woocommerce-orders-table__cell-order-status {
	color: #2e631f;
	font-size: 0.82rem;
	font-weight: 850;
	white-space: nowrap;
}

.wcts-transaction-content--account .woocommerce-orders-table__cell-order-status::before {
	content: "";
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	margin-right: 0.45rem;
	border-radius: 999px;
	background: var(--wcts-account-accent);
	box-shadow: 0 0 0 0.24rem var(--wcts-account-accent-soft);
	vertical-align: 0.03em;
}

.wcts-account-order-products {
	display: grid;
	gap: 0.55rem;
	min-width: min(14rem, 24vw);
}

.wcts-account-order-products__item {
	display: grid;
	grid-template-columns: 3.35rem minmax(0, 1fr);
	align-items: center;
	gap: 0.7rem;
	min-width: 0;
	color: var(--wcts-account-ink);
	text-decoration: none !important;
}

.wcts-account-order-products__item:hover .wcts-account-order-products__name,
.wcts-account-order-products__item:focus-visible .wcts-account-order-products__name {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.wcts-account-order-products__media {
	display: grid;
	place-items: center;
	width: 3.35rem;
	aspect-ratio: 1;
	border: 1px solid #e5eadf;
	border-radius: 6px;
	background: #f7f9f4;
	overflow: hidden;
}

.wcts-account-order-products__image {
	width: 100%;
	height: 100%;
	padding: 0.18rem;
	object-fit: contain;
}

.wcts-account-order-products__body {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

.wcts-account-order-products__name {
	display: -webkit-box;
	min-width: 0;
	color: var(--wcts-account-ink);
	font-size: 0.9rem;
	font-weight: 850;
	line-height: 1.25;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wcts-account-order-products__quantity,
.wcts-account-order-products__more,
.wcts-account-order-products__empty {
	color: var(--wcts-account-muted);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.wcts-account-order-products__more {
	width: fit-content;
	padding: 0.32rem 0.5rem;
	border: 1px solid #dce5d6;
	border-radius: 999px;
	background: #f7faf5;
	color: #3f5f35;
}

.wcts-transaction-content--account .woocommerce-orders-table__cell-order-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.wcts-transaction-content--account .woocommerce-orders-table__cell-order-actions .button {
	min-height: 2.55rem;
	padding: 0.72rem 0.9rem;
	border-radius: 6px;
	font-size: 0.72rem;
	letter-spacing: 0.07em;
	white-space: nowrap;
}

.wcts-transaction-content--account .woocommerce-orders-table__cell-order-actions .view {
	border-color: #d3d9cf;
	background: #ffffff;
	color: var(--wcts-account-ink);
}

.wcts-transaction-content--account .woocommerce-orders-table__cell-order-actions .view:hover,
.wcts-transaction-content--account .woocommerce-orders-table__cell-order-actions .view:focus-visible {
	border-color: var(--wcts-account-ink);
	background: var(--wcts-account-ink);
	color: #ffffff;
}

.wcts-transaction-content--account .woocommerce-orders-table__cell-order-actions .mx_contract_withdrawal {
	border-color: var(--wcts-account-accent);
	background: var(--wcts-account-accent);
	color: #111111;
}

.wcts-transaction-content--account .woocommerce-orders-table__cell-order-actions .mx_contract_withdrawal:hover,
.wcts-transaction-content--account .woocommerce-orders-table__cell-order-actions .mx_contract_withdrawal:focus-visible {
	border-color: #111111;
	background: #111111;
	color: #ffffff;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content > p:first-of-type:has(.order-number) {
	display: block;
	margin: 0 0 clamp(1.1rem, 2vw, 1.5rem);
	padding: 1rem 1.15rem;
	border: 1px solid #dce8d5;
	border-left: 0.32rem solid var(--wcts-account-accent);
	border-radius: 8px;
	background: #f8fbf5;
	color: #3f493d;
	font-size: 0.96rem;
	line-height: 1.55;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content mark {
	padding: 0;
	background: transparent;
	color: var(--wcts-account-ink);
	font-weight: 900;
}

.wcts-transaction-content--account :is(.woocommerce-order-details, .woocommerce-customer-details) {
	display: grid;
	gap: 1rem;
	margin: 0;
}

.wcts-transaction-content--account .woocommerce-order-details + .woocommerce-customer-details {
	margin-top: clamp(1.5rem, 3vw, 2rem);
}

.wcts-transaction-content--account :is(.woocommerce-order-details__title, .woocommerce-column__title) {
	margin: 0;
	color: var(--wcts-account-ink);
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.wcts-transaction-content--account .woocommerce-table--order-details {
	border-color: var(--wcts-account-border);
	border-radius: 8px;
	background: var(--wcts-account-panel);
	box-shadow: 0 12px 32px rgba(20, 23, 20, 0.05);
}

.wcts-transaction-content--account .woocommerce-table--order-details thead th {
	background: #f5f7f2;
}

.wcts-transaction-content--account .woocommerce-table--order-details :is(th, td) {
	padding: 1rem 1.1rem;
}

.wcts-transaction-content--account .woocommerce-table--order-details tbody td {
	background: #ffffff;
}

.wcts-transaction-content--account .woocommerce-table--order-details .product-name {
	min-width: min(22rem, 42vw);
}

.wcts-account-order-detail-item {
	display: grid;
	grid-template-columns: 4rem minmax(0, 1fr);
	align-items: center;
	gap: 0.85rem;
	min-width: 0;
}

.wcts-account-order-detail-item__media {
	display: grid;
	place-items: center;
	width: 4rem;
	aspect-ratio: 1;
	border: 1px solid #e5eadf;
	border-radius: 6px;
	background: #f7f9f4;
	overflow: hidden;
}

.wcts-account-order-detail-item__image {
	width: 100%;
	height: 100%;
	padding: 0.18rem;
	object-fit: contain;
}

.wcts-account-order-detail-item__body {
	display: block;
	min-width: 0;
	color: var(--wcts-account-ink);
	font-weight: 850;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.wcts-account-order-detail-item__body .product-quantity,
.wcts-transaction-content--account .woocommerce-table--order-details tbody .product-name > .product-quantity {
	display: inline-flex;
	margin-left: 0.25rem;
	color: var(--wcts-account-muted);
	font-size: 0.86rem;
	font-weight: 900;
	white-space: nowrap;
}

.wcts-transaction-content--account .woocommerce-table--order-details tbody .product-name > .product-quantity {
	margin: 0.35rem 0 0 4.85rem;
}

.wcts-transaction-content--account .woocommerce-table--order-details tfoot th {
	width: 42%;
	background: #f7f9f4;
	color: #59616d;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wcts-transaction-content--account .woocommerce-table--order-details tfoot td {
	background: #ffffff;
	color: var(--wcts-account-ink);
	font-weight: 800;
}

.wcts-transaction-content--account .woocommerce-table--order-details tfoot tr:last-child :is(th, td) {
	border-bottom: 0;
}

.wcts-transaction-content--account .woocommerce-table--order-details .includes_tax,
.wcts-transaction-content--account .woocommerce-table--order-details .shipped_via {
	color: var(--wcts-account-muted);
	font-size: 0.82rem;
	font-weight: 700;
}

.wcts-transaction-content--account .woocommerce-table--order-details .order-actions--heading + td .button,
.wcts-transaction-content--account .woocommerce-table--order-details .mx_contract_withdrawal {
	min-height: 2.85rem;
	border-color: var(--wcts-account-accent);
	border-radius: 6px;
	background: var(--wcts-account-accent);
	color: #111111;
}

.wcts-transaction-content--account .woocommerce-table--order-details .order-actions--heading + td .button:hover,
.wcts-transaction-content--account .woocommerce-table--order-details .order-actions--heading + td .button:focus-visible,
.wcts-transaction-content--account .woocommerce-table--order-details .mx_contract_withdrawal:hover,
.wcts-transaction-content--account .woocommerce-table--order-details .mx_contract_withdrawal:focus-visible {
	border-color: #111111;
	background: #111111;
	color: #ffffff;
}

.wcts-transaction-content--account .woocommerce-customer-details .woocommerce-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	clear: both;
	width: 100%;
}

.wcts-transaction-content--account .woocommerce-customer-details .woocommerce-columns::before,
.wcts-transaction-content--account .woocommerce-customer-details .woocommerce-columns::after {
	display: none;
	content: none;
}

.wcts-transaction-content--account .woocommerce-customer-details .woocommerce-column {
	float: none !important;
	width: auto !important;
	max-width: none;
	min-width: 0;
}

.wcts-transaction-content--account .woocommerce-customer-details .woocommerce-column__title {
	margin-bottom: 0.7rem;
	font-size: 1.12rem;
	line-height: 1.2;
}

.wcts-transaction-content--account .woocommerce-customer-details address {
	min-height: 100%;
	margin: 0;
	padding: 1rem 1.1rem;
	border: 1px solid var(--wcts-account-border);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 32px rgba(20, 23, 20, 0.05);
	color: #4e5964;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.wcts-transaction-content--account .woocommerce-customer-details address p {
	margin: 0.65rem 0 0;
	color: #2f363d;
	font-weight: 750;
}

.wcts-transaction-content--account .woocommerce-Addresses,
.wcts-transaction-content--account .u-columns.woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.wcts-transaction-content--account .woocommerce-Address {
	min-width: 0;
	padding: 1rem;
	border: 1px solid var(--wcts-account-border);
	border-radius: 8px;
	background: var(--wcts-account-panel);
	box-shadow: 0 12px 32px rgba(20, 23, 20, 0.05);
}

.wcts-transaction-content--account .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.wcts-transaction-content--account .woocommerce-Address-title h2 {
	margin: 0;
	font-size: 1rem;
	font-weight: 850;
	letter-spacing: -0.02em;
}

.wcts-transaction-content--account address {
	color: #59616d;
	font-style: normal;
	line-height: 1.6;
}

.wcts-transaction-content--account fieldset {
	display: grid;
	gap: 1rem;
	min-width: 0;
	margin: 0;
	padding: 1rem 0 0;
	border: 0;
	border-top: 1px solid var(--wcts-account-border);
}

.wcts-transaction-content--account .woocommerce-MyAccount-paymentMethods {
	display: grid;
	gap: 0.75rem;
}

.wcts-transaction-content--account .woocommerce:has(.woocommerce-MyAccount-navigation) {
	grid-template-columns: minmax(14rem, 0.24fr) minmax(0, 1fr);
	align-items: start;
	max-width: 82rem;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content > p:first-child:not(:has(.order-number)) {
	max-width: 64rem;
	margin-inline: auto;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woocommerce-Addresses {
	width: min(100%, 64rem);
	margin-inline: auto;
	gap: clamp(1.25rem, 2.4vw, 2rem);
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woocommerce-Address {
	display: grid;
	align-content: start;
	gap: 0.9rem;
	min-height: 100%;
	padding: clamp(1rem, 2vw, 1.25rem);
	border: 1px solid var(--wcts-account-border);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(20, 23, 20, 0.05);
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woocommerce-Address-title {
	align-items: center;
	margin: 0;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid var(--wcts-account-border);
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
	font-size: clamp(1.1rem, 1.6vw, 1.28rem);
	font-weight: 900;
	line-height: 1.15;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	padding: 0.65rem 0.95rem;
	border: 1px solid var(--wcts-account-accent);
	border-radius: 6px;
	background: var(--wcts-account-accent);
	color: #111111;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover,
.wcts-transaction-content--account .woocommerce-MyAccount-content .woocommerce-Address-title .edit:focus-visible {
	border-color: #111111;
	background: #111111;
	color: #ffffff;
	transform: translateY(-1px);
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woocommerce-Address-title .edit .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: -1px;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woocommerce-Address address {
	margin: 0;
	padding: 0.1rem 0 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #4f5964;
	font-size: 0.98rem;
	line-height: 1.65;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content > form,
.wcts-transaction-content--account .woocommerce-MyAccount-content :is(form.edit-account, form.woocommerce-EditAccountForm, .woocommerce-address-fields) {
	width: min(100%, 60rem);
	height: auto;
	margin-inline: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woocommerce-address-fields {
	display: grid;
	gap: clamp(1.1rem, 2vw, 1.45rem);
}

.wcts-transaction-content--account .woocommerce-MyAccount-content :is(.woocommerce-address-fields__field-wrapper, form.edit-account, form.woocommerce-EditAccountForm) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: 1rem 1.25rem;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content :is(.form-row-wide, fieldset, .clear),
.wcts-transaction-content--account .woocommerce-MyAccount-content :is(.woocommerce-address-fields, .woocommerce-address-fields__field-wrapper) > p,
.wcts-transaction-content--account .woocommerce-MyAccount-content form.edit-account > p {
	grid-column: 1 / -1;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .clear {
	display: none;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .form-row {
	min-width: 0;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content fieldset {
	margin-top: 0.45rem;
	padding-top: 1.25rem;
	border-top-color: #dfe7dc;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content fieldset legend {
	width: 100%;
	margin: 0 0 0.1rem;
	padding: 0;
	color: var(--wcts-account-ink);
	font-size: clamp(1.25rem, 1.9vw, 1.55rem);
	font-weight: 900;
	line-height: 1.15;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content :is(.woocommerce-address-fields > p, form.edit-account > p:last-child) {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	padding-top: 0.2rem;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content :is(button[name="save_address"], button[name="save_account_details"]) {
	min-height: 3.1rem;
	padding-inline: 1.35rem;
	border-color: var(--wcts-account-accent);
	background: var(--wcts-account-accent);
	color: #111111;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content :is(button[name="save_address"], button[name="save_account_details"]):hover,
.wcts-transaction-content--account .woocommerce-MyAccount-content :is(button[name="save_address"], button[name="save_account_details"]):focus-visible {
	border-color: #111111;
	background: #111111;
	color: #ffffff;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woocommerce-customer-details {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column {
	display: grid;
	align-content: start;
	gap: 0.7rem;
	min-width: 0;
}

.wcts-transaction-content--account .woocommerce-MyAccount-content .woocommerce-customer-details address {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: anywhere;
}

.wcts-monri-transaction-info {
	display: grid;
	gap: 0.95rem;
	margin: clamp(1.4rem, 3vw, 2rem) 0;
	padding: clamp(1.1rem, 3vw, 1.45rem);
	border: 1px solid #dfe7dc;
	border-radius: 8px;
	background: #ffffff;
}

.wcts-monri-transaction-info__title {
	margin: 0;
	color: var(--wcts-account-ink);
	font-size: clamp(1.05rem, 1.7vw, 1.25rem);
	font-weight: 900;
	line-height: 1.2;
}

.wcts-monri-transaction-info__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.7rem 1rem;
	margin: 0;
}

.wcts-monri-transaction-info__row {
	display: grid;
	gap: 0.18rem;
	min-width: 0;
}

.wcts-monri-transaction-info__row dt {
	color: #6a7567;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.35;
}

.wcts-monri-transaction-info__row dd {
	margin: 0;
	color: var(--wcts-account-ink);
	font-size: 0.94rem;
	font-weight: 750;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

@media (max-width: 640px) {
	.wcts-monri-transaction-info__list {
		grid-template-columns: 1fr;
	}
}
