:root {
	--uzsecure-ink: #171b35;
	--uzsecure-muted: #687086;
	--uzsecure-line: #dfe3ec;
	--uzsecure-surface: #ffffff;
	--uzsecure-canvas: #f1f3f8;
	--uzsecure-primary: #4d4ce6;
	--uzsecure-primary-dark: #3736bd;
	--uzsecure-success: #16865f;
	--uzsecure-success-soft: #e9f7f1;
	--uzsecure-warning: #b46a18;
	--uzsecure-warning-soft: #fff5e8;
	--uzsecure-error: #b83d4b;
	--uzsecure-error-soft: #fff0f2;
}

.uzsecure-gate *,
.uzsecure-confirmation *,
.uzsecure-checkout-note * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.woocommerce-order-received .main-content,
.woocommerce-order-received #main {
	background: var(--uzsecure-canvas);
}

.woocommerce-order-received .main-content,
.woocommerce-order-received .page-content,
.woocommerce-order-received .page-content .woocommerce {
	overflow: visible !important;
}

.woocommerce-order-received .page-content .woocommerce {
	position: relative;
	left: -30px;
	width: calc(100% + 60px);
	max-width: none;
	margin-right: -30px;
	margin-left: -30px;
}

.woocommerce-order-received #main .main-content,
.woocommerce-order-received #main .page-content {
	padding-top: 0 !important;
}

.woocommerce-order-received #main .page-content .e-con-inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.woocommerce-order-received #main .page-content .elementor-widget-shortcode {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.uzsecure-checkout-note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 22px;
	padding: 15px 17px;
	border: 1px solid #cad1f8;
	border-left: 4px solid var(--uzsecure-primary);
	border-radius: 6px;
	background: #f7f8ff;
	color: var(--uzsecure-ink);
}

.uzsecure-checkout-note > .dashicons {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: 1;
	color: var(--uzsecure-primary);
}

.uzsecure-checkout-note div {
	display: grid;
	gap: 3px;
}

.uzsecure-checkout-note strong {
	font-size: 14px;
	line-height: 1.35;
}

.uzsecure-checkout-note span:not(.dashicons) {
	font-size: 13px;
	line-height: 1.5;
	color: var(--uzsecure-muted);
}

.uzsecure-gate {
	min-height: 620px;
	padding: 6px 24px 24px;
	background: transparent;
}

.uzsecure-gate__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
	max-width: 1080px;
	min-height: 520px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid var(--uzsecure-line);
	border-radius: 8px;
	background: var(--uzsecure-surface);
	box-shadow: 0 20px 55px rgba(30, 37, 68, .1);
	animation: uzsecure-rise .48s cubic-bezier(.2, .75, .2, 1) both;
}

.uzsecure-gate__intro,
.uzsecure-gate__action {
	min-width: 0;
	padding: 54px;
}

.uzsecure-gate__intro {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 34px;
	border-top: 4px solid var(--uzsecure-primary);
	background: var(--uzsecure-ink);
	color: #ffffff;
}

.uzsecure-gate__intro .uzsecure-eyebrow {
	color: #aeb8ff;
}

.uzsecure-gate__intro h1 {
	max-width: 520px;
	margin: 12px 0 18px;
	font-size: 36px;
	line-height: 1.12;
	font-weight: 800;
	color: #ffffff;
}

.uzsecure-intro-copy > p:not(.uzsecure-eyebrow) {
	max-width: 540px;
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: #cbd0df;
}

.uzsecure-brand-mark,
.uzsecure-action-icon,
.uzsecure-status-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
}

.uzsecure-brand-mark {
	width: 44px;
	height: 44px;
	border: 1px solid #565d83;
	border-radius: 8px;
	background: #242947;
	color: #ffffff;
}

.uzsecure-brand-mark .dashicons {
	width: 22px;
	height: 22px;
	font-size: 22px;
}

.uzsecure-brand,
.uzsecure-brand__identity,
.uzsecure-assurance {
	display: flex;
	align-items: center;
}

.uzsecure-brand {
	justify-content: space-between;
	gap: 18px;
}

.uzsecure-brand__identity {
	min-width: 0;
	gap: 12px;
}

.uzsecure-wordmark {
	display: flex;
	align-items: baseline;
	font-size: 22px;
	line-height: 1;
	font-weight: 900;
}

.uzsecure-wordmark__u,
.uzsecure-wordmark__f,
.uzsecure-wordmark__t { color: #75b8e9; }
.uzsecure-wordmark__z { color: #ef7c9a; }
.uzsecure-wordmark__s { color: #f3cc4d; }
.uzsecure-wordmark__o { color: #83c56c; }

.uzsecure-brand__caption {
	display: block;
	margin-top: 4px;
	font-size: 9px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	color: #929ab7;
}

.uzsecure-protection-state {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 28px;
	padding: 5px 9px;
	border: 1px solid #3a6a59;
	border-radius: 999px;
	background: #1c3433;
	font-size: 10px;
	line-height: 1.25;
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
	color: #9ce7c9;
}

.uzsecure-protection-state > span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #65d9aa;
	box-shadow: 0 0 0 4px rgba(101, 217, 170, .12);
	animation: uzsecure-pulse 2s ease-in-out infinite;
}

.uzsecure-intro-copy {
	position: relative;
	padding-left: 18px;
}

.uzsecure-intro-copy::before {
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 0;
	width: 3px;
	border-radius: 3px;
	background: #7776f1;
	content: "";
}

.uzsecure-eyebrow {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--uzsecure-primary);
}

.uzsecure-eyebrow .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
}

.uzsecure-trust-list {
	position: relative;
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.uzsecure-trust-list::before {
	position: absolute;
	top: 17px;
	bottom: 17px;
	left: 17px;
	width: 1px;
	background: #3b4264;
	content: "";
}

.uzsecure-trust-list li {
	position: relative;
	display: grid;
	grid-template-columns: 35px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	margin: 0;
}

.uzsecure-trust-icon {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 35px;
	height: 35px;
	border: 1px solid #3f705f;
	border-radius: 50%;
	background: var(--uzsecure-ink);
	color: #6fd3ad;
}

.uzsecure-trust-icon .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
}

.uzsecure-trust-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.uzsecure-trust-copy strong {
	font-size: 13px;
	line-height: 1.35;
	font-weight: 800;
	color: #ffffff;
}

.uzsecure-trust-copy small {
	font-size: 11px;
	line-height: 1.45;
	color: #aeb4c9;
}

.uzsecure-assurance {
	gap: 11px;
	padding-top: 20px;
	border-top: 1px solid #333956;
}

.uzsecure-assurance > .dashicons {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	font-size: 24px;
	color: #6fd3ad;
}

.uzsecure-assurance > span:last-child {
	display: grid;
	gap: 2px;
}

.uzsecure-assurance strong {
	font-size: 11px;
	line-height: 1.35;
	text-transform: uppercase;
	color: #dfe3ef;
}

.uzsecure-assurance small {
	font-size: 10px;
	line-height: 1.4;
	color: #8f97b1;
}

.uzsecure-gate__action {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background: #ffffff;
}

.uzsecure-action-icon {
	width: 46px;
	height: 46px;
	margin-bottom: 24px;
	border-radius: 8px;
	background: #eff0ff;
	color: var(--uzsecure-primary);
}

.uzsecure-action-icon .dashicons {
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.uzsecure-gate__action h2 {
	margin: 0 0 10px;
	font-size: 25px;
	line-height: 1.25;
	font-weight: 800;
	color: var(--uzsecure-ink);
}

.uzsecure-gate__action > p {
	margin: 0 0 25px;
	font-size: 14px;
	line-height: 1.65;
	color: var(--uzsecure-muted);
}

.uzsecure-alert {
	width: 100%;
	margin: 0 0 22px;
	padding: 13px 15px;
	border: 1px solid var(--uzsecure-line);
	border-radius: 6px;
	font-size: 13px;
	line-height: 1.5;
}

.uzsecure-alert--success {
	border-color: #b7e3d1;
	background: var(--uzsecure-success-soft);
	color: #0d6b4a;
}

.uzsecure-alert--error {
	border-color: #f1c4ca;
	background: var(--uzsecure-error-soft);
	color: #96313d;
}

.uzsecure-alert--info {
	border-color: #cfd4f5;
	background: #f4f5ff;
	color: #3f4381;
}

.uzsecure-form {
	display: grid;
	gap: 12px;
	width: 100%;
	margin: 0;
}

.uzsecure-form label {
	font-size: 13px;
	line-height: 1.35;
	font-weight: 700;
	color: var(--uzsecure-ink);
}

.uzsecure-code-input {
	width: 100%;
	height: 58px;
	padding: 0 16px;
	border: 1px solid #cdd2de;
	border-radius: 6px;
	outline: none;
	background: #ffffff;
	font-size: 28px;
	line-height: 58px;
	font-weight: 800;
	letter-spacing: 8px !important;
	text-align: center;
	color: var(--uzsecure-ink);
	transition: border-color .18s ease, box-shadow .18s ease;
}

.uzsecure-code-input:focus {
	border-color: var(--uzsecure-primary);
	box-shadow: 0 0 0 3px rgba(77, 76, 230, .13);
}

.uzsecure-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	max-width: 100%;
	padding: 11px 18px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 800;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.uzsecure-button .dashicons {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	font-size: 18px;
}

.uzsecure-button.is-loading {
	pointer-events: none;
	opacity: .78;
}

.uzsecure-button.is-loading .dashicons {
	animation: uzsecure-spin .8s linear infinite;
}

.uzsecure-button--primary {
	background: var(--uzsecure-primary);
	color: #ffffff !important;
	box-shadow: 0 8px 20px rgba(77, 76, 230, .2);
}

.uzsecure-button--primary:hover,
.uzsecure-button--primary:focus {
	background: var(--uzsecure-primary-dark);
	color: #ffffff !important;
	transform: translateY(-1px);
}

.uzsecure-button--secondary {
	border-color: #cfd4df;
	background: #ffffff;
	color: var(--uzsecure-ink) !important;
}

.uzsecure-button--secondary:hover,
.uzsecure-button--secondary:focus {
	border-color: #aeb5c5;
	background: #f7f8fb;
	color: var(--uzsecure-ink) !important;
	transform: translateY(-1px);
}

.uzsecure-form .uzsecure-button {
	width: 100%;
	margin-top: 4px;
}

.uzsecure-text-link,
.uzsecure-text-button {
	margin-top: 16px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
	color: var(--uzsecure-primary);
	cursor: pointer;
}

.uzsecure-resend {
	margin: 0;
}

.uzsecure-confirmation {
	position: relative;
	width: min(1120px, 100%);
	max-width: 1120px;
	margin: 6px auto 24px;
	border: 1px solid var(--uzsecure-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 20px 55px rgba(30, 37, 68, .09);
	overflow: hidden;
	container-name: uzsecure-card;
	container-type: inline-size;
	animation: uzsecure-confirmation-rise .48s cubic-bezier(.2, .75, .2, 1) both;
}

.uzsecure-confirmation__masthead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 68px;
	padding: 12px 28px;
	border-bottom: 1px solid #2e3454;
	background: var(--uzsecure-ink);
}

.uzsecure-confirmation-brand,
.uzsecure-confirmation-brand__icon,
.uzsecure-secure-session {
	display: flex;
	align-items: center;
}

.uzsecure-confirmation-brand {
	min-width: 0;
	gap: 11px;
}

.uzsecure-confirmation-brand__icon {
	justify-content: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border: 1px solid #505777;
	border-radius: 7px;
	background: #242947;
	color: #ffffff;
}

.uzsecure-confirmation-brand__icon .dashicons {
	width: 20px;
	height: 20px;
	font-size: 20px;
}

.uzsecure-confirmation-brand .uzsecure-wordmark {
	font-size: 18px;
}

.uzsecure-confirmation-brand > div > span:last-child {
	display: block;
	margin-top: 3px;
	font-size: 9px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #9da5c0;
}

.uzsecure-secure-session {
	gap: 8px;
	font-size: 10px;
	line-height: 1.25;
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
	color: #9ce7c9;
}

.uzsecure-secure-session > span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #65d9aa;
	box-shadow: 0 0 0 4px rgba(101, 217, 170, .12);
}

.uzsecure-confirmation__hero {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	min-height: 178px;
	padding: 38px 44px;
	border-bottom: 1px solid var(--uzsecure-line);
	background: #ffffff;
}

.uzsecure-confirmation__hero h1 {
	margin: 8px 0 8px;
	font-size: 31px;
	line-height: 1.18;
	font-weight: 800;
	color: var(--uzsecure-ink);
}

.uzsecure-confirmation__hero > div > p:last-child {
	max-width: 690px;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--uzsecure-muted);
}

.uzsecure-status-icon {
	width: 64px;
	height: 64px;
	border-radius: 8px;
}

.uzsecure-status-icon .dashicons {
	width: 34px;
	height: 34px;
	font-size: 34px;
}

.uzsecure-status-icon--success {
	background: var(--uzsecure-success-soft);
	color: var(--uzsecure-success);
	animation: uzsecure-status-pop .6s .12s cubic-bezier(.2, .9, .25, 1.2) both;
}

.uzsecure-status-icon--pending {
	background: var(--uzsecure-warning-soft);
	color: var(--uzsecure-warning);
}

.uzsecure-status-icon--failed {
	background: var(--uzsecure-error-soft);
	color: var(--uzsecure-error);
}

.uzsecure-status-icon--neutral {
	background: #eef0f5;
	color: var(--uzsecure-muted);
}

.uzsecure-status-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 6px 11px;
	border: 1px solid #d7dbe5;
	border-radius: 999px;
	background: #ffffff;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--uzsecure-muted);
}

.uzsecure-status-badge--completed,
.uzsecure-status-badge--processing {
	border-color: #b8e1d2;
	background: var(--uzsecure-success-soft);
	color: #116f4f;
}

.uzsecure-status-badge--failed {
	border-color: #efc1c7;
	background: var(--uzsecure-error-soft);
	color: var(--uzsecure-error);
}

.uzsecure-order-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 0 44px;
	border-bottom: 1px solid var(--uzsecure-line);
}

.uzsecure-order-fact {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: 11px;
	min-width: 0;
	padding: 24px 22px;
	border-right: 1px solid var(--uzsecure-line);
}

.uzsecure-order-fact__icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 6px;
	background: #eff0ff;
	font-size: 17px;
	line-height: 34px;
	color: var(--uzsecure-primary);
}

.uzsecure-order-fact > div {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.uzsecure-order-fact:first-child {
	padding-left: 0;
}

.uzsecure-order-fact:last-child {
	border-right: 0;
}

.uzsecure-order-fact > div > span {
	font-size: 11px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--uzsecure-muted);
}

.uzsecure-order-fact strong {
	min-width: 0;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 800;
	color: var(--uzsecure-ink);
	overflow-wrap: anywhere;
}

.uzsecure-content-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	padding: 36px 44px 22px;
}

.uzsecure-content-heading h2 {
	margin: 7px 0 0;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 800;
	color: var(--uzsecure-ink);
}

.uzsecure-delivery-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	padding: 8px 10px;
	border: 1px solid #d7dbe5;
	border-radius: 6px;
	background: #f8f9fb;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 700;
	color: var(--uzsecure-muted);
	overflow-wrap: anywhere;
}

.uzsecure-delivery-chip .dashicons {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	color: var(--uzsecure-primary);
}

.uzsecure-order-items {
	display: grid;
	gap: 14px;
	padding: 0 44px 42px;
}

.uzsecure-order-item {
	border: 1px solid var(--uzsecure-line);
	border-radius: 7px;
	background: #ffffff;
	overflow: hidden;
	animation: uzsecure-fade .45s .16s ease both;
}

.uzsecure-order-item__summary {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	min-height: 94px;
	padding: 16px 18px;
}

.uzsecure-order-item__image {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	overflow: hidden;
	border: 1px solid #e5e7ed;
	border-radius: 6px;
	background: #ffffff;
}

.uzsecure-order-item__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.uzsecure-order-item__image--placeholder {
	background: #f3f4f8;
	color: var(--uzsecure-muted);
}

.uzsecure-order-item__name {
	min-width: 0;
}

.uzsecure-order-item__name h3 {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 800;
	color: var(--uzsecure-ink);
	overflow-wrap: anywhere;
}

.uzsecure-order-item__name span {
	font-size: 12px;
	line-height: 1.4;
	color: var(--uzsecure-muted);
}

.uzsecure-order-item__price {
	font-size: 15px;
	line-height: 1.35;
	font-weight: 800;
	white-space: nowrap;
	color: var(--uzsecure-ink);
}

.uzsecure-license-data {
	padding: 20px 18px 22px;
	border-top: 1px solid var(--uzsecure-line);
	background: #f6f8fb;
}

.uzsecure-license-data__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 1.35;
	color: var(--uzsecure-success);
}

.uzsecure-license-data__heading,
.uzsecure-private-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.uzsecure-license-data__heading .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
}

.uzsecure-private-badge {
	min-height: 26px;
	padding: 4px 8px;
	border: 1px solid #b7e3d1;
	border-radius: 999px;
	background: #ffffff;
	font-size: 9px;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
	color: #116f4f;
}

.uzsecure-private-badge .dashicons {
	width: 13px;
	height: 13px;
	font-size: 13px;
}

.uzsecure-license-data dl {
	display: grid;
	gap: 8px;
	margin: 0;
}

.uzsecure-hooked-meta,
.uzsecure-hooked-meta ul,
.uzsecure-hooked-meta ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.uzsecure-hooked-meta {
	display: grid;
	gap: 8px;
}

.uzsecure-hooked-meta > * + * {
	margin-top: 8px;
}

.uzsecure-hooked-meta li,
.uzsecure-hooked-meta p {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.uzsecure-hooked-meta li {
	display: grid;
	grid-template-columns: minmax(72px, 150px) minmax(0, 1fr);
	gap: 14px;
	padding: 11px 12px;
	border: 1px solid #e1e5eb;
	border-radius: 5px;
	background: #ffffff;
}

.uzsecure-hooked-meta strong,
.uzsecure-hooked-meta .wc-item-meta-label {
	font-weight: 800;
	color: var(--uzsecure-muted);
}

.uzsecure-hooked-meta .license-codes-table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0 8px;
	table-layout: fixed;
}

.uzsecure-hooked-meta .license-codes-table th,
.uzsecure-hooked-meta .license-codes-table td {
	padding: 11px 12px;
	border-top: 1px solid #e1e5eb;
	border-bottom: 1px solid #e1e5eb;
	background: #ffffff;
	font-size: 13px;
	line-height: 1.55;
	text-align: left;
	vertical-align: top;
	overflow-wrap: anywhere;
}

.uzsecure-hooked-meta .license-codes-table th {
	width: 150px;
	border-left: 1px solid #e1e5eb;
	border-radius: 5px 0 0 5px;
	font-weight: 800;
	color: var(--uzsecure-muted);
}

.uzsecure-hooked-meta .license-codes-table td {
	border-right: 1px solid #e1e5eb;
	border-radius: 0 5px 5px 0;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-weight: 700;
	color: var(--uzsecure-ink);
	user-select: all;
}

.uzsecure-hooked-meta .license-codes-table .order-gap td {
	height: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.uzsecure-license-row {
	display: grid;
	grid-template-columns: minmax(72px, 150px) minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	padding: 11px 12px;
	border: 1px solid #e1e5eb;
	border-radius: 5px;
	background: #ffffff;
}

.uzsecure-license-row dt,
.uzsecure-license-row dd {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.uzsecure-license-row dt {
	font-weight: 800;
	color: var(--uzsecure-muted);
}

.uzsecure-license-row dd {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-weight: 700;
	color: var(--uzsecure-ink);
	user-select: all;
}

.uzsecure-copy-value {
	position: relative;
	padding-right: 52px !important;
}

.uzsecure-copy-button {
	position: absolute;
	top: 50%;
	right: 8px;
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid #d5dae5;
	border-radius: 6px;
	background: #ffffff;
	color: var(--uzsecure-primary);
	cursor: pointer;
	transform: translateY(-50%);
	transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.uzsecure-copy-button:hover,
.uzsecure-copy-button:focus {
	border-color: var(--uzsecure-primary);
	background: #eff0ff;
	outline: none;
}

.uzsecure-copy-button.is-copied {
	border-color: #9bd5be;
	background: var(--uzsecure-success-soft);
	color: var(--uzsecure-success);
}

.uzsecure-copy-button .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
}

.uzsecure-copy-toast {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9999;
	padding: 11px 14px;
	border-radius: 6px;
	background: var(--uzsecure-ink);
	box-shadow: 0 10px 30px rgba(23, 27, 53, .24);
	font-size: 12px;
	line-height: 1.35;
	font-weight: 800;
	color: #ffffff;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease;
}

.uzsecure-copy-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.uzsecure-license-row dd p {
	margin: 0;
}

.uzsecure-confirmation__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 28px 44px;
	border-top: 1px solid var(--uzsecure-line);
	background: #fbfcfe;
}

.uzsecure-support-note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.uzsecure-support-note > .dashicons {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	font-size: 22px;
	color: var(--uzsecure-primary);
}

.uzsecure-support-note div {
	display: grid;
	gap: 3px;
}

.uzsecure-support-note strong {
	font-size: 13px;
	line-height: 1.4;
	color: var(--uzsecure-ink);
}

.uzsecure-support-note span:not(.dashicons) {
	font-size: 12px;
	line-height: 1.5;
	color: var(--uzsecure-muted);
}

.uzsecure-confirmation__actions,
.uzsecure-failed-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-wrap: wrap;
}

.uzsecure-failed-actions {
	justify-content: flex-start;
	padding: 34px 44px 42px;
}

.uzsecure-confirmation--empty .uzsecure-confirmation__hero {
	grid-template-columns: 64px minmax(0, 1fr);
}

@keyframes uzsecure-rise {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes uzsecure-confirmation-rise {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes uzsecure-fade {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes uzsecure-status-pop {
	0% { opacity: 0; transform: scale(.78); }
	100% { opacity: 1; transform: scale(1); }
}

@keyframes uzsecure-spin {
	to { transform: rotate(360deg); }
}

@keyframes uzsecure-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: .5; }
}

@media (max-width: 900px) {
	.uzsecure-gate {
		padding: 6px 18px 24px;
	}

	.uzsecure-gate__inner {
		grid-template-columns: 1fr;
	}

	.uzsecure-gate__intro,
	.uzsecure-gate__action {
		padding: 38px;
	}

	.uzsecure-gate__intro h1 {
		font-size: 32px;
	}

	.uzsecure-trust-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.uzsecure-trust-list::before {
		display: none;
	}

	.uzsecure-confirmation__hero {
		grid-template-columns: 56px minmax(0, 1fr);
		padding: 32px;
	}

	.uzsecure-status-icon {
		width: 56px;
		height: 56px;
	}

	.uzsecure-status-badge {
		grid-column: 2;
		justify-self: start;
	}

	.uzsecure-order-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0 32px;
	}

	.uzsecure-order-fact:nth-child(2) {
		border-right: 0;
	}

	.uzsecure-order-fact:nth-child(-n+2) {
		border-bottom: 1px solid var(--uzsecure-line);
	}

	.uzsecure-order-fact:nth-child(3) {
		padding-left: 0;
	}

	.uzsecure-content-heading,
	.uzsecure-order-items,
	.uzsecure-confirmation__footer,
	.uzsecure-failed-actions {
		padding-left: 32px;
		padding-right: 32px;
	}

	.uzsecure-confirmation__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.uzsecure-confirmation__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 620px) {
	.woocommerce-order-received .woo-page-header.page-header-8 {
		overflow: visible;
	}

	.woocommerce-order-received .woo-page-header .breadcrumb {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
		max-width: 100%;
		overflow: hidden !important;
	}

	.woocommerce-order-received .woo-page-header .breadcrumb > li {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto !important;
		min-width: 0;
		margin: 0 !important;
		padding: 10px 5px;
	}

	.woocommerce-order-received .woo-page-header .breadcrumb > li .delimiter {
		display: none !important;
	}

	.woocommerce-order-received .woo-page-header .breadcrumb > li > a {
		min-width: 0;
		font-size: 11px;
		line-height: 1.25;
		white-space: normal;
		text-align: center;
		overflow-wrap: anywhere;
	}

	.uzsecure-gate {
		min-height: 0;
		padding: 6px 12px 24px;
	}

	.woocommerce-order-received .page-content .woocommerce {
		left: -20px;
		width: calc(100% + 40px);
		max-width: none;
		margin-right: -20px;
		margin-left: -20px;
	}

	.uzsecure-gate__inner {
		border-radius: 6px;
	}

	.uzsecure-gate__intro,
	.uzsecure-gate__action {
		padding: 28px 22px;
	}

	.uzsecure-brand {
		align-items: flex-start;
		flex-direction: column;
	}

	.uzsecure-protection-state {
		margin-left: 56px;
	}

	.uzsecure-gate__intro h1 {
		font-size: 28px;
	}

	.uzsecure-trust-list {
		grid-template-columns: 1fr;
	}

	.uzsecure-trust-list::before {
		display: block;
	}

	.uzsecure-confirmation {
		width: 100%;
		margin: 6px auto 24px;
		border-radius: 6px;
	}

	.uzsecure-confirmation__masthead {
		padding: 11px 16px;
	}

	.uzsecure-secure-session {
		font-size: 0;
	}

	.uzsecure-secure-session > span {
		width: 9px;
		height: 9px;
	}

	.uzsecure-confirmation__hero {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 14px;
		padding: 24px 20px;
	}

	.uzsecure-status-icon {
		width: 48px;
		height: 48px;
	}

	.uzsecure-status-icon .dashicons {
		width: 27px;
		height: 27px;
		font-size: 27px;
	}

	.uzsecure-confirmation__hero h1 {
		font-size: 25px;
	}

	.uzsecure-status-badge {
		grid-column: 1 / -1;
	}

	.uzsecure-order-facts {
		grid-template-columns: 1fr;
		padding: 0 20px;
	}

	.uzsecure-order-fact,
	.uzsecure-order-fact:first-child,
	.uzsecure-order-fact:nth-child(3) {
		padding: 16px 0;
		border-right: 0;
		border-bottom: 1px solid var(--uzsecure-line);
	}

	.uzsecure-order-fact {
		grid-template-columns: 32px minmax(0, 1fr);
	}

	.uzsecure-order-fact__icon {
		width: 32px;
		height: 32px;
		line-height: 32px;
	}

	.uzsecure-order-fact:last-child {
		border-bottom: 0;
	}

	.uzsecure-content-heading {
		align-items: flex-start;
		flex-direction: column;
		padding: 28px 20px 18px;
	}

	.uzsecure-content-heading h2 {
		font-size: 21px;
	}

	.uzsecure-order-items {
		padding: 0 20px 30px;
	}

	.uzsecure-order-item__summary {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 12px;
		padding: 14px;
	}

	.uzsecure-order-item__image {
		width: 52px;
		height: 52px;
	}

	.uzsecure-order-item__price {
		grid-column: 2;
		white-space: normal;
	}

	.uzsecure-license-data {
		padding: 18px 14px;
	}

	.uzsecure-license-data__title {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.uzsecure-license-row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.uzsecure-hooked-meta li {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.uzsecure-hooked-meta .license-codes-table th {
		width: 72px;
	}

	.uzsecure-hooked-meta .license-codes-table th,
	.uzsecure-hooked-meta .license-codes-table td {
		padding: 10px;
		font-size: 12px;
	}

	.uzsecure-confirmation__footer,
	.uzsecure-failed-actions {
		padding: 24px 20px;
	}

	.uzsecure-confirmation__actions,
	.uzsecure-failed-actions,
	.uzsecure-confirmation__actions .uzsecure-button,
	.uzsecure-failed-actions .uzsecure-button {
		width: 100%;
	}

	.uzsecure-copy-toast {
		right: 12px;
		bottom: 12px;
		left: 12px;
		text-align: center;
	}
}

@container uzsecure-card (max-width: 760px) {
	.uzsecure-confirmation__hero {
		grid-template-columns: 56px minmax(0, 1fr);
		padding: 32px;
	}

	.uzsecure-status-icon {
		width: 56px;
		height: 56px;
	}

	.uzsecure-status-badge {
		grid-column: 2;
		justify-self: start;
	}

	.uzsecure-order-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0 32px;
	}

	.uzsecure-order-fact:nth-child(2) {
		border-right: 0;
	}

	.uzsecure-order-fact:nth-child(-n+2) {
		border-bottom: 1px solid var(--uzsecure-line);
	}

	.uzsecure-order-fact:nth-child(3) {
		padding-left: 0;
	}

	.uzsecure-content-heading,
	.uzsecure-order-items,
	.uzsecure-confirmation__footer,
	.uzsecure-failed-actions {
		padding-left: 32px;
		padding-right: 32px;
	}

	.uzsecure-confirmation__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.uzsecure-confirmation__actions {
		justify-content: flex-start;
	}
}

@container uzsecure-card (max-width: 460px) {
	.uzsecure-confirmation__masthead {
		padding: 11px 16px;
	}

	.uzsecure-secure-session {
		font-size: 0;
	}

	.uzsecure-confirmation__hero {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 14px;
		padding: 24px 20px;
	}

	.uzsecure-status-icon {
		width: 48px;
		height: 48px;
	}

	.uzsecure-confirmation__hero h1 {
		font-size: 25px;
	}

	.uzsecure-status-badge {
		grid-column: 1 / -1;
	}

	.uzsecure-order-facts {
		grid-template-columns: 1fr;
		padding: 0 20px;
	}

	.uzsecure-order-fact,
	.uzsecure-order-fact:first-child,
	.uzsecure-order-fact:nth-child(3) {
		padding: 16px 0;
		border-right: 0;
		border-bottom: 1px solid var(--uzsecure-line);
	}

	.uzsecure-order-fact:last-child {
		border-bottom: 0;
	}

	.uzsecure-content-heading {
		align-items: flex-start;
		flex-direction: column;
		padding: 28px 20px 18px;
	}

	.uzsecure-order-items {
		padding: 0 20px 30px;
	}

	.uzsecure-order-item__summary {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.uzsecure-order-item__price {
		grid-column: 2;
		white-space: normal;
	}

	.uzsecure-license-data__title {
		align-items: flex-start;
		flex-direction: column;
	}

	.uzsecure-confirmation__footer,
	.uzsecure-failed-actions {
		padding: 24px 20px;
	}

	.uzsecure-confirmation__actions,
	.uzsecure-failed-actions,
	.uzsecure-confirmation__actions .uzsecure-button,
	.uzsecure-failed-actions .uzsecure-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.uzsecure-gate__inner,
	.uzsecure-confirmation,
	.uzsecure-order-item,
	.uzsecure-status-icon--success {
		animation: none;
	}

	.uzsecure-protection-state > span {
		animation: none;
	}

	.uzsecure-button {
		transition: none;
	}

	.uzsecure-protection-state > span,
	.uzsecure-copy-toast,
	.uzsecure-copy-button {
		animation: none;
		transition: none;
	}
}
