body.wpla-license-product-page form.cart .quantity {
	display: none !important;
}

body.wpla-license-product-page form.cart {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
}

body.wpla-license-product-page form.cart .single_add_to_cart_button {
	margin-inline: 0 !important;
}

body.wpla-license-product-page form.cart .button {
	min-width: 150px;
	text-align: center;
}

body.wpla-license-checkout-page,
body.wpla-license-thankyou-page {
	--wpla-border: #e7e7e7;
	--wpla-muted: #707070;
	--wpla-bg-soft: #f7f7f7;
	--wpla-radius: 14px;
	--wpla-gap: 36px;
	--wpla-sidebar: 360px;
}

body.wpla-license-checkout-page .woocommerce,
body.wpla-license-checkout-page .woocommerce-notices-wrapper,
body.wpla-license-checkout-page .woocommerce-form-coupon-toggle,
body.wpla-license-thankyou-page .woocommerce {
	max-width: 1180px;
	margin-inline: auto;
	padding-inline: 18px;
	overflow: visible !important;
}

body.wpla-license-checkout-page.rtl .woocommerce-form-coupon-toggle {
	text-align: right;
	padding-inline: 0;
}

body.wpla-license-checkout-page form.checkout.woocommerce-checkout {
	position: relative !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	gap: var(--wpla-gap) !important;
	max-width: 1180px !important;
	margin: 26px auto 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

body.wpla-license-checkout-page form.checkout .col2-set {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	width: auto !important;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
	order: 1 !important;
}

body.wpla-license-checkout-page .wpla-checkout-sidebar {
	flex: 0 0 var(--wpla-sidebar) !important;
	width: var(--wpla-sidebar) !important;
	order: 2 !important;
	position: sticky !important;
	top: 110px !important;
	align-self: flex-start !important;
	z-index: 5 !important;
}

body.rtl.wpla-license-checkout-page form.checkout.woocommerce-checkout {
	direction: ltr !important;
}

body.rtl.wpla-license-checkout-page form.checkout .col2-set {
	order: 2 !important;
	direction: rtl !important;
}

body.rtl.wpla-license-checkout-page .wpla-checkout-sidebar {
	order: 1 !important;
	direction: rtl !important;
}

body.wpla-license-checkout-page form.checkout .col2-set .col-1,
body.wpla-license-checkout-page form.checkout .col2-set .col-2 {
	width: 100% !important;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.wpla-license-checkout-page #order_review_heading {
	position: static !important;
	inset: auto !important;
	width: 100% !important;
	float: none !important;
	clear: none !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
	text-align: start !important;
}

body.wpla-license-checkout-page #order_review {
	position: static !important;
	inset: auto !important;
	width: 100% !important;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	padding: 22px;
	border: 1px solid var(--wpla-border);
	border-radius: var(--wpla-radius);
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

body.wpla-license-checkout-page form.checkout.woocommerce-checkout::before,
body.wpla-license-checkout-page form.checkout.woocommerce-checkout::after,
body.wpla-license-checkout-page .col2-set::before,
body.wpla-license-checkout-page .col2-set::after,
body.wpla-license-checkout-page .woocommerce-billing-fields::before,
body.wpla-license-checkout-page .woocommerce-billing-fields::after {
	content: none !important;
	display: none !important;
}

body.wpla-license-checkout-page .woocommerce-billing-fields h3,
body.wpla-license-checkout-page .woocommerce-additional-fields h3 {
	margin: 0 0 18px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
	text-align: start;
}

body.wpla-license-checkout-page .form-row {
	margin-bottom: 16px !important;
	padding: 0 !important;
	text-align: start;
}

body.wpla-license-checkout-page .form-row label {
	display: block;
	margin-bottom: 7px;
	font-weight: 600;
	line-height: 1.4;
	text-align: start;
}

body.wpla-license-checkout-page .form-row .required {
	color: #d63638;
	text-decoration: none;
}

body.wpla-license-checkout-page .form-row input.input-text,
body.wpla-license-checkout-page .form-row textarea,
body.wpla-license-checkout-page .form-row select,
body.wpla-license-checkout-page .select2-container--default .select2-selection--single {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--wpla-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
	outline: none;
}

body.wpla-license-checkout-page .form-row input.input-text {
	padding: 0 14px;
}

body.wpla-license-checkout-page .form-row textarea {
	min-height: 110px;
	padding: 12px;
	resize: vertical;
}

body.wpla-license-checkout-page .select2-container {
	width: 100% !important;
}

body.wpla-license-checkout-page .select2-container--default .select2-selection--single {
	height: 48px;
}

body.wpla-license-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
	padding-inline-start: 14px;
	padding-inline-end: 34px;
	text-align: start;
}

body.wpla-license-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
}

body.wpla-license-checkout-page #billing_first_name_field,
body.wpla-license-checkout-page #billing_last_name_field {
	width: calc(50% - 8px) !important;
	clear: none !important;
}

body.wpla-license-checkout-page #billing_first_name_field {
	float: left !important;
}

body.wpla-license-checkout-page #billing_last_name_field {
	float: right !important;
}

body.rtl.wpla-license-checkout-page #billing_first_name_field {
	float: right !important;
}

body.rtl.wpla-license-checkout-page #billing_last_name_field {
	float: left !important;
}

body.wpla-license-checkout-page #billing_country_field,
body.wpla-license-checkout-page #billing_address_1_field,
body.wpla-license-checkout-page #billing_email_field {
	clear: both !important;
}

body.wpla-license-checkout-page .wpla-license-step-title-field {
	margin-bottom: 0 !important;
}

body.wpla-license-checkout-page .wpla-checkout-license-step {
	margin: 0 0 18px;
	padding: 22px 24px;
	border: 1px solid var(--wpla-border);
	background: #fff;
	border-radius: var(--wpla-radius);
	text-align: start;
}

body.wpla-license-checkout-page .wpla-checkout-step-title {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
	text-align: start;
}

body.wpla-license-checkout-page .wpla-checkout-step-description {
	margin: 0;
	color: var(--wpla-muted);
	line-height: 1.6;
	text-align: start;
}

body.wpla-license-checkout-page .wpla-license-site-url-field {
	margin-bottom: 24px !important;
}

body.wpla-license-checkout-page .wpla-license-site-url-field input {
	width: 100%;
	min-height: 52px;
	direction: ltr;
	text-align: left;
}

body.wpla-license-checkout-page .wpla-site-url-message {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

body.wpla-license-checkout-page .wpla-site-url-message-success {
	color: #16794a;
}

body.wpla-license-checkout-page .wpla-site-url-message-error {
	color: #b42318;
}

body.wpla-license-checkout-page .wpla-site-url-message-warning {
	color: #9a6700;
}

body.wpla-license-checkout-page .wpla-site-url-message-checking {
	color: #555;
}

body.wpla-license-checkout-page #order_review table.shop_table {
	width: 100%;
	margin: 0 0 20px;
	border: 0;
	border-collapse: collapse;
	background: transparent;
}

body.wpla-license-checkout-page #order_review table.shop_table th,
body.wpla-license-checkout-page #order_review table.shop_table td {
	padding: 14px 0;
	border-top: 1px solid var(--wpla-border);
	text-align: start;
	vertical-align: top;
}

body.wpla-license-checkout-page #order_review table.shop_table tr:first-child th,
body.wpla-license-checkout-page #order_review table.shop_table tr:first-child td {
	border-top: 0;
}

body.wpla-license-checkout-page #order_review table.shop_table .product-name {
	width: 60%;
}

body.wpla-license-checkout-page #order_review table.shop_table .product-total,
body.wpla-license-checkout-page #order_review table.shop_table tfoot td {
	text-align: end;
}

body.wpla-license-checkout-page #payment {
	border-radius: var(--wpla-radius);
	background: var(--wpla-bg-soft);
	overflow: hidden;
}

body.wpla-license-checkout-page #payment ul.payment_methods {
	padding: 18px;
	border-bottom: 1px solid var(--wpla-border);
}

body.wpla-license-checkout-page #payment div.form-row,
body.wpla-license-checkout-page #payment .place-order {
	padding: 18px !important;
	margin: 0 !important;
}

body.wpla-license-checkout-page #place_order {
	width: 100%;
	min-height: 52px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

body.wpla-license-checkout-page #place_order:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

body.wpla-license-checkout-page .woocommerce-privacy-policy-text {
	color: var(--wpla-muted);
	font-size: 13px;
	line-height: 1.6;
	text-align: start;
}

body.wpla-license-checkout-page .woocommerce-error,
body.wpla-license-checkout-page .woocommerce-info,
body.wpla-license-checkout-page .woocommerce-message {
	border-radius: 10px;
}

body.wpla-license-thankyou-page .woocommerce-order-overview,
body.wpla-license-thankyou-page .woocommerce-order-details,
body.wpla-license-thankyou-page .woocommerce-customer-details,
body.wpla-license-thankyou-page .woocommerce-thankyou-order-received {
	display: none !important;
}

.wpla-thankyou {
	margin: 36px auto 70px;
	direction: inherit;
}

.wpla-thankyou-hero {
	margin-bottom: 28px;
	padding: 34px 36px;
	border: 1px solid var(--wpla-border);
	border-radius: 18px;
	background: linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%);
	text-align: start;
}

.wpla-thankyou-badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 14px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #ecfff5;
	color: #16794a;
	font-size: 13px;
	font-weight: 800;
}

.wpla-thankyou-title {
	margin: 0 0 10px;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 900;
	line-height: 1.15;
}

.wpla-thankyou-message {
	max-width: 760px;
	margin: 0;
	color: var(--wpla-muted);
	font-size: 17px;
	line-height: 1.7;
}

.wpla-thankyou-layout {
	display: flex;
	align-items: flex-start;
	gap: var(--wpla-gap);
}

.wpla-thankyou-main {
	flex: 1 1 auto;
	min-width: 0;
}

.wpla-thankyou-summary {
	flex: 0 0 var(--wpla-sidebar);
	padding: 24px;
	border: 1px solid var(--wpla-border);
	border-radius: var(--wpla-radius);
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	position: sticky;
	top: 110px;
}

body.rtl.wpla-license-thankyou-page .wpla-thankyou-summary {
	order: -1;
}

.wpla-license-card,
.wpla-next-steps {
	padding: 28px;
	border: 1px solid var(--wpla-border);
	border-radius: var(--wpla-radius);
	background: #fff;
	text-align: start;
}

.wpla-next-steps {
	margin-top: 22px;
}

.wpla-license-card h2,
.wpla-next-steps h2,
.wpla-thankyou-summary h2 {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.3;
}

.wpla-license-row,
.wpla-summary-row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 0;
	border-top: 1px solid var(--wpla-border);
}

.wpla-license-row:first-of-type,
.wpla-summary-row:first-of-type {
	border-top: 0;
}

.wpla-license-label,
.wpla-summary-row span {
	color: var(--wpla-muted);
	font-weight: 600;
}

.wpla-license-value,
.wpla-summary-row strong {
	text-align: end;
	word-break: break-word;
}

.wpla-license-key-box {
	margin-top: 22px;
	padding: 20px;
	border-radius: 14px;
	background: var(--wpla-bg-soft);
}

.wpla-site-key-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 10px;
}

.wpla-site-key {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid var(--wpla-border);
	border-radius: 10px;
	background: #fff;
	font-size: 15px;
	direction: ltr;
}

.wpla-key-actions,
.wpla-license-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wpla-license-actions {
	margin-top: 24px;
	align-items: center;
}

body.rtl.wpla-license-thankyou-page .wpla-license-actions {
	direction: rtl;
}

.wpla-primary-button,
.wpla-secondary-button,
.wpla-show-key,
.wpla-copy-key {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 48px;
	padding: 0 22px !important;
	border-radius: 10px !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	white-space: nowrap;
	box-sizing: border-box;
}

.wpla-primary-button {
	background: #222 !important;
	border: 1px solid #222 !important;
	color: #fff !important;
}

.wpla-secondary-button {
	background: #fff !important;
	border: 1px solid var(--wpla-border) !important;
	color: #222 !important;
}

.wpla-primary-button:hover {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.wpla-secondary-button:hover {
	background: #f7f7f7 !important;
	color: #222 !important;
}

.wpla-license-warning {
	margin: 10px 0 0;
	color: #b42318;
	font-weight: 700;
}

.wpla-next-steps ol {
	margin: 0;
	padding-inline-start: 22px;
}

.wpla-next-steps li {
	margin-bottom: 10px;
	line-height: 1.7;
}

body.wpla-license-checkout-page,
body.wpla-license-checkout-page #page-wrap,
body.wpla-license-checkout-page #main,
body.wpla-license-checkout-page .main-container,
body.wpla-license-checkout-page .post-content,
body.wpla-license-checkout-page .row-container,
body.wpla-license-checkout-page .row,
body.wpla-license-checkout-page .wpb_row,
body.wpla-license-checkout-page .uncode-wrapper,
body.wpla-license-checkout-page .woocommerce,
body.wpla-license-checkout-page form.checkout.woocommerce-checkout {
	overflow: visible !important;
}

body.wpla-license-checkout-page .wpla-checkout-sidebar {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 110px !important;
	align-self: flex-start !important;
	height: fit-content !important;
	z-index: 50 !important;
}

body.wpla-license-checkout-page .wpla-checkout-sidebar,
body.wpla-license-checkout-page .wpla-checkout-sidebar * {
	transform: none !important;
}

body.wpla-license-checkout-page .box-wrapper {
	overflow: visible !important;
}

.wpla-account-section {
	text-align: start;
}

.wpla-account-section h2 {
	margin: 0 0 22px;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.25;
}

.wpla-account-empty,
.wpla-account-license-card,
.wpla-account-download-card {
	margin-bottom: 18px;
	padding: 24px;
	border: 1px solid var(--wpla-border, #e7e7e7);
	border-radius: var(--wpla-radius, 14px);
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.wpla-account-license-card-head {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.wpla-account-license-card h3,
.wpla-account-download-card h3 {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 900;
}

.wpla-account-license-status {
	align-self: flex-start;
	padding: 6px 10px;
	border-radius: 999px;
	background: #ecfff5;
	color: #16794a;
	font-size: 12px;
	font-weight: 800;
}

.wpla-account-license-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-bottom: 18px;
	color: var(--wpla-muted, #707070);
}

.wpla-account-license-key {
	padding: 18px;
	border-radius: 14px;
	background: var(--wpla-bg-soft, #f7f7f7);
}

.wpla-account-license-key .wpla-site-key {
	margin-top: 10px;
}

.wpla-account-download-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.wpla-previous-versions-table .button {
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.woocommerce-MyAccount-navigation-link--licenses a::before {
	content: "\f481";
	font-family: dashicons;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
}

body.rtl .woocommerce-MyAccount-navigation-link--licenses a::before {
	margin-inline-end: 0;
}

@media (max-width: 620px) {
	.wpla-account-license-card-head,
	.wpla-account-download-actions {
		display: block;
	}

	.wpla-account-license-status {
		display: inline-flex;
		margin-top: 12px;
	}

	.wpla-account-download-actions .button {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width: 900px) {
	body.wpla-license-checkout-page .woocommerce,
	body.wpla-license-checkout-page .woocommerce-notices-wrapper,
	body.wpla-license-checkout-page .woocommerce-form-coupon-toggle,
	body.wpla-license-thankyou-page .woocommerce {
		max-width: 680px;
		padding-inline: 18px;
	}

	body.wpla-license-checkout-page form.checkout.woocommerce-checkout,
	body.rtl.wpla-license-checkout-page form.checkout.woocommerce-checkout {
		display: block !important;
		max-width: 680px !important;
		margin-inline: auto !important;
		padding: 0 !important;
		direction: inherit !important;
	}

	body.wpla-license-checkout-page form.checkout .col2-set,
	body.wpla-license-checkout-page .wpla-checkout-sidebar {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	body.wpla-license-checkout-page .wpla-checkout-sidebar {
		position: static !important;
		margin-top: 32px !important;
	}

	body.rtl.wpla-license-checkout-page form.checkout .col2-set,
	body.rtl.wpla-license-checkout-page .wpla-checkout-sidebar {
		direction: rtl !important;
	}

	body.wpla-license-checkout-page #billing_first_name_field,
	body.wpla-license-checkout-page #billing_last_name_field,
	body.rtl.wpla-license-checkout-page #billing_first_name_field,
	body.rtl.wpla-license-checkout-page #billing_last_name_field {
		width: 100% !important;
		float: none !important;
		clear: both !important;
	}

	.wpla-thankyou-layout {
		display: block;
	}

	.wpla-thankyou-summary {
		position: static;
		margin-bottom: 22px;
	}

	body.rtl.wpla-license-thankyou-page .wpla-thankyou-summary {
		order: initial;
	}

	.wpla-thankyou-hero,
	.wpla-license-card,
	.wpla-next-steps,
	.wpla-thankyou-summary {
		padding: 22px;
	}

	.wpla-license-row,
	.wpla-summary-row {
		display: block;
	}

	.wpla-license-value,
	.wpla-summary-row strong {
		display: block;
		margin-top: 4px;
		text-align: start;
	}
}

@media (max-width: 620px) {
	body.wpla-license-thankyou-page .wpla-license-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	body.wpla-license-thankyou-page .wpla-license-actions .button {
		width: 100%;
	}
}

@media (max-width: 520px) {
	body.wpla-license-checkout-page .woocommerce,
	body.wpla-license-checkout-page .woocommerce-notices-wrapper,
	body.wpla-license-checkout-page .woocommerce-form-coupon-toggle,
	body.wpla-license-thankyou-page .woocommerce {
		padding-inline: 14px;
	}

	body.wpla-license-checkout-page .wpla-checkout-license-step,
	body.wpla-license-checkout-page #order_review,
	.wpla-thankyou-hero,
	.wpla-license-card,
	.wpla-next-steps,
	.wpla-thankyou-summary {
		padding: 18px;
		border-radius: 12px;
	}

	body.wpla-license-checkout-page .woocommerce-billing-fields h3,
	body.wpla-license-checkout-page .woocommerce-additional-fields h3,
	body.wpla-license-checkout-page #order_review_heading {
		font-size: 20px;
	}

	.wpla-thankyou {
		margin-top: 24px;
	}

	.wpla-site-key-wrap,
	.wpla-key-actions,
	.wpla-license-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.wpla-site-key {
		width: 100%;
		justify-content: center;
	}
}