html,
body,
#wpwrap,
#wpcontent,
#wpbody,
#wpbody-content {
	overflow-x: hidden !important;
}

.lht-checkout-admin,
.lht-checkout-admin * {
	box-sizing: border-box;
}

.lht-checkout-admin {
	max-width: 100%;
	margin: 0;
	width: auto;
	overflow-x: hidden;
}

.lht-admin-shell {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #334155;
	margin: 24px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.03), 0 8px 16px -6px rgba(0, 0, 0, 0.02);
}

.lht-admin-header {
	background: #f8fafc;
	padding: 24px;
	border-bottom: 1px solid #e2e8f0;
	margin-bottom: 0;
}

.lht-admin-header-bar {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.lht-brand {
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #0f172a;
	margin-right: 8px;
}

.lht-admin-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	flex: 1 1 auto;
}

.lht-tab {
	border: 1px solid #e2e8f0;
	background: #ffffff;
	color: #475569;
	padding: 10px 20px;
	border-radius: 999px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.lht-tab:hover {
	background: #f1f5f9;
	color: #0f172a;
	border-color: #cbd5e1;
	transform: translateY(-1px);
}

.lht-tab:active {
	transform: translateY(0) scale(0.98);
}

.lht-tab.is-active {
	background: #0f62fe;
	border-color: #0f62fe;
	color: #fff;
	box-shadow: 0 4px 12px rgba(15, 98, 254, 0.22);
}

.lht-tab.is-active:hover {
	background: #0353e9;
	border-color: #0353e9;
	color: #fff;
	transform: none;
	box-shadow: 0 4px 12px rgba(15, 98, 254, 0.22);
}

.lht-admin-grid {
	display: grid;
	grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
	gap: 24px;
}

.lht-builder-section {
	display: grid;
	gap: 16px;
}

.lht-builder-hero {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.lht-builder-hero-copy {
	display: grid;
	gap: 8px;
	flex: 1;
}

.lht-builder-kicker {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #486581;
}

.lht-flow-name-display {
	margin: 0;
	font-size: 30px;
	line-height: 1.1;
	cursor: text;
}

.lht-flow-name-input {
	max-width: 520px;
	border: 1px solid #9fb3c8;
	border-radius: 12px;
	padding: 12px 14px;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.1;
}

.lht-builder-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.lht-card {
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 24px;
}

.lht-admin-shell > .lht-card,
.lht-admin-shell > form.lht-form-grid {
	border-top: 1px solid #e7edf5;
}

.lht-admin-shell > form.lht-form-grid {
	margin: 0;
	padding: 24px;
}

.lht-card h2 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 20px;
}

.lht-flows-list-card {
	min-height: calc(100vh - 220px);
	display: grid;
	align-content: start;
}

.lht-form-grid {
	display: grid;
	gap: 14px;
}

.lht-form-grid label {
	display: grid;
	gap: 6px;
	font-weight: 600;
	color: #475569;
	font-size: 14px;
}

.lht-form-grid input,
.lht-form-grid select,
.lht-form-grid textarea {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	border: 1px solid #cbd5e1;
	border-radius: 12px;
	padding: 10px 14px;
	font-size: 14px;
	background: #f8fafc;
	color: #0f172a;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	box-sizing: border-box !important;
}

.lht-form-grid input,
.lht-form-grid select {
	height: 44px !important;
}

.lht-form-grid textarea {
	padding: 12px 14px;
	height: auto;
}

.lht-form-grid input:focus,
.lht-form-grid select:focus,
.lht-form-grid textarea:focus {
	border-color: #0f62fe;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(15, 98, 254, 0.12);
	outline: none;
}

.lht-form-grid input[readonly] {
	background: #f1f5f9;
	color: #64748b;
	border-color: #e2e8f0;
	cursor: not-allowed;
}

.lht-form-grid textarea {
	min-height: 120px;
	resize: vertical;
}

.lht-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}

.lht-docs-toolbar {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 12px;
}

.lht-docs-block {
	margin: 0;
	padding: 18px;
	border-radius: 14px;
	background: #f8fafc;
	border: 1px solid #d9e2ec;
	white-space: pre-wrap;
	word-break: break-word;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 13px;
	line-height: 1.7;
}

.lht-actions-compact {
	margin-top: 0;
}

.lht-section-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.lht-section-head .lht-section-actions {
	margin-top: 0;
}

.lht-inline-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 14px;
}

.lht-payment-bank-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px 20px;
	align-items: start;
}

.lht-settings-layout {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.lht-edit-layout {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	column-gap: 0;
	row-gap: 18px;
	align-items: start;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.lht-edit-header {
	grid-column: 1 / -1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7edf5;
}

.lht-edit-nav {
	display: grid;
	gap: 12px;
	align-content: start;
	padding-top: 0;
	padding-right: 28px;
	border-right: 1px solid #e7edf5;
}

.lht-edit-nav-item {
	border: 1px solid #d9e2ec;
	background: #fff;
	color: #243b53;
	padding: 13px 16px;
	border-radius: 14px;
	text-align: left;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.18s ease;
}

.lht-edit-nav-item.is-active {
	background: #0f62fe;
	border-color: #0f62fe;
	color: #fff;
	box-shadow: 0 10px 24px rgba(15, 98, 254, 0.18);
}

.lht-edit-content {
	display: grid;
	gap: 18px;
	min-width: 0;
	padding-left: 32px;
}

.lht-edit-content .lht-card {
	margin-left: 0;
	margin-right: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.lht-edit-pane {
	display: grid;
	gap: 18px;
}

.lht-pane-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

.lht-pane-actions-bottom {
	margin-top: 4px;
	padding-top: 6px;
	border-top: 1px solid #e7edf5;
}

.lht-analytics-top-tabs,
.lht-analytics-metric-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 8px;
}

.lht-analytics-filter-bar {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.lht-analytics-filter-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	flex-wrap: wrap;
}

.lht-analytics-filter-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lht-analytics-date-range {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 8px;
	width: fit-content;
}

.lht-analytics-date-range span {
	color: #52606d;
	font-weight: 600;
}

.lht-analytics-date-range input {
	min-width: 128px;
	border: 1px solid #cbd2d9;
	border-radius: 12px;
	padding: 7px 10px;
	font-size: 13px;
	background: #fff;
}

.lht-analytics-date-range .lht-button {
	white-space: nowrap;
	min-width: 96px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.lht-analytics-subchip {
	border: 1px dashed #9fb3c8;
	background: #fff;
	color: #334e68;
	padding: 7px 14px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.lht-analytics-subchip.is-active {
	border-color: #0f62fe;
	color: #fff;
	background: #0f62fe;
	box-shadow: 0 8px 18px rgba(15, 98, 254, 0.16);
}

.lht-analytics-filter-bar-campaigns {
	margin-bottom: 0;
}

.lht-analytics-select-filters {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
}

.lht-analytics-select-filters select {
	width: 100%;
	min-width: 0;
	border: 1px dashed #9fb3c8;
	border-radius: 999px;
	padding: 7px 10px;
	font-size: 11px;
	line-height: 1.2;
	background: #fff;
}

.lht-analytics-tab,
.lht-analytics-chip {
	border: 1px solid #d9e2ec;
	background: #fff;
	color: #243b53;
	padding: 10px 16px;
	border-radius: 999px;
	font-weight: 700;
	cursor: pointer;
}

.lht-analytics-chip {
	padding: 7px 12px;
	font-size: 12px;
	color: #486581;
}

.lht-analytics-tab.is-active,
.lht-analytics-chip.is-active {
	background: #0f62fe;
	border-color: #0f62fe;
	color: #fff;
	box-shadow: 0 8px 18px rgba(15, 98, 254, 0.16);
}

.lht-analytics-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.lht-analytics-card,
.lht-analytics-panel,
.lht-analytics-list {
	padding: 22px;
	border: 1px solid #d9e2ec;
	border-radius: 16px;
	background: #fff;
}

.lht-analytics-card {
	display: grid;
	gap: 10px;
	min-height: 128px;
	align-content: start;
}

.lht-analytics-card span {
	color: #52606d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.lht-analytics-card strong {
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.lht-analytics-panel h3 {
	margin: 0;
	font-size: 18px;
	padding-bottom: 14px;
}

.lht-analytics-chart {
	width: 100%;
	overflow-x: auto;
	padding-top: 8px;
}

.lht-analytics-chart svg {
	width: 100%;
	min-width: 920px;
	height: auto;
}

.lht-chart-axis-label {
	fill: #7b8794;
	font-size: 10px;
}

.lht-analytics-step-table {
	display: grid;
	gap: 12px;
}

.lht-analytics-step-head,
.lht-analytics-step-row {
	display: grid;
	grid-template-columns: minmax(220px, 1.5fr) repeat(4, minmax(90px, 1fr));
	gap: 16px;
	align-items: center;
}

.lht-analytics-step-head {
	padding: 0 8px 10px;
	font-size: 12px;
	font-weight: 700;
	color: #7b8794;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.lht-analytics-step-row,
.lht-analytics-list-row {
	padding: 16px 18px;
	border-radius: 14px;
	background: #f8fafc;
	border: 1px solid #e7edf5;
}

.lht-analytics-step-row p {
	margin: 4px 0 0;
	color: #7b8794;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.lht-analytics-step-row strong,
.lht-analytics-list-row strong {
	line-height: 1.45;
}

.lht-analytics-list {
	display: grid;
	gap: 10px;
}

.lht-analytics-list-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 68px;
}

.lht-analytics-utm-table {
	display: grid;
	gap: 10px;
}

.lht-analytics-utm-head,
.lht-analytics-utm-row {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr 110px 110px 140px;
	gap: 14px;
	align-items: center;
}

.lht-analytics-utm-head {
	padding: 14px 18px;
	border-radius: 14px;
	background: #eef2ff;
	color: #3d4852;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.lht-analytics-utm-row {
	padding: 16px 18px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #e7edf5;
}

.lht-analytics-panel .lht-analytics-metric-tabs {
	margin-bottom: 18px;
}

.lht-settings-nav {
	display: grid;
	gap: 10px;
}

.lht-settings-nav-item {
	border: 1px solid #e2e8f0;
	background: #ffffff;
	color: #475569;
	padding: 12px 16px;
	border-radius: 12px;
	text-align: left;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
}

.lht-settings-nav-item:hover {
	background: #f8fafc;
	color: #0f172a;
	border-color: #cbd5e1;
	transform: translateX(2px);
}

.lht-settings-nav-item.is-active {
	background: #0f62fe;
	border-color: #0f62fe;
	color: #fff;
	box-shadow: 0 4px 12px rgba(15, 98, 254, 0.15);
}

.lht-settings-nav-item.is-active:hover {
	transform: none;
	background: #0353e9;
	border-color: #0353e9;
	color: #fff;
}

.lht-settings-panel {
	min-width: 0;
}

.lht-cart-panel {
	display: grid;
	gap: 16px;
}

.lht-cart-list {
	display: grid;
	gap: 14px;
}

.lht-cart-item {
	display: grid;
	gap: 14px;
	padding: 18px 20px;
	border: 1px solid #d9e2ec;
	border-radius: 18px;
	background: #fff;
}

.lht-cart-item__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}

.lht-cart-item__head p {
	margin: 6px 0 0;
	color: #52606d;
}

.lht-cart-item__meta {
	display: grid;
	gap: 4px;
	text-align: right;
}

.lht-cart-item__meta span,
.lht-cart-item__flow span,
.lht-cart-item__items span {
	color: #52606d;
	font-size: 13px;
}

.lht-cart-item__body {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 18px;
	padding-top: 14px;
	border-top: 1px solid #e7edf5;
}

.lht-cart-item__flow,
.lht-cart-item__items {
	display: grid;
	gap: 6px;
}

.lht-cart-item__items ul {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 6px;
}

.lht-payment-code-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.lht-payment-code-layout__label h3 {
	margin: 0;
	font-size: 18px;
}

.lht-payment-code-layout__content {
	display: grid;
	gap: 14px;
}

.lht-payment-code-card {
	border: 1px solid #d9e2ec;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.lht-payment-code-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 24px 14px;
}

.lht-payment-code-card__title {
	display: flex;
	align-items: center;
	gap: 12px;
}

.lht-payment-code-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 10px;
	background: #0f62fe;
	color: #fff;
	font-weight: 700;
}

.lht-payment-code-toggle {
	display: inline-flex !important;
	align-items: center;
	gap: 12px;
	font-weight: 600;
	color: #52606d;
}

.lht-payment-code-toggle--row {
	justify-content: flex-start;
}

.lht-payment-code-toggle input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.lht-payment-code-toggle__slider {
	position: relative;
	width: 52px;
	height: 30px;
	border-radius: 999px;
	background: #d9e2ec;
	transition: background 0.2s ease;
}

.lht-payment-code-toggle__slider::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
	transition: transform 0.2s ease;
}

.lht-payment-code-toggle input:checked + .lht-payment-code-toggle__slider {
	background: #4c7ff0;
}

.lht-payment-code-toggle input:checked + .lht-payment-code-toggle__slider::after {
	transform: translateX(22px);
}

.lht-payment-code-grid {
	display: grid;
	grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
	gap: 18px 28px;
	padding: 0 24px 24px;
	align-items: start;
}

.lht-payment-code-grid__group {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.lht-payment-code-grid__label {
	font-weight: 700;
	color: #52606d;
}

.lht-payment-code-grid__group small {
	color: #7b8794;
	font-size: 12px;
}

.lht-payment-code-grid__inline {
	display: grid;
	grid-template-columns: auto minmax(96px, 120px) auto minmax(96px, 120px) auto minmax(160px, 220px);
	gap: 12px 16px;
	align-items: center;
	min-width: 0;
}

.lht-payment-code-grid__inline span {
	font-weight: 600;
	color: #52606d;
	white-space: nowrap;
}

.lht-payment-code-card__preview {
	padding: 16px 24px;
	background: #f4f7fb;
	color: #52606d;
	font-weight: 600;
}

.lht-full-row {
	grid-column: 1 / -1;
}

.lht-checkbox-row {
	display: flex !important;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}

.lht-checkbox-row input {
	width: auto;
}

.lht-inline-input-action {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
}

.lht-settings-panel textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #cbd2d9;
	border-radius: 12px;
	padding: 10px 12px;
	font-size: 14px;
	font-family: inherit;
	resize: vertical;
}

.lht-section-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}

.lht-step-map-list {
	display: grid;
	gap: 42px;
	padding: 8px 0 12px;
}

.lht-step-map-card {
	display: grid;
	gap: 12px;
	position: relative;
	align-content: start;
	width: min(640px, 100%);
	justify-self: center;
	padding: 16px 18px;
	border: 1px solid #cbd5e1;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.lht-step-map-card::before {
	content: '';
	position: absolute;
	left: 50%;
	top: calc(100% + 18px);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #94a3b8;
	transform: translateX(-50%);
}

.lht-step-map-card::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 2px;
	height: 18px;
	background: #94a3b8;
	transform: translateX(-50%);
}

.lht-step-map-card:last-child::before,
.lht-step-map-card:last-child::after {
	display: none;
}

.lht-step-map-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 14px;
}

.lht-step-map-head strong {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 4px;
}

.lht-step-map-note {
	display: grid;
	gap: 8px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #eef2f6;
	color: #52606d;
	font-size: 13px;
	font-weight: 600;
}

.lht-step-map-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 4px 10px;
	border-radius: 999px;
	background: #dbeafe;
	color: #0f62fe;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.lht-step-map-badge--alt {
	background: #ede9fe;
	color: #6d28d9;
}

.lht-step-map-card > label,
.lht-step-map-card > .lht-step-map-note {
	margin-top: auto;
}

.lht-section-copy {
	margin: 0;
	color: #52606d;
}

.lht-offer-card {
	background: #f8fbff;
}

.lht-button {
	border: 1px solid transparent;
	border-radius: 999px;
	padding: 10px 20px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.lht-button:active {
	transform: scale(0.98);
}

.lht-button-small {
	padding: 6px 14px;
	font-size: 13px;
}

.lht-button-primary {
	background: #0f62fe;
	color: #fff;
	border-color: #0f62fe;
}

.lht-button-primary:hover {
	background: #0353e9;
	border-color: #0353e9;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(15, 98, 254, 0.22);
}

.lht-button-primary:active {
	transform: translateY(0) scale(0.98);
}

.lht-button-secondary {
	background: #ffffff;
	border-color: #cbd5e1;
	color: #475569;
}

.lht-button-secondary:hover {
	background: #f8fafc;
	color: #0f172a;
	border-color: #94a3b8;
	transform: translateY(-1px);
}

.lht-button-secondary:active {
	transform: translateY(0) scale(0.98);
}

.lht-button-danger {
	background: #ef4444;
	color: #fff;
	border-color: #ef4444;
}

.lht-button-danger:hover {
	background: #dc2626;
	border-color: #dc2626;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(239, 68, 68, 0.22);
}

.lht-button-danger:active {
	transform: translateY(0) scale(0.98);
}

.lht-flow-list {
	display: grid;
	gap: 16px;
	margin-top: 18px;
}

.lht-funnel-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 16px 0;
}

.lht-funnel-copy {
	padding: 14px 16px;
	border: 1px solid #d9e2ec;
	border-radius: 14px;
	background: #f8fafc;
}

.lht-funnel-copy strong {
	display: block;
	margin-bottom: 8px;
}

.lht-funnel-copy p {
	margin: 0;
	color: #52606d;
}

.lht-social-image-field {
	display: grid;
	gap: 12px;
}

.lht-social-image-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}

.lht-social-preview {
	width: min(100%, 360px);
	border: 1px solid #d9e2ec;
	border-radius: 16px;
	overflow: hidden;
	background: #f8fafc;
}

.lht-social-preview img {
	display: block;
	width: 100%;
	height: auto;
}

.lht-builder-flow {
	display: grid;
	gap: 0;
	justify-items: center;
	padding: 8px 0 4px;
}

.lht-builder-flow-node {
	width: min(100%, 580px);
	display: grid;
	justify-items: center;
}

.lht-builder-step {
	position: relative;
	width: 100%;
	border: 1px solid #d9e2ec;
	border-radius: 18px;
	padding: 18px 20px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lht-builder-step:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.lht-builder-step.is-selected {
	border-color: #0f62fe;
	box-shadow: 0 0 0 3px rgba(15, 98, 254, 0.12);
}

.lht-builder-step-main {
	display: grid;
	gap: 8px;
	padding-right: 124px;
}

.lht-step-badge {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #486581;
}

.lht-builder-step h3 {
	margin: 0;
	font-size: 22px;
}

.lht-builder-step p {
	margin: 0;
	color: #52606d;
	font-size: 14px;
}

.lht-step-actions {
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	gap: 8px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.18s ease;
}

.lht-builder-step:hover .lht-step-actions,
.lht-builder-step.is-selected .lht-step-actions {
	opacity: 1;
	pointer-events: auto;
}

.lht-builder-connector {
	display: grid;
	justify-items: center;
	gap: 8px;
	padding: 6px 0 10px;
}

.lht-builder-line {
	width: 2px;
	height: 26px;
	background: linear-gradient(180deg, #cbd2d9 0%, #9fb3c8 100%);
}

.lht-insert-step-button {
	width: 36px;
	height: 36px;
	border: 1px solid #cbd2d9;
	border-radius: 999px;
	background: #fff;
	color: #0f62fe;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.lht-insert-step-button:hover {
	border-color: #0f62fe;
	transform: translateY(-1px);
}

.lht-stats-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 20px;
}

.lht-stat-card {
	background: #f8fbff;
	border: 1px solid #dbeafe;
	border-radius: 16px;
	padding: 18px;
	display: grid;
	gap: 8px;
}

.lht-stat-card span {
	color: #52606d;
	font-size: 13px;
}

.lht-stat-card strong {
	font-size: 24px;
}

.lht-flow-item {
	position: relative;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: 20px 24px;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.02), 0 1px 2px rgba(0,0,0,0.03);
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.lht-flow-item:hover {
	border-color: #cbd5e1;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.03);
	transform: translateY(-2px);
}

.lht-flow-item-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 0;
}

.lht-flow-item-main {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.lht-flow-item h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #0f172a;
}

.lht-flow-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 13px;
	color: #64748b;
	margin-bottom: 10px;
}

.lht-flow-link {
	word-break: break-all;
	color: #0f62fe;
	text-decoration: none;
	font-weight: 500;
}

.lht-flow-link:hover {
	text-decoration: underline;
}

.lht-flow-menu {
	position: relative;
	flex: 0 0 auto;
}

.lht-icon-menu-button {
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	color: #64748b;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.lht-icon-menu-button:hover {
	background: #e2e8f0;
	color: #0f62fe;
	border-color: #cbd5e1;
	transform: scale(1.05);
}

.lht-flow-menu-dropdown {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 160px;
	padding: 6px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	display: grid;
	gap: 2px;
	z-index: 90;
}

.lht-flow-menu-item {
	border: 0;
	background: transparent;
	color: #475569;
	text-align: left;
	padding: 10px 14px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.15s ease;
}

.lht-flow-menu-item:hover {
	background: #f1f5f9;
	color: #0f62fe;
}

.lht-flow-menu-item.is-danger {
	color: #ef4444;
}

.lht-flow-menu-item.is-danger:hover {
	background: #fef2f2;
	color: #ef4444;
}

.lht-funnel-link-editor {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 16px;
	border: 1px solid #d9e2ec;
	background: #f8fafc;
}

.lht-icon-button {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	border: 1px solid #cbd2d9;
	background: #fff;
	color: #243b53;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
}

.lht-icon-button .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
}

.lht-slug-editor {
	display: grid;
	gap: 10px;
	width: 100%;
	padding: 16px;
	border-radius: 16px;
	background: #f8fafc;
	border: 1px solid #d9e2ec;
}

.lht-warning-copy {
	margin: 0;
	padding: 12px 14px;
	border-radius: 12px;
	background: #fff4db;
	color: #8d5d00;
	font-size: 14px;
	line-height: 1.6;
}

.lht-single-field-grid {
	grid-template-columns: minmax(0, 1fr);
}

.lht-modal-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.4);
	backdrop-filter: blur(8px);
	display: grid;
	place-items: center;
	padding: 20px;
	z-index: 9999;
}

.lht-modal-backdrop--fullscreen {
	padding: 0;
	z-index: 100000;
}

.lht-modal-card {
	width: min(520px, 100%);
	box-sizing: border-box;
	background: #fff;
	border-radius: 24px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	padding: 32px;
	display: grid;
	gap: 20px;
}

.lht-modal-card--wide {
	width: 100vw;
	height: 100vh;
	max-height: 100vh;
	overflow: auto;
	align-content: start;
	border-radius: 0;
	border: 0;
	padding: 20px 24px 24px;
	gap: 14px;
}

.lht-modal-card h3 {
	margin: 0;
	font-size: 24px;
	color: #0f172a;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.lht-modal-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.lht-modal-close {
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #f8fafc;
	color: #64748b;
	font-size: 22px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.25s ease;
}

.lht-modal-close:hover {
	border-color: #fca5a5;
	color: #ef4444;
	background: #fef2f2;
	transform: rotate(90deg);
}

.lht-file-upload-container {
	padding: 32px 24px;
	border: 2px dashed #cbd5e1;
	border-radius: 16px;
	text-align: center;
	background: #f8fafc;
	margin-bottom: 20px;
	transition: all 0.2s ease;
}

.lht-file-upload-container:hover {
	border-color: #0f62fe;
	background: #f0f5ff;
}

.lht-modal-card label {
	display: grid;
	gap: 6px;
	font-weight: 600;
}

.lht-modal-card .lht-checkbox-row {
	display: flex !important;
	align-items: center;
	gap: 10px;
}

.lht-modal-card input {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #cbd2d9;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 14px;
}

.lht-modal-card input[type='checkbox'] {
	width: 18px;
	height: 18px;
	padding: 0;
	border-radius: 4px;
	flex: 0 0 18px;
}

.lht-modal-card select {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #cbd2d9;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 14px;
	background: #fff;
}

.lht-modal-bump-list {
	display: grid;
	gap: 12px;
}

.lht-modal-bump-list__head {
	display: grid;
	gap: 4px;
}

.lht-modal-bump-list__head strong {
	font-size: 15px;
	line-height: 1.4;
}

.lht-modal-selection-groups {
	display: grid;
	gap: 14px;
}

.lht-modal-selection-group {
	display: grid;
	gap: 12px;
	padding: 14px;
	border: 1px solid #d9e2ec;
	border-radius: 14px;
	background: #f8fafc;
}

.lht-modal-selection-group__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

.lht-modal-selection-group__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.lht-modal-card--wide .lht-modal-bump-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
}

.lht-modal-card--wide .lht-modal-bump-list__head {
	grid-column: 1 / -1;
}

.lht-modal-card--wide .lht-modal-selection-groups {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
}

.lht-modal-card--wide .lht-modal-selection-groups > .lht-modal-bump-list__head {
	grid-column: 1 / -1;
}

.lht-modal-card--wide .lht-modal-selection-group__items {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lht-product-picker__control {
	position: relative;
}

.lht-product-picker__menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 9999 !important;
	max-height: 260px;
	overflow-y: auto;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
	padding: 6px;
	box-sizing: border-box;
}

/* Custom Scrollbar for product picker menu */
.lht-product-picker__menu::-webkit-scrollbar {
	width: 6px;
}
.lht-product-picker__menu::-webkit-scrollbar-track {
	background: transparent;
}
.lht-product-picker__menu::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 99px;
}
.lht-product-picker__menu::-webkit-scrollbar-thumb:hover {
	background: #94a3b8;
}

.lht-product-picker__option {
	display: block;
	width: 100% !important;
	border: 0 !important;
	background: transparent !important;
	text-align: left !important;
	padding: 10px 12px !important;
	border-radius: 10px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #334155 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	cursor: pointer !important;
	transition: all 0.15s ease !important;
	box-sizing: border-box !important;
}

.lht-product-picker__option:hover {
	background: #f1f5f9 !important;
	color: #0f172a !important;
}

.lht-product-picker__empty {
	padding: 12px !important;
	font-size: 13px !important;
	color: #64748b !important;
	text-align: center !important;
}

.lht-empty,
.lht-notice {
	padding: 14px 16px;
	border-radius: 12px;
	margin-bottom: 16px;
}

.lht-loading-block {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	width: 100%;
}

.lht-loading-block-panel {
	min-height: 220px;
}

.lht-loading-block-overlay {
	min-height: 100vh;
}

.lht-loading-overlay {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(2px);
}

.lht-spinner {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	border: 3px solid #d9e2ec;
	border-top-color: #0f62fe;
	animation: lhtSpin 0.8s linear infinite;
}

@keyframes lhtSpin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.lht-empty {
	background: #f8fafc;
	border: 1px dashed #cbd2d9;
	color: #52606d;
}

.lht-notice {
	background: #e6f4ea;
	color: #235d34;
}

.lht-error {
	background: #fdecec;
	color: #9b1c1c;
}

.lht-toast-stack {
	position: fixed;
	top: 88px;
	right: 24px;
	z-index: 10001;
	display: grid;
	gap: 10px;
	max-width: min(520px, calc(100vw - 32px));
}

.lht-toast {
	margin-bottom: 0;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
	padding: 18px 22px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	border-radius: 16px;
}

@media (max-width: 960px) {
	.lht-admin-grid {
		grid-template-columns: 1fr;
	}

	.lht-settings-layout {
		grid-template-columns: 1fr;
	}

	.lht-edit-layout {
		grid-template-columns: 1fr;
	}

	.lht-edit-header {
		flex-direction: column;
	}

	.lht-edit-nav {
		padding-right: 0;
		border-right: 0;
		padding-bottom: 18px;
		border-bottom: 1px solid #e7edf5;
	}

	.lht-edit-content {
		padding-left: 0;
	}

	.lht-inline-grid {
		grid-template-columns: 1fr;
	}

	.lht-payment-bank-grid {
		grid-template-columns: 1fr;
	}

	.lht-payment-code-layout {
		grid-template-columns: 1fr;
	}

	.lht-payment-code-grid {
		grid-template-columns: 1fr;
	}

	.lht-payment-code-grid__inline {
		grid-template-columns: 1fr;
	}

	.lht-inline-input-action {
		grid-template-columns: 1fr;
	}

	.lht-funnel-grid {
		grid-template-columns: 1fr;
	}

	.lht-section-head {
		flex-direction: column;
	}

	.lht-social-image-head {
		flex-direction: column;
	}

	.lht-builder-hero {
		flex-direction: column;
	}

	.lht-builder-hero-actions {
		justify-content: flex-start;
	}

	.lht-flow-name-input {
		max-width: 100%;
		font-size: 24px;
	}

	.lht-builder-step-main {
		padding-right: 0;
	}

	.lht-step-actions {
		position: static;
		opacity: 1;
		pointer-events: auto;
		margin-top: 12px;
	}

	.lht-stats-grid {
		grid-template-columns: 1fr;
	}

	.lht-checkout-admin {
		margin: 0;
		width: auto;
		max-width: 100%;
	}

	.lht-admin-shell {
		margin: 10px;
	}

	.lht-admin-header-bar {
		align-items: stretch;
	}

	.lht-brand,
	.lht-admin-tabs {
		width: 100%;
	}

	.lht-cart-item__head,
	.lht-cart-item__body {
		display: grid;
		grid-template-columns: 1fr;
	}

	.lht-cart-item__meta {
		text-align: left;
	}
}

/* Custom Searchable Bank Select Dropdown */
.lht-searchable-select {
	width: 100%;
}

.lht-searchable-select-trigger {
	width: 100% !important;
	height: 44px !important;
	min-height: 44px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 10px 14px !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 12px !important;
	background: #f8fafc !important;
	color: #0f172a !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	text-shadow: none !important;
	box-shadow: none !important;
	cursor: pointer !important;
	text-align: left !important;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
	box-sizing: border-box !important;
}

.lht-searchable-select-trigger:hover {
	border-color: #cbd5e1 !important;
	background: #ffffff !important;
}

.lht-searchable-select-trigger:focus {
	border-color: #0f62fe !important;
	background: #ffffff !important;
	box-shadow: 0 0 0 3px rgba(15, 98, 254, 0.12) !important;
	outline: none !important;
}

.lht-searchable-select-arrow {
	font-size: 10px !important;
	color: #64748b !important;
	display: inline-block !important;
	transition: transform 0.2s ease !important;
}

.lht-searchable-select-dropdown {
	background: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 16px !important;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05) !important;
	padding: 10px !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	box-sizing: border-box !important;
}

.lht-searchable-select-dropdown input {
	width: 100% !important;
	padding: 10px 12px !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 10px !important;
	font-size: 13px !important;
	box-sizing: border-box !important;
	background: #f8fafc !important;
	color: #0f172a !important;
	transition: all 0.2s ease !important;
}

.lht-searchable-select-dropdown input:focus {
	border-color: #0f62fe !important;
	background: #ffffff !important;
	box-shadow: 0 0 0 3px rgba(15, 98, 254, 0.12) !important;
	outline: none !important;
}

.lht-searchable-select-options {
	overflow-y: auto !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 2px !important;
	max-height: 200px !important;
	padding-right: 4px !important;
}

/* Custom Scrollbar for options list */
.lht-searchable-select-options::-webkit-scrollbar {
	width: 6px;
}
.lht-searchable-select-options::-webkit-scrollbar-track {
	background: transparent;
}
.lht-searchable-select-options::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 99px;
}
.lht-searchable-select-options::-webkit-scrollbar-thumb:hover {
	background: #94a3b8;
}

.lht-searchable-select-no-results {
	padding: 12px !important;
	text-align: center !important;
	font-size: 13px !important;
	color: #64748b !important;
}

.lht-bank-option-item {
	border: 0 !important;
	width: 100% !important;
	display: block !important;
	padding: 10px 12px !important;
	border-radius: 8px !important;
	text-align: left !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	cursor: pointer !important;
	box-shadow: none !important;
	text-shadow: none !important;
	transition: all 0.15s ease !important;
	background: transparent !important;
	color: #334155 !important;
	box-sizing: border-box !important;
}

.lht-bank-option-item:hover {
	background: #f1f5f9 !important;
	color: #0f172a !important;
}

.lht-bank-option-item.is-selected {
	background: #f0f5ff !important;
	color: #0f62fe !important;
	font-weight: 700 !important;
}

/* Split layout for product search and select */
.lht-product-picker-split {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 12px !important;
	align-items: center !important;
	width: 100% !important;
	margin-top: 4px !important;
}

@media (max-width: 600px) {
	.lht-product-picker-split {
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}
}

.lht-product-search-input {
	width: 100% !important;
	height: 44px !important;
	box-sizing: border-box !important;
}

.lht-product-select {
	width: 100% !important;
	height: 44px !important;
	box-sizing: border-box !important;
}
