/* SnapWeb Core frontend styles chunk 4 of 4. Loaded by the snapweb-core style handle. */

.snapweb-core-panel-section__heading h4 {
	margin: 0;
	font-size: 14px;
	line-height: 1.25;
	color: #0f172a;
}

.snapweb-core-panel-section__heading p {
	margin: 0;
	color: #6b7b8c;
	font-size: 11px;
	line-height: 1.45;
}

.snapweb-core-data-list {
	display: grid;
	gap: 9px;
}

.snapweb-core-data-row {
	display: grid;
	grid-template-columns: minmax(92px, 132px) minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	padding: 2px 0;
}

.snapweb-core-data-row__label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #607282;
}

.snapweb-core-data-row__value {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	min-width: 0;
	justify-content: space-between;
}

.snapweb-core-data-row__value span {
	overflow-wrap: anywhere;
	min-width: 0;
	flex: 1 1 auto;
}

.snapweb-core-password-value {
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	letter-spacing: .02em;
}

.snapweb-core-password-toggle span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.snapweb-core-remote-access-heading-actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-wrap: wrap;
}

.snapweb-core-remote-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 32px;
	padding: 4px 10px 4px 7px;
	border: 1px solid #dbe5ef;
	border-radius: 999px;
	background: var(--snapweb-fc-muted-bg, #f5f6f7);
	color: #64748b;
	font-size: 12px;
	font-weight: 650;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
	transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.snapweb-core-remote-toggle:hover,
.snapweb-core-remote-toggle:focus-visible {
	border-color: rgba(37, 99, 235, .35);
	background: #eff6ff;
	color: #2563eb;
	box-shadow: 0 14px 28px rgba(37, 99, 235, .12);
}

.snapweb-core-remote-toggle:focus-visible {
	outline: 2px solid rgba(37, 99, 235, .22);
	outline-offset: 2px;
}

.snapweb-core-remote-toggle.is-active {
	border-color: rgba(34, 197, 94, .45);
	background: #ecfdf5;
	color: #047857;
}

.snapweb-core-remote-toggle:disabled {
	opacity: .6;
	cursor: not-allowed;
	transform: none;
}

.snapweb-core-remote-toggle__track {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 34px;
	height: 18px;
	border-radius: 999px;
	background: #cbd5e1;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, .18);
	transition: background .18s ease;
}

.snapweb-core-remote-toggle__knob {
	position: absolute;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(15, 23, 42, .24);
	transition: transform .18s ease;
}

.snapweb-core-remote-toggle.is-active .snapweb-core-remote-toggle__track {
	background: #22c55e;
}

.snapweb-core-remote-toggle.is-active .snapweb-core-remote-toggle__knob {
	transform: translateX(16px);
}

.snapweb-core-remote-toggle.is-loading {
	pointer-events: none;
}

.snapweb-core-remote-toggle.is-loading .snapweb-core-remote-toggle__knob {
	animation: snapweb-core-pulse 1s ease-in-out infinite;
}

.snapweb-core-inline-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.snapweb-core-site-plan-options {
	display: grid;
	gap: 10px;
	margin-top: 8px;
}

.snapweb-core-plans-layout {
	display: grid;
	gap: 18px;
}

.snapweb-core-empty--inline {
	min-height: 180px;
}

.snapweb-core-plan-strip .snapweb-core-overview-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: auto;
}

.snapweb-core-plan-strip .snapweb-core-overview-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
}

.snapweb-core-plan-strip .snapweb-core-overview-card__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--snapweb-fc-muted-bg, #f5f6f7);
}

.snapweb-core-site-plan-option {
	display: grid;
	gap: 8px;
	padding: 12px;
	border: 1px solid #edf2f7;
	border-radius: 12px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.snapweb-core-site-plan-option.is-current {
	border-color: #dbeafe;
	background: linear-gradient(180deg, #f5f7fa 0%, #eef6ff 100%);
}

.snapweb-core-site-plan-option__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

.snapweb-core-upgrade-panel {
	gap: 12px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.snapweb-core-upgrade-step {
	gap: 12px;
	padding: 14px;
	box-shadow: none;
}

.snapweb-core-upgrade-payment-step {
	gap: 6px;
	padding-top: 16px;
}

.snapweb-core-upgrade-payment-step .snapweb-core-create__step-heading {
	margin-bottom: 0;
}

.snapweb-core-upgrade-payment-step[hidden] {
	display: none !important;
}

.snapweb-core-upgrade-review {
	display: none !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 3px 12px;
	align-items: center;
	padding: 10px 12px;
	border: 1px solid #e6edf5;
	border-radius: 14px;
	background: #f5f7fa;
}

.snapweb-core-upgrade-review span {
	grid-column: 1 / -1;
	color: #64748b;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .06em;
	line-height: 1;
	text-transform: uppercase;
}

.snapweb-core-upgrade-review strong {
	color: #0f172a;
	font-size: 13px;
	line-height: 1.2;
}

.snapweb-core-upgrade-review em {
	color: #526274;
	font-size: 12px;
	font-style: normal;
	font-weight: 650;
	line-height: 1.2;
	text-align: right;
}

.snapweb-core-upgrade-table-wrap {
	overflow-x: auto;
	border: 1px solid #e5edf6;
	border-radius: 16px;
	background: #fff;
}

.snapweb-core-upgrade-table {
	width: 100%;
	min-width: 620px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 11px;
	color: #23364d;
}

.snapweb-core-upgrade-table--features {
	min-width: 1060px;
}

.snapweb-core-upgrade-table th,
.snapweb-core-upgrade-table td {
	padding: 10px 8px;
	border-bottom: 1px solid #edf2f7;
	text-align: center;
	vertical-align: middle;
}

.snapweb-core-upgrade-table thead th {
	background: #f5f7fa;
	color: #64748b;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.snapweb-core-upgrade-table th:first-child,
.snapweb-core-upgrade-table td:first-child {
	text-align: left;
}

.snapweb-core-upgrade-table tbody tr:last-child th,
.snapweb-core-upgrade-table tbody tr:last-child td {
	border-bottom: 0;
}

.snapweb-core-upgrade-table tbody tr.is-current {
	background: linear-gradient(90deg, #f5f7fa 0%, #ffffff 65%);
}

.snapweb-core-upgrade-table tbody th strong {
	display: block;
	color: #0f172a;
	font-size: 12px;
	line-height: 1.25;
}

.snapweb-core-upgrade-table tbody th span {
	display: block;
	margin-top: 3px;
	color: #728196;
	font-size: 11px;
	font-weight: 500;
}

.snapweb-core-upgrade-cell {
	display: inline-grid;
	justify-items: center;
	gap: 7px;
	min-width: 68px;
}

.snapweb-core-upgrade-cell > strong {
	color: #0f172a;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
}

.snapweb-core-upgrade-table .snapweb-core-button--compact {
	min-height: 26px;
	padding: 0 10px;
	font-size: 11px;
}

.snapweb-core-upgrade-billing {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 132px;
	max-width: 100%;
}

.snapweb-core-upgrade-billing select {
	width: 100%;
	min-height: 28px;
	padding: 0 26px 0 11px;
	border: 1px solid #d8e3ef;
	border-radius: 999px;
	background-color: #ffffff;
	color: #0f172a;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
	cursor: pointer;
}

.snapweb-core-upgrade-table .snapweb-core-button.is-disabled {
	cursor: not-allowed;
	opacity: .55;
	pointer-events: none;
}

.snapweb-core-upgrade-cell-muted {
	color: #94a3b8;
	font-size: 11px;
}

.snapweb-core-button--compact {
	min-height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: 11px;
	line-height: 1;
}

.snapweb-core-upgrade-cell .snapweb-core-button--compact:hover,
.snapweb-core-upgrade-cell .snapweb-core-button--compact:focus-visible {
	border-color: #93c5fd;
	background: #eff6ff;
	color: #1d4ed8;
	box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .18), 0 8px 18px rgba(59, 130, 246, .1);
	transform: translateY(-1px);
}

.snapweb-core-copy-all-button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0 2px;
	min-height: 22px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #64748b;
	font: inherit;
	font-size: 11px;
	font-weight: 600;
	cursor: pointer;
}

.snapweb-core-copy-all-button:hover,
.snapweb-core-copy-all-button:focus-visible {
	color: #0f172a;
	background: rgba(148, 163, 184, 0.08);
	outline: none;
}

.snapweb-core-copy-all-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	padding: 0;
	border-radius: 999px;
}

.snapweb-core-copy-all-button__icon svg {
	width: 14px;
	height: 14px;
	display: block;
}

.snapweb-core-icon-action {
	width: 34px;
	padding: 0;
	border-color: rgba(148, 163, 184, .24);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(246,248,251,.98) 100%);
	box-shadow: 0 1px 2px rgba(15, 23, 42, .05), inset 0 1px 0 rgba(255,255,255,.9);
}

.snapweb-core-icon-action--danger {
	border-color: rgba(248, 113, 113, .24);
	color: #b42318;
}

.snapweb-core-icon-action--danger:hover,
.snapweb-core-icon-action--danger:focus-visible {
	border-color: rgba(248, 113, 113, .42);
	background: linear-gradient(180deg, #fff7f7 0%, #feecec 100%);
	color: #991b1b;
}

.snapweb-core-icon-action.is-copied {
	border-color: rgba(34, 197, 94, .38);
	background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 100%);
	color: #166534;
}

.snapweb-core-icon-action.is-copy-failed {
	border-color: rgba(248, 113, 113, .34);
	background: linear-gradient(180deg, #fef2f2 0%, #fee2e2 100%);
	color: #b91c1c;
}

.snapweb-core-icon-action svg {
	width: 14px;
	height: 14px;
	display: block;
}

.snapweb-core-icon-action.is-loading[data-snapweb-core-action="refresh"] svg {
	animation: snapweb-core-spin .75s linear infinite;
}

@keyframes snapweb-core-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes snapweb-core-pulse {
	0%, 100% {
		opacity: 1;
	}

	50% {
		opacity: .45;
	}
}

.snapweb-core-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.snapweb-core-feature-card {
	display: grid;
	gap: 6px;
	padding: 12px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: #ffffff;
}

.snapweb-core-feature-card__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.snapweb-core-feature-card p {
	margin: 0;
	color: #607282;
}

.snapweb-core-feature-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.snapweb-core-activity {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.snapweb-core-activity__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px 14px;
	padding: 12px 13px;
	border: 1px solid #edf2f7;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}

.snapweb-core-activity__main {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.snapweb-core-activity__main p {
	margin: 0;
	color: #6b7b8c;
	font-size: 12px;
}

.snapweb-core-activity__meta {
	display: grid;
	gap: 6px;
	justify-items: end;
	align-content: start;
}

.snapweb-core-activity__item span {
	color: #6b7b8c;
	font-size: 12px;
}

.snapweb-core-domain-cards {
	display: grid;
	gap: 12px;
}

.snapweb-core-domain-card {
	display: grid;
	gap: 10px;
	padding: 14px;
	border: 1px solid #e7edf4;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.03);
}

.snapweb-core-domain-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 2px;
}

.snapweb-core-domain-card__topline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 14px;
}

.snapweb-core-domain-card h4 {
	margin: 0;
	font-size: 15px;
}

.snapweb-core-domain-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	color: #6b7b8c;
	font-size: 12px;
}

.snapweb-core-domain-card__instructions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	padding-top: 4px;
}

.snapweb-core-domain-card__instruction {
	display: grid;
	gap: 4px;
	padding: 10px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: color-mix(in srgb, var(--snapweb-core-surface, #ffffff) 99%, #fbfdff 1%);
}

.snapweb-core-domain-card__instruction-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #607282;
}

.snapweb-core-domain-workspace {
	display: grid;
	gap: 12px;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #e9eff5;
}

.snapweb-core-domains-list .snapweb-core-site:not(.is-selected) {
	opacity: .92;
}

.snapweb-core-domain-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.snapweb-core-domain-workspace__header {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	gap: 10px 16px;
}

.snapweb-core-domain-workspace__heading {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.snapweb-core-domain-workspace__heading h4 {
	margin: 0;
	font-size: 17px;
	line-height: 1.2;
}

.snapweb-core-domain-workspace__heading p {
	margin: 0;
	color: #6b7b8c;
	font-size: 12px;
}

.snapweb-core-guidance-card {
	display: grid;
	gap: 10px;
	padding: 14px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: #ffffff;
}

.snapweb-core-domain-card .snapweb-core-guidance-card {
	background: color-mix(in srgb, var(--snapweb-core-surface, #ffffff) 99%, #fbfdff 1%);
}

.snapweb-core-guidance-card__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.snapweb-core-guidance-list {
	margin: 0;
	padding-left: 18px;
	color: #607282;
	display: grid;
	gap: 6px;
}

.snapweb-core-progress-steps {
	display: grid;
	gap: 10px;
}

.snapweb-core-progress-step {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.snapweb-core-progress-step__dot {
	width: 12px;
	height: 12px;
	margin-top: 3px;
	border-radius: 999px;
	background: #cbd5e1;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.7);
}

.snapweb-core-progress-step__content {
	display: grid;
	gap: 4px;
}

.snapweb-core-progress-step__content strong {
	font-size: 13px;
	line-height: 1.2;
}

.snapweb-core-progress-step__content span {
	color: #607282;
	font-size: 12px;
	line-height: 1.4;
}

.snapweb-core-progress-step.is-complete .snapweb-core-progress-step__dot {
	background: #22c55e;
	box-shadow: 0 0 0 4px rgba(34,197,94,.12), inset 0 0 0 2px rgba(255,255,255,.7);
}

.snapweb-core-progress-step.is-current .snapweb-core-progress-step__dot {
	background: #3b82f6;
	box-shadow: 0 0 0 4px rgba(59,130,246,.12), inset 0 0 0 2px rgba(255,255,255,.7);
}

.snapweb-core-domain-form {
	display: grid;
	gap: 10px;
	padding: 14px;
	border: 1px solid #e7edf4;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.snapweb-core-domain-form label {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6b7b8c;
}

.snapweb-core-domain-form__row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.snapweb-core-domain-form input {
	min-width: min(100%, 260px);
	flex: 1 1 240px;
	min-height: 44px;
	padding: 0 13px;
	border: 1px solid #d9e3ec;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: inset 0 1px 1px rgba(15, 23, 42, 0.02);
}

.snapweb-core-progress {
	display: grid;
	gap: 6px;
	margin: 0 0 10px;
	max-width: 360px;
}

.snapweb-core-progress__track {
	position: relative;
	overflow: hidden;
	height: 8px;
	border-radius: 999px;
	background: #e2e8f0;
}

.snapweb-core-progress__fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #60a5fa 0%, #2563eb 100%);
	box-shadow: 0 0 18px rgba(37, 99, 235, 0.22);
}

.snapweb-core-progress__label {
	font-size: 12px;
	font-weight: 700;
	color: #425563;
}

.snapweb-core-credentials {
	display: grid;
	gap: 10px;
	margin: 8px 0 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	max-width: none;
}

.snapweb-core-credentials__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 16px;
	padding: 10px 12px;
	border: 1px solid #edf2f7;
	border-radius: 12px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.snapweb-core-credentials__label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #607282;
}

.snapweb-core-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.snapweb-core-site__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

@media (max-width: 920px) {
	.snapweb-core-template-modal__body {
		grid-template-columns: 1fr;
	}

	.snapweb-core-template-modal__image-frame,
	.snapweb-core-template-modal__viewer-shell {
		min-height: 420px;
	}

	.snapweb-core-dashboard__header {
		flex-direction: column;
	}

	.snapweb-core-dashboard__meta {
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.snapweb-core-site__summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.snapweb-core-site__ops-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.snapweb-core-panel-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.snapweb-core-site__modal-dialog--template {
		width: min(100vw - 20px, 100%);
		max-height: calc(100vh - 20px);
		padding: 16px;
	}

	.snapweb-core-template-modal__toolbar {
		align-items: stretch;
	}

	.snapweb-core-template-modal__devices {
		width: 100%;
	}

	.snapweb-core-template-modal__devices .snapweb-core-button,
	.snapweb-core-template-modal__toolbar > .snapweb-core-button {
		flex: 1 1 calc(50% - 8px);
		justify-content: center;
	}

	.snapweb-core-dashboard {
		padding: 18px;
	}

	.snapweb-core-dashboard__summary-topline {
		flex-direction: column;
		align-items: flex-start;
	}

	.snapweb-core-dashboard__hero-actions,
	.snapweb-core-dashboard__summary-chips,
	.snapweb-core-dashboard__tabs,
	.snapweb-core-site__quick-actions,
	.snapweb-core-domain-card__actions,
	.snapweb-core-inline-actions,
	.snapweb-core-feature-card__actions,
	.snapweb-core-site__actions {
		width: 100%;
	}

	.snapweb-core-subsection-heading {
		align-items: flex-start;
	}

	.snapweb-core-site {
		grid-template-columns: 1fr;
	}

	.snapweb-core-data-row {
		grid-template-columns: 1fr;
	}

	.snapweb-core-overview-grid {
		grid-template-columns: 1fr;
	}

	.snapweb-core-site__summary {
		grid-template-columns: 1fr;
	}

	.snapweb-core-site-list-tools {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	.snapweb-core-site-list-tools__filters {
		justify-content: flex-start;
		margin-left: 0;
		overflow-x: auto;
	}

	.snapweb-core-site-list-tools__search {
		width: 100%;
	}

	.snapweb-core-site-table__head {
		display: none;
	}

	.snapweb-core-site-table__row {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 14px;
	}

	.snapweb-core-site-table__cell {
		grid-template-columns: 86px minmax(0, 1fr);
		align-items: center;
		gap: 8px;
	}

	.snapweb-core-site-table__cell::before {
		content: attr(data-label);
		color: #64748b;
		font-size: 10px;
		font-weight: 800;
		letter-spacing: 0.055em;
		text-transform: uppercase;
	}

	.snapweb-core-site-table__cell--site,
	.snapweb-core-site-table__cell--check,
	.snapweb-core-site-table__cell--actions {
		grid-template-columns: 1fr;
	}

	.snapweb-core-site-table__cell--site::before,
	.snapweb-core-site-table__cell--check::before,
	.snapweb-core-site-table__cell--actions::before {
		display: none;
	}

	.snapweb-core-site-table__cell--check {
		justify-content: flex-start;
	}

	.snapweb-core-site-table__cell--actions {
		justify-content: flex-start;
	}

	.snapweb-core-site-table__actions-group {
		justify-content: flex-start;
	}

	.snapweb-core-site-table__menu {
		right: auto;
		left: 0;
	}

	.snapweb-core-snapshot-form__grid {
		grid-template-columns: 1fr;
	}

	.snapweb-core-snapshot-form__row {
		grid-template-columns: 1fr;
	}

	.snapweb-core-php-config-grid {
		grid-template-columns: 1fr;
	}

	.snapweb-core-site__title-actions {
		margin-left: 0;
	}

	.snapweb-core-site__ops-grid {
		grid-template-columns: 1fr;
	}

	.snapweb-core-feature-grid {
		grid-template-columns: 1fr;
	}

	.snapweb-core-panel-grid {
		grid-template-columns: 1fr;
	}

	.snapweb-core-domain-card__instructions {
		grid-template-columns: 1fr;
	}

	.snapweb-core-activity__item {
		grid-template-columns: 1fr;
	}

	.snapweb-core-activity__meta {
		justify-items: start;
	}

	.snapweb-core-site__actions {
		justify-content: flex-start;
	}

	.snapweb-core-panel {
		padding: 18px;
	}

	.snapweb-core-create__steps {
		grid-template-columns: 1fr;
	}

	.snapweb-core-create__plan-table-head {
		display: none;
	}

	.snapweb-core-create__picker-option {
		padding: 15px 14px 15px 46px;
	}

	.snapweb-core-create__picker-option::before {
		left: 14px;
	}

	.snapweb-core-create__picker-table,
	.snapweb-core-create__picker-table--plan,
	.snapweb-core-create__picker-table--server {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.snapweb-core-create__picker-option--plan .snapweb-core-create__picker-column small {
		display: block;
	}

	.snapweb-core-create__template-filters {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.snapweb-core-create__template-filter,
	.snapweb-core-create__template-filter--search {
		max-width: none;
	}

	.snapweb-core-create__template-clear {
		justify-self: end;
	}

	.snapweb-core-create__row > * {
		flex: 1 1 100%;
		min-width: 0;
		width: 100%;
	}

	.snapweb-core-create__field,
	.snapweb-core-create__submit {
		flex: 1 1 100%;
	}

	.snapweb-core-create__preview {
		grid-template-columns: 1fr;
	}

	.snapweb-core-dashboard__hero-actions .snapweb-core-button,
	.snapweb-core-dashboard__tabs .snapweb-core-dashboard__tab,
	.snapweb-core-site__quick-actions .snapweb-core-button,
	.snapweb-core-site__entry-actions .snapweb-core-button,
	.snapweb-core-domain-card__actions .snapweb-core-button--soft,
	.snapweb-core-domain-card__actions .snapweb-core-button,
	.snapweb-core-site__actions button {
		justify-content: center;
		flex: 1 1 calc(50% - 8px);
	}

	.snapweb-core-site__quick-actions .snapweb-core-site-section-button.is-icon-only,
	.snapweb-core-site__quick-actions .snapweb-core-icon-action {
		flex: 0 0 30px;
		width: 30px;
	}

	.snapweb-core-copy-row {
		align-items: flex-start;
	}

	.snapweb-core-guidance-card__topline,
	.snapweb-core-domain-card__topline,
	.snapweb-core-feature-card__topline {
		align-items: flex-start;
	}
}

@media (max-width: 560px) {
	.snapweb-core-template-modal__devices .snapweb-core-button,
	.snapweb-core-template-modal__toolbar > .snapweb-core-button {
		flex-basis: 100%;
		width: 100%;
	}

	.snapweb-core-template-card__frame {
		height: 190px;
	}

	.snapweb-core-dashboard {
		padding: 14px;
	}

	.snapweb-core-panel,
	.snapweb-core-create,
	.snapweb-core-site,
	.snapweb-core-billing-card {
		padding: 14px;
	}

	.snapweb-core-site-table > .snapweb-core-site,
	.snapweb-core-site-table > .snapweb-core-site:not(.is-selected),
	.snapweb-core-site-table > .snapweb-core-site.is-selected {
		padding: 0;
	}

	.snapweb-core-dashboard__meta,
	.snapweb-core-site__summary,
	.snapweb-core-site__ops-grid,
	.snapweb-core-billing-grid {
		grid-template-columns: 1fr;
	}

	.snapweb-core-dashboard__hero-actions .snapweb-core-button,
	.snapweb-core-dashboard__tabs .snapweb-core-dashboard__tab,
	.snapweb-core-site__quick-actions .snapweb-core-button,
	.snapweb-core-site__entry-actions .snapweb-core-button,
	.snapweb-core-domain-card__actions .snapweb-core-button--soft,
	.snapweb-core-domain-card__actions .snapweb-core-button,
	.snapweb-core-site__actions button {
		flex-basis: 100%;
		width: 100%;
	}

	.snapweb-core-site__quick-actions .snapweb-core-site-section-button.is-icon-only,
	.snapweb-core-site__quick-actions .snapweb-core-icon-action {
		flex-basis: 30px;
		width: 30px;
	}

	.snapweb-core-badge {
		min-height: 26px;
		padding: 0 9px;
	}
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard :is(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not(.snapweb-core-site-list-tools__search-input), select, textarea),
.fct-customer-dashboard .snapweb-core-dashboard :is(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not(.snapweb-core-site-list-tools__search-input), select, textarea),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] :is(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not(.snapweb-core-site-list-tools__search-input), select, textarea),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] :is(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not(.snapweb-core-site-list-tools__search-input), select, textarea) {
	box-sizing: border-box;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background-color: var(--snapweb-widget-bg, #ffffff) !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard :is(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not(.snapweb-core-site-list-tools__search-input), select, textarea):focus,
.fct-customer-dashboard .snapweb-core-dashboard :is(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not(.snapweb-core-site-list-tools__search-input), select, textarea):focus,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] :is(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not(.snapweb-core-site-list-tools__search-input), select, textarea):focus,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] :is(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not(.snapweb-core-site-list-tools__search-input), select, textarea):focus {
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	background-color: var(--snapweb-widget-bg, #ffffff) !important;
	box-shadow: none !important;
	outline: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard :is(.snapweb-core-create__step-panel, .snapweb-core-create__payment-panel, .snapweb-core-create__payment-option, .snapweb-core-create__picker-option, .snapweb-core-create__advanced-menu, .snapweb-core-create__template-empty, .snapweb-core-dashboard__notice, .snapweb-core-overview-card, .snapweb-core-empty, .snapweb-core-site__summary-card, .snapweb-core-panel-section, .snapweb-core-feature-card, .snapweb-core-domain-card, .snapweb-core-guidance-card, .snapweb-core-billing-card, .snapweb-core-snapshot-pending, .snapweb-core-snapshot-form__notice),
.fct-customer-dashboard .snapweb-core-dashboard :is(.snapweb-core-create__step-panel, .snapweb-core-create__payment-panel, .snapweb-core-create__payment-option, .snapweb-core-create__picker-option, .snapweb-core-create__advanced-menu, .snapweb-core-create__template-empty, .snapweb-core-dashboard__notice, .snapweb-core-overview-card, .snapweb-core-empty, .snapweb-core-site__summary-card, .snapweb-core-panel-section, .snapweb-core-feature-card, .snapweb-core-domain-card, .snapweb-core-guidance-card, .snapweb-core-billing-card, .snapweb-core-snapshot-pending, .snapweb-core-snapshot-form__notice),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] :is(.snapweb-core-create__step-panel, .snapweb-core-create__payment-panel, .snapweb-core-create__payment-option, .snapweb-core-create__picker-option, .snapweb-core-create__advanced-menu, .snapweb-core-create__template-empty, .snapweb-core-dashboard__notice, .snapweb-core-overview-card, .snapweb-core-empty, .snapweb-core-site__summary-card, .snapweb-core-panel-section, .snapweb-core-feature-card, .snapweb-core-domain-card, .snapweb-core-guidance-card, .snapweb-core-billing-card, .snapweb-core-snapshot-pending, .snapweb-core-snapshot-form__notice),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] :is(.snapweb-core-create__step-panel, .snapweb-core-create__payment-panel, .snapweb-core-create__payment-option, .snapweb-core-create__picker-option, .snapweb-core-create__advanced-menu, .snapweb-core-create__template-empty, .snapweb-core-dashboard__notice, .snapweb-core-overview-card, .snapweb-core-empty, .snapweb-core-site__summary-card, .snapweb-core-panel-section, .snapweb-core-feature-card, .snapweb-core-domain-card, .snapweb-core-guidance-card, .snapweb-core-billing-card, .snapweb-core-snapshot-pending, .snapweb-core-snapshot-form__notice) {
	box-sizing: border-box;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: var(--snapweb-widget-bg, #ffffff) !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard :is(.snapweb-core-dashboard__notice, .snapweb-core-snapshot-pending, .snapweb-core-snapshot-form__notice),
.fct-customer-dashboard .snapweb-core-dashboard :is(.snapweb-core-dashboard__notice, .snapweb-core-snapshot-pending, .snapweb-core-snapshot-form__notice),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] :is(.snapweb-core-dashboard__notice, .snapweb-core-snapshot-pending, .snapweb-core-snapshot-form__notice),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] :is(.snapweb-core-dashboard__notice, .snapweb-core-snapshot-pending, .snapweb-core-snapshot-form__notice) {
	padding: 12px 16px !important;
	color: #1f2937 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-dashboard__notice[data-snapweb-core-message],
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-dashboard__notice[data-snapweb-core-message],
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-dashboard__notice[data-snapweb-core-message],
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-dashboard__notice[data-snapweb-core-message] {
	min-height: 32px !important;
	padding: 0 12px !important;
	border-radius: var(--snapweb-button-radius, 4px) !important;
	box-shadow: none !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
}

.snapweb-core-checkout-cancel-actions,
.snapweb-core-upgrade-payment-actions {
	justify-content: flex-start;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard :is(.snapweb-core-snapshot-pending__item, .snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name),
.fct-customer-dashboard .snapweb-core-dashboard :is(.snapweb-core-snapshot-pending__item, .snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] :is(.snapweb-core-snapshot-pending__item, .snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] :is(.snapweb-core-snapshot-pending__item, .snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name) {
	border-color: var(--snapweb-button-soft-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-button-radius, 4px) !important;
	background: var(--snapweb-button-soft-bg, #ffffff) !important;
	color: var(--snapweb-button-soft-text, #1f2937) !important;
	box-shadow: none !important;
	transform: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-create__check-name,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-create__check-name,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__check-name,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__check-name {
	min-height: 32px !important;
	height: auto !important;
	padding-right: 12px !important;
	padding-left: 12px !important;
	font-size: 13px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):hover,
.fluent-cart-customer-profile-app .snapweb-core-dashboard :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):focus-visible,
.fct-customer-dashboard .snapweb-core-dashboard :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):hover,
.fct-customer-dashboard .snapweb-core-dashboard :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):focus-visible,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):focus-visible,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):focus-visible {
	border-color: var(--snapweb-button-soft-hover-border, var(--snapweb-button-soft-border, rgb(214 218 225))) !important;
	background: var(--snapweb-button-soft-hover-bg, #f5f7fa) !important;
	color: var(--snapweb-button-soft-text, #1f2937) !important;
	outline: none !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-list-tools,
.fct-customer-dashboard .snapweb-core-site-list-tools,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools {
	margin-top: 12px;
	margin-bottom: 16px;
}

.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search,
.fct-customer-dashboard .snapweb-core-site-list-tools__search,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search {
	width: 180px;
	max-width: 100%;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search input,
.fct-customer-dashboard .snapweb-core-site-list-tools__search input,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search input,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search input {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 100% !important;
	min-height: 0 !important;
	height: auto !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	line-height: 1 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search input:focus,
.fct-customer-dashboard .snapweb-core-site-list-tools__search input:focus,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search input:focus,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search input:focus {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__payment-panel,
.fct-customer-dashboard .snapweb-core-create__payment-panel,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__payment-panel,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__payment-panel,
.fluent-cart-customer-profile-app .snapweb-core-create__payment-note,
.fct-customer-dashboard .snapweb-core-create__payment-note,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__payment-note,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__payment-note {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-snapshot-pending,
.fct-customer-dashboard .snapweb-core-snapshot-pending,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-snapshot-pending,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-snapshot-pending {
	align-items: center;
	padding: 12px 16px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-snapshot-pending__item,
.fct-customer-dashboard .snapweb-core-snapshot-pending__item,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-snapshot-pending__item,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-snapshot-pending__item {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-snapshot-pending__resume,
.fct-customer-dashboard .snapweb-core-snapshot-pending__resume,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-snapshot-pending__resume,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-snapshot-pending__resume {
	min-height: 28px !important;
	max-width: 190px;
	padding: 0 10px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-snapshot-pending__cancel,
.fct-customer-dashboard .snapweb-core-snapshot-pending__cancel,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-snapshot-pending__cancel,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-snapshot-pending__cancel {
	width: 28px !important;
	height: 28px !important;
	padding: 0 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-copy-button.is-copied,
.fluent-cart-customer-profile-app .snapweb-core-icon-action.is-copied,
.fluent-cart-customer-profile-app .snapweb-core-site-table__action.is-copied,
.fct-customer-dashboard .snapweb-core-copy-button.is-copied,
.fct-customer-dashboard .snapweb-core-icon-action.is-copied,
.fct-customer-dashboard .snapweb-core-site-table__action.is-copied,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-copy-button.is-copied,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-icon-action.is-copied,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table__action.is-copied,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-copy-button.is-copied,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-icon-action.is-copied,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table__action.is-copied {
	border-color: rgba(34, 197, 94, .38) !important;
	background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 100%) !important;
	color: #166534 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-table,
.fct-customer-dashboard .snapweb-core-site-table,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table {
	--snapweb-table-radius: var(--snapweb-widget-radius, 8px);
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: transparent !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-table__actions-group,
.fct-customer-dashboard .snapweb-core-site-table__actions-group,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table__actions-group,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table__actions-group {
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-table__actions-group .snapweb-core-site-table__action,
.fct-customer-dashboard .snapweb-core-site-table__actions-group .snapweb-core-site-table__action,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table__actions-group .snapweb-core-site-table__action,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table__actions-group .snapweb-core-site-table__action {
	width: 30px !important;
	height: 30px !important;
	border: 0 !important;
	border-left: 1px solid var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-table__actions-group > .snapweb-core-site-table__action:first-child,
.fct-customer-dashboard .snapweb-core-site-table__actions-group > .snapweb-core-site-table__action:first-child,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table__actions-group > .snapweb-core-site-table__action:first-child,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table__actions-group > .snapweb-core-site-table__action:first-child {
	border-left: 0 !important;
	border-radius: calc(var(--snapweb-widget-radius, 8px) - 1px) 0 0 calc(var(--snapweb-widget-radius, 8px) - 1px) !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-table__actions-group > .snapweb-core-site-table__action:last-child,
.fct-customer-dashboard .snapweb-core-site-table__actions-group > .snapweb-core-site-table__action:last-child,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table__actions-group > .snapweb-core-site-table__action:last-child,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table__actions-group > .snapweb-core-site-table__action:last-child {
	border-radius: 0 calc(var(--snapweb-widget-radius, 8px) - 1px) calc(var(--snapweb-widget-radius, 8px) - 1px) 0 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-table__actions-group > .snapweb-core-site-table__action:first-child:last-child,
.fct-customer-dashboard .snapweb-core-site-table__actions-group > .snapweb-core-site-table__action:first-child:last-child,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table__actions-group > .snapweb-core-site-table__action:first-child:last-child,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table__actions-group > .snapweb-core-site-table__action:first-child:last-child {
	border-radius: calc(var(--snapweb-widget-radius, 8px) - 1px) !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-table__more > .snapweb-core-site-table__action,
.fct-customer-dashboard .snapweb-core-site-table__more > .snapweb-core-site-table__action,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table__more > .snapweb-core-site-table__action,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table__more > .snapweb-core-site-table__action {
	border-radius: 0 calc(var(--snapweb-widget-radius, 8px) - 1px) calc(var(--snapweb-widget-radius, 8px) - 1px) 0 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-table__plan-manage,
.fct-customer-dashboard .snapweb-core-site-table__plan-manage,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table__plan-manage,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table__plan-manage,
.fluent-cart-customer-profile-app .snapweb-core-site-table__cell--meta > .snapweb-core-site-table__action,
.fct-customer-dashboard .snapweb-core-site-table__cell--meta > .snapweb-core-site-table__action,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table__cell--meta > .snapweb-core-site-table__action,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table__cell--meta > .snapweb-core-site-table__action {
	width: 24px !important;
	height: 24px !important;
	padding: 0 !important;
	border-radius: var(--snapweb-button-radius, 4px) !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-table__plan-manage,
.fct-customer-dashboard .snapweb-core-site-table__plan-manage,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table__plan-manage,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table__plan-manage,
.fluent-cart-customer-profile-app .snapweb-core-site-table__plan-manage:hover,
.fct-customer-dashboard .snapweb-core-site-table__plan-manage:hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table__plan-manage:hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table__plan-manage:hover,
.fluent-cart-customer-profile-app .snapweb-core-site-table__plan-manage:focus-visible,
.fct-customer-dashboard .snapweb-core-site-table__plan-manage:focus-visible,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table__plan-manage:focus-visible,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table__plan-manage:focus-visible {
	transform: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):hover,
.fluent-cart-customer-profile-app .snapweb-core-dashboard :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):focus-visible,
.fct-customer-dashboard .snapweb-core-dashboard :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):hover,
.fct-customer-dashboard .snapweb-core-dashboard :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):focus-visible,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):focus-visible,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] :is(.snapweb-core-snapshot-pending__resume, .snapweb-core-snapshot-pending__cancel, .snapweb-core-icon-action, .snapweb-core-copy-button, .snapweb-core-site__summary-action, .snapweb-core-site-table__action, .snapweb-core-create__check-name):focus-visible {
	background: var(--snapweb-button-soft-hover-bg, #f3f4f6) !important;
	border-color: var(--snapweb-button-soft-hover-border, var(--snapweb-button-soft-border, rgb(214 218 225))) !important;
	color: var(--snapweb-button-soft-text, #1f2937) !important;
	box-shadow: none !important;
	outline: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-list-tools,
.fct-customer-dashboard .snapweb-core-site-list-tools,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools {
	margin-top: 8px !important;
	margin-bottom: 10px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-sites,
.fct-customer-dashboard .snapweb-core-sites,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-sites,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-sites {
	gap: 10px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-pending-list,
.fct-customer-dashboard .snapweb-core-site-pending-list,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-pending-list,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-pending-list {
	display: grid !important;
	gap: 12px !important;
	margin: 0 0 12px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-snapshot-pending,
.fct-customer-dashboard .snapweb-core-snapshot-pending,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-snapshot-pending,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-snapshot-pending {
	margin: 0 !important;
	padding: 10px 14px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-snapshot-pending,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-snapshot-pending,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-snapshot-pending,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-snapshot-pending {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 10px 14px !important;
	align-items: center !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-snapshot-pending > div:first-child,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-snapshot-pending > div:first-child,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-snapshot-pending > div:first-child,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-snapshot-pending > div:first-child {
	min-width: 0 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-snapshot-pending__items,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-snapshot-pending__items,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-snapshot-pending__items,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-snapshot-pending__items {
	flex: 0 0 auto !important;
	min-width: 0 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-site-table__head > span:nth-child(2),
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-site-table__head > span:nth-child(2),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table__head > span:nth-child(2),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table__head > span:nth-child(2) {
	justify-content: flex-start !important;
	text-align: left !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search,
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search:focus-within,
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__apply:hover:not(:disabled),
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__apply:focus-visible:not(:disabled),
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__select-all:hover,
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__select-all:focus-within,
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__bulk select:focus,
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__filters select:focus,
.fct-customer-dashboard .snapweb-core-site-list-tools__search,
.fct-customer-dashboard .snapweb-core-site-list-tools__search:focus-within,
.fct-customer-dashboard .snapweb-core-site-list-tools__apply:hover:not(:disabled),
.fct-customer-dashboard .snapweb-core-site-list-tools__apply:focus-visible:not(:disabled),
.fct-customer-dashboard .snapweb-core-site-list-tools__select-all:hover,
.fct-customer-dashboard .snapweb-core-site-list-tools__select-all:focus-within,
.fct-customer-dashboard .snapweb-core-site-list-tools__bulk select:focus,
.fct-customer-dashboard .snapweb-core-site-list-tools__filters select:focus,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search:focus-within,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__apply:hover:not(:disabled),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__apply:focus-visible:not(:disabled),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__select-all:hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__select-all:focus-within,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__bulk select:focus,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__filters select:focus,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search:focus-within,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__apply:hover:not(:disabled),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__apply:focus-visible:not(:disabled),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__select-all:hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__select-all:focus-within,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__bulk select:focus,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__filters select:focus {
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	background: var(--snapweb-widget-bg, #ffffff) !important;
	box-shadow: none !important;
	outline: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search,
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search:focus-within,
.fct-customer-dashboard .snapweb-core-site-list-tools__search,
.fct-customer-dashboard .snapweb-core-site-list-tools__search:focus-within,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search:focus-within,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search:focus-within {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search-wrapper,
.fct-customer-dashboard .snapweb-core-site-list-tools__search-wrapper,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search-wrapper,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search-wrapper {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	width: 100% !important;
	min-height: 32px !important;
	padding: 0 11px !important;
	border: 1px solid var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search-wrapper:focus-within,
.fct-customer-dashboard .snapweb-core-site-list-tools__search-wrapper:focus-within,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search-wrapper:focus-within,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search-wrapper:focus-within {
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__apply:hover:not(:disabled),
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__apply:focus-visible:not(:disabled),
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__select-all:hover,
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__select-all:focus-within,
.fct-customer-dashboard .snapweb-core-site-list-tools__apply:hover:not(:disabled),
.fct-customer-dashboard .snapweb-core-site-list-tools__apply:focus-visible:not(:disabled),
.fct-customer-dashboard .snapweb-core-site-list-tools__select-all:hover,
.fct-customer-dashboard .snapweb-core-site-list-tools__select-all:focus-within,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__apply:hover:not(:disabled),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__apply:focus-visible:not(:disabled),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__select-all:hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__select-all:focus-within,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__apply:hover:not(:disabled),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__apply:focus-visible:not(:disabled),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__select-all:hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__select-all:focus-within {
	background: var(--snapweb-button-soft-hover-bg, #f3f4f6) !important;
}

.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search input,
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search input:focus,
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search input:focus-visible,
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search input[type="search"],
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search input[data-snapweb-core-site-search],
.fluent-cart-customer-profile-app .snapweb-core-site-list-tools__search-input.el-input__inner,
.fct-customer-dashboard .snapweb-core-site-list-tools__search input,
.fct-customer-dashboard .snapweb-core-site-list-tools__search input:focus,
.fct-customer-dashboard .snapweb-core-site-list-tools__search input:focus-visible,
.fct-customer-dashboard .snapweb-core-site-list-tools__search input[type="search"],
.fct-customer-dashboard .snapweb-core-site-list-tools__search input[data-snapweb-core-site-search],
.fct-customer-dashboard .snapweb-core-site-list-tools__search-input.el-input__inner,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search input,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search input:focus,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search input:focus-visible,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search input[type="search"],
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search input[data-snapweb-core-site-search],
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search-input.el-input__inner,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search input,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search input:focus,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search input:focus-visible,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search input[type="search"],
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search input[data-snapweb-core-site-search],
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search-input.el-input__inner {
	-webkit-appearance: none !important;
	appearance: none !important;
	flex: 1 1 auto !important;
	width: 100% !important;
	min-height: 0 !important;
	height: 30px !important;
	padding: 0 !important;
	border: 0 !important;
	border-width: 0 !important;
	border-style: none !important;
	border-color: transparent !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #1f2937 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	outline: none !important;
	outline-offset: 0 !important;
}

.snapweb-core-site-list-tools__search input::-webkit-search-cancel-button,
.snapweb-core-site-list-tools__search input::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

.fluent-cart-customer-profile-app .snapweb-core-upgrade-panel,
.fct-customer-dashboard .snapweb-core-upgrade-panel,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-upgrade-panel,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-upgrade-panel,
.fluent-cart-customer-profile-app .snapweb-core-upgrade-panel .snapweb-core-upgrade-step,
.fct-customer-dashboard .snapweb-core-upgrade-panel .snapweb-core-upgrade-step,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-upgrade-panel .snapweb-core-upgrade-step,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-upgrade-panel .snapweb-core-upgrade-step {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

@media (max-width: 700px) {
	.snapweb-core-site-table__cell--meta {
		display: grid;
		grid-template-columns: 86px minmax(0, 1fr) auto;
		justify-content: stretch;
		text-align: left;
	}
}

.fluent-cart-customer-profile-app .snapweb-core-create-modal .snapweb-core-site__modal-dialog,
.fct-customer-dashboard .snapweb-core-create-modal .snapweb-core-site__modal-dialog,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create-modal .snapweb-core-site__modal-dialog,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create-modal .snapweb-core-site__modal-dialog {
	gap: 10px !important;
	width: min(920px, calc(100vw - 28px)) !important;
	padding: 14px !important;
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create,
.fct-customer-dashboard .snapweb-core-create,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create {
	margin-bottom: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #1f2937 !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__launcher,
.fct-customer-dashboard .snapweb-core-create__launcher,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__launcher,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__launcher {
	gap: 12px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__source-panel,
.fct-customer-dashboard .snapweb-core-create__source-panel,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__source-panel,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__source-panel {
	gap: 10px !important;
	padding: 8px 10px !important;
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: var(--snapweb-widget-bg, #ffffff) !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__source-heading strong,
.fluent-cart-customer-profile-app .snapweb-core-create__step-heading strong,
.fct-customer-dashboard .snapweb-core-create__source-heading strong,
.fct-customer-dashboard .snapweb-core-create__step-heading strong,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__source-heading strong,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__step-heading strong,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__source-heading strong,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__step-heading strong {
	color: #1f2937 !important;
	font-size: 13px !important;
	font-weight: 650 !important;
	line-height: 1.25 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__step-heading span:not(.snapweb-core-create__step-number),
.fluent-cart-customer-profile-app .snapweb-core-create__caption,
.fluent-cart-customer-profile-app .snapweb-core-create__help,
.fluent-cart-customer-profile-app .snapweb-core-create__name-status,
.fct-customer-dashboard .snapweb-core-create__step-heading span:not(.snapweb-core-create__step-number),
.fct-customer-dashboard .snapweb-core-create__caption,
.fct-customer-dashboard .snapweb-core-create__help,
.fct-customer-dashboard .snapweb-core-create__name-status,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__step-heading span:not(.snapweb-core-create__step-number),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__caption,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__help,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__name-status,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__step-heading span:not(.snapweb-core-create__step-number),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__caption,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__help,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__name-status {
	color: #64748b !important;
	font-size: 12px !important;
	line-height: 1.35 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__step-panel,
.fct-customer-dashboard .snapweb-core-create__step-panel,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__step-panel,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__step-panel {
	gap: 8px !important;
	padding: 10px !important;
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: var(--snapweb-widget-bg, #ffffff) !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__step-heading,
.fct-customer-dashboard .snapweb-core-create__step-heading,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__step-heading,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__step-heading {
	gap: 8px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__step-number,
.fct-customer-dashboard .snapweb-core-create__step-number,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__step-number,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__step-number {
	width: 24px !important;
	height: 24px !important;
	background: #f3f4f6 !important;
	color: #1f2937 !important;
	font-size: 12px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__step-panel.is-complete .snapweb-core-create__step-number,
.fct-customer-dashboard .snapweb-core-create__step-panel.is-complete .snapweb-core-create__step-number,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__step-panel.is-complete .snapweb-core-create__step-number,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__step-panel.is-complete .snapweb-core-create__step-number {
	background: #ecfdf3 !important;
	color: #15803d !important;
	font-size: 0 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__step-panel.is-complete .snapweb-core-create__step-number::before,
.fct-customer-dashboard .snapweb-core-create__step-panel.is-complete .snapweb-core-create__step-number::before,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__step-panel.is-complete .snapweb-core-create__step-number::before,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__step-panel.is-complete .snapweb-core-create__step-number::before {
	content: "\2713" !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__setup-row,
.fluent-cart-customer-profile-app .snapweb-core-create__name-area,
.fct-customer-dashboard .snapweb-core-create__setup-row,
.fct-customer-dashboard .snapweb-core-create__name-area,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__setup-row,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__name-area,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__setup-row,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__name-area {
	gap: 5px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__name-input,
.fluent-cart-customer-profile-app .snapweb-core-create input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.fluent-cart-customer-profile-app .snapweb-core-create select,
.fct-customer-dashboard .snapweb-core-create__name-input,
.fct-customer-dashboard .snapweb-core-create input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.fct-customer-dashboard .snapweb-core-create select,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__name-input,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create select,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__name-input,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create select {
	min-height: 32px !important;
	height: 32px !important;
	padding: 0 11px !important;
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: #ffffff !important;
	color: #1f2937 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 32px !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__plan-scroll,
.fct-customer-dashboard .snapweb-core-create__plan-scroll,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__plan-scroll,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__plan-scroll {
	gap: 6px !important;
	padding-bottom: 4px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__plan-table-head,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__plan-table-head,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__plan-table-head,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__plan-table-head {
	grid-template-columns: minmax(112px, 1.1fr) minmax(100px, .72fr) repeat(3, minmax(56px, .45fr)) repeat(5, minmax(58px, .45fr)) !important;
	gap: 8px !important;
	min-width: 760px !important;
	min-height: 34px !important;
	padding: 6px 10px 6px 42px !important;
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: var(--snapweb-soft-panel-bg, #f8fafc) !important;
	color: #64748b !important;
	font-size: 10px !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__picker-option--plan,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__picker-option--plan,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__picker-option--plan,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__picker-option--plan {
	min-width: 760px !important;
	min-height: 58px !important;
	padding: 8px 10px 8px 42px !important;
	align-content: center !important;
	align-items: center !important;
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__picker-table--plan,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__picker-table--plan,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__picker-table--plan,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__picker-table--plan {
	grid-template-columns: minmax(112px, 1.1fr) minmax(100px, .72fr) repeat(3, minmax(56px, .45fr)) repeat(5, minmax(58px, .45fr)) !important;
	gap: 8px !important;
	align-items: center !important;
	align-content: center !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__picker-table--plan > *,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__picker-table--plan > *,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__picker-table--plan > *,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__picker-table--plan > * {
	min-height: 32px !important;
	align-content: center !important;
	align-items: center !important;
	justify-content: center !important;
	justify-items: center !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__picker-main strong,
.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__picker-column strong,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__picker-main strong,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__picker-column strong,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__picker-main strong,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__picker-column strong,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__picker-main strong,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__picker-column strong {
	color: #111827 !important;
	font-size: 12px !important;
	font-weight: 650 !important;
	line-height: 1.2 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__plan-billing-button,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__plan-billing-button,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__plan-billing-button,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__plan-billing-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 30px !important;
	height: 30px !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	box-shadow: none !important;
	color: #111827 !important;
	font-size: 12px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__payment-option,
.fct-customer-dashboard .snapweb-core-create__payment-option,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__payment-option,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__payment-option {
	gap: 2px !important;
	min-width: 150px !important;
	padding: 8px 10px !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option,
.fct-customer-dashboard .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option {
	min-width: 96px !important;
	min-height: 38px !important;
	padding: 5px 12px !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	border-color: rgb(214 218 225 / 1) !important;
	background: #ffffff !important;
	box-shadow: none !important;
	color: #111827 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option:hover,
.fluent-cart-customer-profile-app .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option:focus-visible,
.fct-customer-dashboard .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option:hover,
.fct-customer-dashboard .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option:focus-visible,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option:hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option:focus-visible,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option:hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option:focus-visible {
	border-color: rgb(214 218 225 / 1) !important;
	background: var(--snapweb-fc-muted-bg, #f5f6f7) !important;
	color: #111827 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option.is-active,
.fct-customer-dashboard .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option.is-active,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option.is-active,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option.is-active {
	border-color: var(--fct-customer-dashboard-btn-border-color, #1f2937) !important;
	background: var(--fct-customer-dashboard-btn-bg-color, #1f2937) !important;
	color: var(--fct-customer-dashboard-btn-text-color, #ffffff) !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option.is-active .snapweb-core-create__billing-price,
.fct-customer-dashboard .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option.is-active .snapweb-core-create__billing-price,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option.is-active .snapweb-core-create__billing-price,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__payment-checkout .snapweb-core-create__billing-option.is-active .snapweb-core-create__billing-price {
	color: color-mix(in srgb, var(--fct-customer-dashboard-btn-text-color, #ffffff) 74%, transparent) !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__payment-option strong,
.fct-customer-dashboard .snapweb-core-create__payment-option strong,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__payment-option strong,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__payment-option strong {
	color: #111827 !important;
	font-size: 13px !important;
	font-weight: 650 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__payment-option span,
.fct-customer-dashboard .snapweb-core-create__payment-option span,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__payment-option span,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__payment-option span {
	color: #64748b !important;
	font-size: 12px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__payment-options,
.fluent-cart-customer-profile-app .snapweb-core-create__payment-checkout,
.fct-customer-dashboard .snapweb-core-create__payment-options,
.fct-customer-dashboard .snapweb-core-create__payment-checkout,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__payment-options,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__payment-checkout,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__payment-options,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__payment-checkout {
	gap: 10px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__template-frame,
.fct-customer-dashboard .snapweb-core-create__template-frame,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__template-frame,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__template-frame {
	height: 130px !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create__picker-option--template,
.fluent-cart-customer-profile-app .snapweb-core-create__picker-option--snapshot,
.fct-customer-dashboard .snapweb-core-create__picker-option--template,
.fct-customer-dashboard .snapweb-core-create__picker-option--snapshot,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__picker-option--template,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create__picker-option--snapshot,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__picker-option--template,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create__picker-option--snapshot {
	gap: 8px !important;
	padding: 10px !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-site-list-tools__search,
.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-site-list-tools__search:focus-within,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-site-list-tools__search,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-site-list-tools__search:focus-within,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search:focus-within,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search:focus-within {
	display: inline-flex !important;
	align-items: center !important;
	width: 180px !important;
	max-width: 100% !important;
	min-height: 32px !important;
	height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-site-list-tools__search-wrapper.el-input__wrapper,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-site-list-tools__search-wrapper.el-input__wrapper,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search-wrapper.el-input__wrapper,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search-wrapper.el-input__wrapper {
	box-sizing: border-box !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	width: 100% !important;
	min-height: 32px !important;
	height: 32px !important;
	margin: 0 !important;
	padding: 0 11px !important;
	border: 1px solid var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: var(--snapweb-widget-bg, #ffffff) !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-site-list-tools__search-wrapper.el-input__wrapper:hover,
.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-site-list-tools__search-wrapper.el-input__wrapper:focus-within,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-site-list-tools__search-wrapper.el-input__wrapper:hover,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-site-list-tools__search-wrapper.el-input__wrapper:focus-within,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search-wrapper.el-input__wrapper:hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search-wrapper.el-input__wrapper:focus-within,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search-wrapper.el-input__wrapper:hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search-wrapper.el-input__wrapper:focus-within {
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	background: var(--snapweb-widget-bg, #ffffff) !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-site-list-tools__search-input.el-input__inner,
.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-site-list-tools__search-input.el-input__inner:hover,
.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-site-list-tools__search-input.el-input__inner:focus,
.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-site-list-tools__search-input.el-input__inner:focus-visible,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-site-list-tools__search-input.el-input__inner,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-site-list-tools__search-input.el-input__inner:hover,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-site-list-tools__search-input.el-input__inner:focus,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-site-list-tools__search-input.el-input__inner:focus-visible,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search-input.el-input__inner,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search-input.el-input__inner:hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search-input.el-input__inner:focus,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools__search-input.el-input__inner:focus-visible,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search-input.el-input__inner,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search-input.el-input__inner:hover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search-input.el-input__inner:focus,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools__search-input.el-input__inner:focus-visible {
	-webkit-appearance: none !important;
	appearance: none !important;
	box-sizing: border-box !important;
	display: block !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	width: 100% !important;
	min-height: 0 !important;
	height: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none transparent !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #1f2937 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	outline: 0 !important;
	outline-offset: 0 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-upgrade-panel .snapweb-core-create__plan-scroll,
.fct-customer-dashboard .snapweb-core-upgrade-panel .snapweb-core-create__plan-scroll,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-upgrade-panel .snapweb-core-create__plan-scroll,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-upgrade-panel .snapweb-core-create__plan-scroll {
	gap: 6px !important;
	padding-bottom: 4px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-upgrade-panel .snapweb-core-create__plan-table-head,
.fct-customer-dashboard .snapweb-core-upgrade-panel .snapweb-core-create__plan-table-head,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-upgrade-panel .snapweb-core-create__plan-table-head,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-upgrade-panel .snapweb-core-create__plan-table-head {
	grid-template-columns: minmax(112px, 1.1fr) minmax(100px, .72fr) repeat(3, minmax(56px, .45fr)) repeat(5, minmax(58px, .45fr)) !important;
	gap: 8px !important;
	min-width: 760px !important;
	min-height: 34px !important;
	padding: 6px 10px 6px 42px !important;
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: var(--snapweb-soft-panel-bg, #f8fafc) !important;
	color: #64748b !important;
	font-size: 10px !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-upgrade-panel .snapweb-core-create__picker-option--plan,
.fct-customer-dashboard .snapweb-core-upgrade-panel .snapweb-core-create__picker-option--plan,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-upgrade-panel .snapweb-core-create__picker-option--plan,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-upgrade-panel .snapweb-core-create__picker-option--plan {
	min-width: 760px !important;
	min-height: 58px !important;
	padding: 8px 10px 8px 42px !important;
	align-content: center !important;
	align-items: center !important;
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-upgrade-panel .snapweb-core-create__picker-table--plan,
.fct-customer-dashboard .snapweb-core-upgrade-panel .snapweb-core-create__picker-table--plan,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-upgrade-panel .snapweb-core-create__picker-table--plan,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-upgrade-panel .snapweb-core-create__picker-table--plan {
	grid-template-columns: minmax(112px, 1.1fr) minmax(100px, .72fr) repeat(3, minmax(56px, .45fr)) repeat(5, minmax(58px, .45fr)) !important;
	gap: 8px !important;
	align-items: center !important;
	align-content: center !important;
}

.fluent-cart-customer-profile-app .snapweb-core-upgrade-panel .snapweb-core-create__picker-table--plan > *,
.fct-customer-dashboard .snapweb-core-upgrade-panel .snapweb-core-create__picker-table--plan > *,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-upgrade-panel .snapweb-core-create__picker-table--plan > *,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-upgrade-panel .snapweb-core-create__picker-table--plan > * {
	min-height: 32px !important;
	align-content: center !important;
	align-items: center !important;
	justify-content: center !important;
	justify-items: center !important;
}

.snapweb-core-clone-billing {
	display: grid;
	gap: 6px;
}

.snapweb-core-clone-billing__label {
	color: #64748b;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.2;
}

.snapweb-core-clone-billing__choices {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.snapweb-core-clone-billing__option {
	box-sizing: border-box;
	display: inline-grid;
	align-content: center;
	justify-items: center;
	gap: 3px;
	min-width: 96px;
	min-height: 38px;
	margin: 0;
	padding: 5px 12px;
	border: 1px solid var(--snapweb-widget-border, rgb(214 218 225));
	border-radius: var(--snapweb-widget-radius, 8px);
	background: var(--snapweb-widget-bg, #ffffff);
	box-shadow: none;
	color: #111827;
	cursor: pointer;
	text-align: center;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.snapweb-core-clone-billing__option:hover,
.snapweb-core-clone-billing__option:focus-visible {
	border-color: var(--snapweb-widget-border, rgb(214 218 225));
	background: var(--snapweb-button-soft-hover-bg, #f3f4f6);
	box-shadow: none;
	color: #111827;
	outline: 0;
}

.snapweb-core-clone-billing__option strong {
	color: inherit;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.15;
}

.snapweb-core-clone-billing__option span {
	color: #64748b;
	font-size: 9px;
	font-weight: 600;
	line-height: 1.15;
}

.snapweb-core-clone-billing__option.is-active {
	border-color: var(--fct-customer-dashboard-btn-border-color, #111827);
	background: var(--fct-customer-dashboard-btn-bg-color, #111827);
	color: var(--fct-customer-dashboard-btn-text-color, #ffffff);
}

.snapweb-core-clone-billing__option.is-active:hover,
.snapweb-core-clone-billing__option.is-active:focus-visible {
	border-color: var(--fct-customer-dashboard-btn-border-color, #111827);
	background: var(--fct-customer-dashboard-btn-bg-color, #111827);
	color: var(--fct-customer-dashboard-btn-text-color, #ffffff);
}

.snapweb-core-clone-billing__option.is-active span {
	color: color-mix(in srgb, var(--fct-customer-dashboard-btn-text-color, #ffffff) 72%, transparent);
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-clone-billing__option,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-clone-billing__option,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-clone-billing__option,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-clone-billing__option {
	min-width: 96px !important;
	min-height: 38px !important;
	padding: 5px 12px !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-clone-billing__option:not(.is-active),
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-clone-billing__option:not(.is-active),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-clone-billing__option:not(.is-active),
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-clone-billing__option:not(.is-active) {
	border-color: var(--snapweb-widget-border, rgb(214 218 225)) !important;
	background: var(--snapweb-widget-bg, #ffffff) !important;
	color: #111827 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-clone-billing__option.is-active,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-clone-billing__option.is-active,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-clone-billing__option.is-active,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-clone-billing__option.is-active {
	border-color: var(--fct-customer-dashboard-btn-border-color, #111827) !important;
	background: var(--fct-customer-dashboard-btn-bg-color, #111827) !important;
	color: var(--fct-customer-dashboard-btn-text-color, #ffffff) !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-clone-modal__payment,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-clone-modal__payment,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-clone-modal__payment,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-clone-modal__payment {
	margin-top: 10px !important;
}

.snapweb-core-clone-modal__source {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.snapweb-core-clone-modal__source .snapweb-core-copy-button {
	width: 24px;
	height: 24px;
	min-width: 24px;
}

.snapweb-core-clone-modal__source .snapweb-core-copy-button svg {
	width: 13px;
	height: 13px;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__advanced-popover,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__advanced-popover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__advanced-popover,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__advanced-popover {
	position: absolute !important;
	top: 14px !important;
	right: 14px !important;
	z-index: 18 !important;
	display: block !important;
	width: auto !important;
	margin: 0 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__advanced-menu,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__advanced-menu,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__advanced-menu,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__advanced-menu {
	position: absolute !important;
	top: 32px !important;
	right: 0 !important;
	width: max-content !important;
	max-width: min(440px, calc(100vw - 52px)) !important;
	margin-top: 0 !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__advanced-menu-head,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__advanced-menu-head,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__advanced-menu-head,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__advanced-menu-head {
	gap: 7px !important;
	padding: 5px 10px !important;
	min-height: 0 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__advanced-menu-head strong,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__advanced-menu-head strong,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__advanced-menu-head strong,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__advanced-menu-head strong {
	font-size: 10px !important;
	font-weight: 600 !important;
	line-height: 1.1 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__advanced-menu-head span,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__advanced-menu-head span,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__advanced-menu-head span,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__advanced-menu-head span {
	font-size: 9px !important;
	line-height: 1.1 !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__advanced-grid,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__advanced-grid,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__advanced-grid,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__advanced-grid {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 5px !important;
	padding: 5px 8px 2px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__advanced-field,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__advanced-field,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__advanced-field,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__advanced-field {
	width: 64px !important;
	gap: 8px !important;
	font-size: 8px !important;
	justify-items: center !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__advanced-field--php,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__advanced-field--php,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__advanced-field--php,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__advanced-field--php {
	width: 54px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__advanced-field--region,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__advanced-field--region,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__advanced-field--region,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__advanced-field--region {
	width: 68px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__advanced-field--wp,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__advanced-field--wp,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__advanced-field--wp,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__advanced-field--wp {
	width: 72px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__advanced-field select,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__advanced-field select,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__advanced-field select,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__advanced-field select,
.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__advanced-field--wp select,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__advanced-field--wp select,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__advanced-field--wp select,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__advanced-field--wp select {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	min-height: 22px !important;
	height: 22px !important;
	max-height: 22px !important;
	padding: 0 11px 0 5px !important;
	border-radius: max(4px, calc(var(--snapweb-widget-radius, 8px) - 3px)) !important;
	background-position: right 4px center !important;
	background-size: 8px 8px !important;
	font-size: 9px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	text-align: center !important;
	text-align-last: center !important;
}

.fluent-cart-customer-profile-app .snapweb-core-create .snapweb-core-create__advanced-field > span,
.fct-customer-dashboard .snapweb-core-create .snapweb-core-create__advanced-field > span,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-create .snapweb-core-create__advanced-field > span,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-create .snapweb-core-create__advanced-field > span {
	width: 100% !important;
	margin-bottom: 0 !important;
	padding-bottom: 5px !important;
	font-size: 8px !important;
	font-weight: 600 !important;
	letter-spacing: .03em !important;
	line-height: .95 !important;
}

.snapweb-core-site__modal-dialog:has(.snapweb-core-upgrade-panel) {
	width: min(920px, calc(100vw - 28px)) !important;
}

.snapweb-core-upgrade-flow {
	display: grid;
	gap: 12px;
}

.fluent-cart-customer-profile-app .snapweb-core-upgrade-flow .snapweb-core-create__step-panel,
.fct-customer-dashboard .snapweb-core-upgrade-flow .snapweb-core-create__step-panel,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-upgrade-flow .snapweb-core-create__step-panel,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-upgrade-flow .snapweb-core-create__step-panel {
	gap: 8px !important;
	padding: 10px !important;
	border: 1px solid var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: var(--snapweb-widget-bg, #ffffff) !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-upgrade-flow .snapweb-core-create__plan-table-head,
.fct-customer-dashboard .snapweb-core-upgrade-flow .snapweb-core-create__plan-table-head,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-upgrade-flow .snapweb-core-create__plan-table-head,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-upgrade-flow .snapweb-core-create__plan-table-head {
	grid-template-columns: minmax(112px, 1.1fr) minmax(100px, .72fr) repeat(3, minmax(56px, .45fr)) repeat(5, minmax(58px, .45fr)) !important;
	gap: 8px !important;
	min-width: 760px !important;
	min-height: 34px !important;
	padding: 6px 10px 6px 42px !important;
	border: 1px solid var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: var(--snapweb-soft-panel-bg, #f8fafc) !important;
	color: #64748b !important;
	font-size: 10px !important;
	box-shadow: none !important;
}

.fluent-cart-customer-profile-app .snapweb-core-upgrade-flow .snapweb-core-create__picker-option--plan,
.fct-customer-dashboard .snapweb-core-upgrade-flow .snapweb-core-create__picker-option--plan,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-upgrade-flow .snapweb-core-create__picker-option--plan,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-upgrade-flow .snapweb-core-create__picker-option--plan {
	min-width: 760px !important;
	min-height: 58px !important;
	padding: 8px 10px 8px 42px !important;
	align-content: center !important;
	align-items: center !important;
	border: 1px solid var(--snapweb-widget-border, rgb(214 218 225)) !important;
	border-radius: var(--snapweb-widget-radius, 8px) !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

.snapweb-core-clone-flow {
	gap: 12px !important;
}

.snapweb-core-clone-flow .snapweb-core-snapshot-form__notice {
	order: 3;
}

.snapweb-core-clone-plan-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	border: 1px solid var(--snapweb-widget-border, rgb(214 218 225));
	border-radius: var(--snapweb-widget-radius, 8px);
	background: var(--snapweb-fc-muted-bg, #f5f6f7);
}

.snapweb-core-clone-plan-card > div:first-child {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.snapweb-core-clone-plan-card strong {
	color: #111827;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.2;
}

.snapweb-core-clone-plan-card span {
	color: #64748b;
	font-size: 12px;
	line-height: 1.3;
}

.snapweb-core-clone-plan-card__period {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid var(--snapweb-widget-border, rgb(214 218 225));
	border-radius: var(--snapweb-widget-radius, 8px);
	background: #ffffff;
	color: #111827 !important;
	font-size: 12px !important;
	font-weight: 650;
}

@media (max-width: 700px) {
	.snapweb-core-clone-plan-card {
		grid-template-columns: minmax(0, 1fr);
	}
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-sites,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-sites,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-sites,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-sites {
	gap: 12px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-panel > .snapweb-core-sites,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-panel > .snapweb-core-sites,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-panel > .snapweb-core-sites,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-panel > .snapweb-core-sites,
.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-subsection-heading + .snapweb-core-sites,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-subsection-heading + .snapweb-core-sites,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-subsection-heading + .snapweb-core-sites,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-subsection-heading + .snapweb-core-sites {
	margin-top: 12px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-site-pending-list,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-site-pending-list,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-pending-list,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-pending-list {
	margin-top: 0 !important;
	margin-bottom: 12px !important;
}

.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-site-list-tools,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-site-list-tools,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-list-tools,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-list-tools,
.fluent-cart-customer-profile-app .snapweb-core-dashboard .snapweb-core-site-table,
.fct-customer-dashboard .snapweb-core-dashboard .snapweb-core-site-table,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_spa"] .snapweb-core-site-table,
.snapweb-core-dashboard[data-snapweb-shell="fluentcart_endpoint"] .snapweb-core-site-table {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

