.tsl-admin {
	max-width: 1180px;
	margin: 40px auto;
	background: transparent;
	padding: 0 20px 60px;
	font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	color: #0f172a;
}

.tsl-admin > h1 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 16px;
	color: #0f172a;
}

.tsl-admin > .tsl-subtitle {
	margin: 0 0 26px;
	color: #475569;
	font-size: 15px;
}

.tsl-card {
	position: relative;
	background: #ffffff;
	border: 1px solid #d9dfe7;
	border-radius: 18px;
	padding: 24px 26px 22px;
	margin-bottom: 24px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}
.tsl-form .submit{
	margin-top:-24px;
}
.tsl-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(135deg, #f97316, #faae2a);
	opacity: 0.95;
}

.tsl-card h2,
.tsl-card h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #0f172a;
}

.tsl-about-top {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	align-items: baseline;
	justify-content: space-between;
	padding-bottom: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e8f0;
}

.tsl-about-text h2 {
	margin-bottom: 10px;
}

.tsl-about-lead {
	margin: 0;
	font-size: 15px;
	color: #475569;
	max-width: 720px;
}

.tsl-about-links {
	display: flex;
	gap: 16px;
	align-items: center;
	text-align: right;
}

.tsl-about-link {
	display: inline-flex;
	align-items: center;
	color: #1d4ed8;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

.tsl-about-link:hover,
.tsl-about-link:focus {
	border-bottom-color: #1d4ed8;
}

.tsl-about-body {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: 28px;
}

.tsl-about-block {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e2e8f0;
}

.tsl-about-block p{
	font-size: 15px;
}

.tsl-about-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.tsl-about-block h3 {
	margin-bottom: 8px;
	font-size: 16px;
}

.tsl-about-aside {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e2e8f0;
}

.tsl-about-aside:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.tsl-about-aside h4 {
	margin: 0 0 6px;
	font-size: 15px;
	color: #0f172a;
}

.tsl-about-aside p {
	margin: 0 0 10px;
	color: #1f2937;
	font-size: 15px;
}

.tsl-about-list {
	margin: 0 0 10px;
	padding-left: 18px;
	color: #1f2937;
	font-size: 15px;
	list-style: outside;
}

@media (max-width: 960px) {
	.tsl-about-top {
		flex-direction: column;
		align-items: flex-start;
	}

	.tsl-about-links {
		text-align: left;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.tsl-about-body {
		grid-template-columns: 1fr;
	}
}

.tsl-provider-app {
	display: flex;
	border: 1px solid rgba(148, 163, 184, 0.35);
	border-radius: 18px;
	overflow: hidden;
	min-height: 520px;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(245,247,255,0.95) 100%);
	box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
}

.tsl-provider-app__sidebar {
	width: 260px;
	border-right: 1px solid rgba(226, 232, 240, 0.7);
	background: linear-gradient(180deg, rgba(250, 252, 255, 0.98) 0%, rgba(244, 246, 252, 0.98) 100%);
	display: flex;
	flex-direction: column;
}

.tsl-provider-search-wrap {
	padding: 12px;
}

.tsl-provider-search-wrap input {
	width: 100%;
	border-radius: 999px;
	border: 1px solid #cbd5e1;
	padding: 8px 12px;
}

.tsl-provider-list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	flex: 1;
}

.tsl-provider-list-heading {
	padding: 10px 14px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #0f172a;
	background: linear-gradient(135deg, rgba(249, 115, 22, 0.14), rgba(255, 255, 255, 0.95));
	border-top: 1px solid rgba(148, 163, 184, 0.24);
	border-bottom: 1px solid rgba(226, 232, 240, 0.7);
}

.tsl-provider-empty {
	padding: 24px 16px;
	text-align: center;
	color: #94a3b8;
	font-size: 13px;
}

.tsl-provider-list-item button {
	width: 100%;
	background: none;
	border: 0;
	text-align: left;
	padding: 10px 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.tsl-provider-list-item.is-active {
	background: linear-gradient(135deg, rgba(249, 115, 22, 0.12), rgba(255, 255, 255, 0.98));
}

.tsl-provider-cta {
	padding: 12px;
}

.tsl-provider-cta-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 14px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.9));
	color: #f8fafc;
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.25);
}

.tsl-provider-cta-card strong {
	font-size: 13px;
	letter-spacing: 0.02em;
}

.tsl-provider-cta-card span {
	font-size: 12px;
	color: #cbd5f5;
}

.tsl-provider-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	color: #0f172a;
	background: linear-gradient(135deg, #f97316, #faae2a);
	box-shadow: 0 10px 18px rgba(249, 115, 22, 0.3);
}

.tsl-provider-cta-button:hover {
	filter: brightness(1.03);
}

.tsl-provider-icon {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.tsl-provider-name {
	flex: 1;
	font-weight: 600;
}

.tsl-provider-status.is-enabled::after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
	display: inline-block;
}

.tsl-provider-status.is-disabled::after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #94a3b8;
	display: inline-block;
}

.tsl-provider-app__content {
	flex: 1;
	padding: 24px;
}

.tsl-provider-panel {
	padding: 20px;
	background: #fff;
	border-radius: 18px;
	border: 1px solid rgba(226, 232, 240, 0.9);
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
	position: relative;
	overflow: hidden;
}

.tsl-provider-panel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(135deg, #f97316, #faae2a);
	opacity: 0.95;
}

.tsl-provider-panel header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	border-bottom: 1px solid #e2e8f0;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.tsl-provider-panel .tsl-provider-fields {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 16px;
}

.tsl-provider-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.tsl-provider-badge {
	display: inline-flex;
	padding: 4px 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(249, 115, 22, 0.14), rgba(255, 255, 255, 0.92));
	color: #0f172a;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid rgba(249, 115, 22, 0.4);
}

.tsl-provider-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 6px;
	font-size: 13px;
	color: #475569;
}

.tsl-provider-docs {
	margin-top: 32px;
	display: flex;
	gap: 24px;
}

.tsl-provider-docs__toc {
	flex: 0 0 220px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #fff;
	padding: 16px;
	position: sticky;
	top: 120px;
	align-self: flex-start;
}

.tsl-provider-docs__toc ul {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.tsl-provider-docs__toc a {
	text-decoration: none;
	color: #0f172a;
	font-size: 13px;
}

.tsl-provider-docs__toc a:hover {
	color: #2563eb;
}

.tsl-provider-docs__toc .toc-sub {
	padding-left: 12px;
	font-size: 12px;
	color: #475569;
}

.tsl-provider-docs__content {
	flex: 1;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #fff;
	padding: 24px;
	max-height: 520px;
	overflow-y: auto;
}

.tsl-provider-docs__content h2 {
	margin-top: 28px;
}

.tsl-provider-docs__content h3 {
	margin-top: 20px;
}

.tsl-provider-docs__content ul {
	padding-left: 18px;
}

.tsl-provider-docs__content .tsl-doc-section {
	padding-bottom: 12px;
	border-bottom: 1px solid #e2e8f0;
	margin-bottom: 18px;
}

.tsl-provider-docs__content .tsl-doc-section:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.tsl-provider-actions {
	margin: 16px 0;
}

.tsl-provider-placeholder {
	text-align: center;
	color: #475569;
	margin-top: 80px;
}

.tsl-design-form .tsl-card {
	margin-bottom: 24px;
}

.tsl-design-provider-selector {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}

.tsl-provider-column {
	border: 1px solid rgba(226, 232, 240, 0.8);
	border-radius: 16px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.98);
	min-height: 260px;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
	position: relative;
	margin-top: 12px;
}
.tsl-provider-column:nth-child(1) {
	background: linear-gradient(180deg, rgba(249, 250, 255, 0.96), rgba(243, 246, 255, 0.96));
}
.tsl-provider-column:nth-child(2) {
	background: linear-gradient(180deg, rgba(255, 247, 240, 0.96), rgba(255, 252, 247, 0.96));
}
.tsl-provider-column__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tsl-provider-list {
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 200px;
}

.tsl-provider-chip {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 12px;
	margin-bottom: 10px;
	background: linear-gradient(135deg, rgba(248, 250, 255, 0.98), rgba(244, 246, 255, 0.92));
	box-shadow: 0 8px 16px rgba(15, 23, 42, 0.05);
	cursor: default;
}

.tsl-selected .tsl-provider-chip {
	background: linear-gradient(135deg, rgba(249, 115, 22, 0.1), rgba(255, 255, 255, 0.95));
	cursor: move;
}

.tsl-provider-chip .tsl-provider-name {
	font-weight: 600;
	flex: 1;
}
.tsl-preview-icon-missing {
	background: linear-gradient(135deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.12));
	border: 1px dashed rgba(15, 23, 42, 0.2);
}

.tsl-provider-chip .dashicons {
	cursor: move;
	margin-right: 8px;
	color: #475569;
}
.tsl-provider-icon {
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
}
.tsl-provider-chip button {
	margin-left: auto;
}

.tsl-provider-column.is-collapsed .tsl-provider-list {
	display: none;
}

.tsl-provider-column.is-collapsed h3::after {
	transform: rotate(-90deg);
}

.tsl-provider-column h3 {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: default;
}

.tsl-provider-column h3::after {
	content: none;
}

.tsl-placeholder {
	padding: 16px;
	color: #94a3b8;
	text-align: center;
}

.tsl-design-columns {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
	gap: 24px;
}

.tsl-design-col {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.tsl-design-preview .tsl-card {
	position: sticky;
	top: 10px;
}
.tsl-design-left .tsl-card {
	margin-bottom: 0;
}
.tsl-custom-icon-row {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) 140px auto auto;
	gap: 16px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid rgba(226, 232, 240, 0.6);
}
.tsl-custom-icon-row:last-child {
	border-bottom: 0;
}
.tsl-custom-icon-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
}
.tsl-custom-icon-preview {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(241,245,249,0.96));
	background-size: 60% auto;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid rgba(148, 163, 184, 0.4);
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}
.tsl-custom-icon-preview.has-icon {
	border-style: solid;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}
.tsl-custom-icon-list .button {
	white-space: nowrap;
}

/* Slider styling */
input[type="range"] {
	-webkit-appearance: none;
	width: 100%;
	height: 10px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(226, 232, 240, 0.9), rgba(226, 232, 240, 0.9));
	outline: none;
	transition: box-shadow 0.12s ease, background 0.12s ease;
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.35), 0 6px 14px rgba(15, 23, 42, 0.08);
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #111827;
	border: 3px solid #f97316;
	box-shadow: 0 10px 18px rgba(15, 23, 42, 0.16), 0 0 0 3px rgba(249, 115, 22, 0.25);
	cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #111827;
	border: 3px solid #f97316;
	box-shadow: 0 10px 18px rgba(15, 23, 42, 0.16), 0 0 0 3px rgba(249, 115, 22, 0.25);
	cursor: pointer;
}
input[type="range"]::-webkit-slider-runnable-track {
	height: 10px;
	border-radius: 999px;
	background: transparent;
}
input[type="range"]::-moz-range-track {
	height: 10px;
	border-radius: 999px;
	background: transparent;
}

/* Buttons */
.tsl-provider-chip .button,
.tsl-custom-icon-row .button {
	border-radius: 10px;
	border: 1px solid #fe7a10;
	color: #0f172a;
	font-weight: 600;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 255, 0.96));
	padding: 0px 14px;
	transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
	min-width: 70px;
	min-height: 30px;
}
.tsl-provider-chip .button:hover,
.tsl-custom-icon-row .button:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 18px rgba(248, 93, 10, 0.15);
	border-color: #fb7810;
	background: #fff;
	color:#000;
}
.tsl-provider-chip .button-link {
	border: none;
	background: transparent;
	color: #37383a;
	padding: 0px 10px;
	box-shadow: none;
	font-weight: 600;
}
.tsl-provider-chip .button-link:hover {
	text-decoration: underline;
	transform: none;
}
.tsl-provider-column {
	padding: 20px;
}
.tsl-provider-column .description {
	margin-bottom: 16px;
}
.tsl-design-provider-selector {
	gap: 18px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tsl-control-block {
	background: rgba(248, 250, 255, 0.8);
	border: 1px solid rgba(148, 163, 184, 0.3);
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 16px;
}

.tsl-control-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
}

.tsl-control-grid.tsl-layout-grid {
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	align-items: end;
}

.tsl-equal-width-toggle {
	margin-top: -4px;
}

.tsl-field.slim input {
	max-width: 120px;
}

.tsl-style-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.tsl-style-grid.stacked {
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.tsl-field.full {
	grid-column: 1 / -1;
}

.tsl-switch.inline {
	align-items: center;
	gap: 12px;
}

.tsl-preview-card {
	position: sticky;
	top: 32px;
}

.tsl-card select,
.tsl-card input[type="number"],
.tsl-card input[type="text"] {
	border-radius: 12px;
	border: 1px solid rgba(213, 217, 239, 0.9);
	padding: 8px 12px;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05);
}

.tsl-card input[type="range"] {
	width: 100%;
}

.tsl-custom-icon-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid #e5e7eb;
}

.tsl-custom-icon-row strong {
	min-width: 120px;
}

.tsl-custom-icon-preview {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-size: 100%;
	background-position: center;
	border: 1px solid #e5e7eb;
}

.tsl-preview {
	border: 1px dashed #cbd5f5;
	border-radius: 12px;
	padding: 20px;
	min-height: 200px;
	background: #fcfdff;
}

.tsl-preview-title {
	margin-top: 0;
	font-weight: 600;
	text-align: center;
}

.tsl-preview-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: var(--tsl-btn-gap, 12px);
	justify-content: center;
}
.tsl-preview-buttons.tsl-equal {
	display: grid;
	grid-template-columns: repeat(var(--tsl-cols, 4), minmax(0, 1fr));
	align-items: stretch;
}
.tsl-preview-buttons.tsl-preview-style-icon {
	display: grid;
	grid-template-columns: repeat(var(--tsl-cols, 5), max-content);
	gap: var(--tsl-btn-gap, 12px);
	justify-content: center;
	justify-items: var(--tsl-btn-align, center);
	text-align: var(--tsl-btn-align, center);
}
.tsl-preview-buttons.tsl-preview-style-icon.tsl-align-left {
	justify-content: flex-start;
}
.tsl-preview-buttons.tsl-preview-style-icon.tsl-align-right {
	justify-content: flex-end;
}

.tsl-preview-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: var(--tsl-btn-padding, 12px) 18px;
	border-radius: var(--tsl-btn-radius, 30px);
	background: var(--tsl-btn-bg, #111827);
	color: #fff;
	border: 0;
	transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.15s ease;
	justify-content: var(--tsl-btn-justify, center);
	text-align: var(--tsl-btn-align, center);
}
.tsl-preview-style-icon .tsl-preview-button {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	width: var(--tsl-icon-size, 25px);
	height: var(--tsl-icon-size, 25px);
	text-align: var(--tsl-btn-align, center);
	justify-self: var(--tsl-btn-align, center);
}
.tsl-preview-style-icon_text .tsl-preview-button {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	border-radius: 0;
}

.tsl-preview-label {
	color: var(--tsl-label-color, #ffffff);
	font-size: var(--tsl-label-font-size, 15px);
	font-weight: 500;
}

.tsl-preview-button:hover .tsl-preview-label {
	color: var(--tsl-label-hover, var(--tsl-label-color, #ffffff));
}
.tsl-preview-button:hover {
	transform: translateY(-1px);
}



.tsl-preview-button.tsl-button-no-label .tsl-preview-label {
	display: none;
}

.tsl-preview-icon {
	width: var(--tsl-icon-size, 20px);
	height: var(--tsl-icon-size, 20px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	flex-shrink: 0;
}
.tsl-preview-icon img {
	width: var(--tsl-icon-size, 20px);
	height: var(--tsl-icon-size, 20px);
	object-fit: contain;
}
.tsl-preview-icon img.tsl-preview-icon-custom {
	height: auto;
	max-height: var(--tsl-icon-size, 20px);
}

/* Button presets for provider-specific colors */
.tsl-preview-button--button {
	min-height: 44px;
	padding: 12px 18px;
	border: 2px solid var(--tsl-btn-border, rgba(255, 255, 255, 0.12));
	box-shadow: 0 8px 16px rgba(15, 23, 42, 0.16);
	color: var(--tsl-btn-text, #ffffff);
	font-weight: 700;
	letter-spacing: 0.01em;
	background: linear-gradient(135deg, var(--tsl-btn-bg-start, #2563eb) 0%, var(--tsl-btn-bg-end, #1d4ed8) 100%);
	border-color: var(--tsl-btn-border, rgba(255, 255, 255, 0.12));
	text-align: var(--tsl-btn-align, center);
	transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.15s ease;
}
.tsl-preview-button--button:hover {
	transform: translateY(-1px);
}
.tsl-btn-shape-square { border-radius: 0px; }
.tsl-btn-shape-rounded { border-radius: 14px; }
.tsl-btn-shape-pill { border-radius: 999px; }




.tsl-btn-preset3 {
	background: transparent;
	color: var(--tsl-btn-text, #ffffff);
	border: 2px solid var(--tsl-btn-border, #111827);
	box-shadow: none;
}
.tsl-btn-preset3:hover { box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18); filter: brightness(1.03); }

.tsl-view-vertical {
	flex-direction: column;
	align-items: flex-start;
}

.tsl-view-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.tsl-align-left {
	justify-content: flex-start;
}

.tsl-align-center {
	justify-content: center;
}

.tsl-align-right {
	justify-content: flex-end;
}
.tsl-align-space-between {
	justify-content: space-between;
}
.tsl-align-space-around {
	justify-content: space-around;
}
.tsl-align-space-evenly {
	justify-content: space-evenly;
}

.tsl-provider-fallback-save {
	margin-top: 20px;
}

.tsl-toast-stack {
	position: fixed;
	bottom: 16px;
	right: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	z-index: 9999;
	pointer-events: none;
}

.tsl-toast {
	min-width: 220px;
	max-width: 360px;
	padding: 14px 16px;
	border-radius: 12px;
	color: #0f172a;
	background: #fff7ed;
	border: 1px solid #f97316;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.24);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.18s ease, transform 0.18s ease;
	pointer-events: auto;
	font-weight: 600;
	font-size: 13px;
}

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

.tsl-toast-success {
	border-color: #f97316;
	background: #fff2e5;
}

.tsl-toast-error {
	border-color: #ef4444;
	background: #fef2f2;
}

.tsl-provider-app__content .tsl-switch {
	gap: 8px;
}

.tsl-form .button-primary,
.tsl-admin .button-primary {
	background: linear-gradient(135deg, #111827 0%, #1f2937 50%, #0b0f18 100%);
	border: 2px solid #0b0f18 !important;
	border-radius: 18px;
	padding: 12px 22px;
	height: auto;
	font-weight: 800;
	letter-spacing: 0.3px;
	color: #fdfbf7;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow:
		0 14px 28px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		inset 0 -2px 6px rgba(0, 0, 0, 0.35);
	transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.tsl-form .button-primary:hover,
.tsl-admin .button-primary:hover {
	transform: translateY(-1px);
	filter: brightness(1.05);
	box-shadow:
		0 16px 28px rgba(0, 0, 0, 0.38),
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		inset 0 -2px 6px rgba(0, 0, 0, 0.4);
	background: #f98d1f;
	border:2px solid #0b0f18
}

.tsl-form .button-primary:active,
.tsl-admin .button-primary:active {
	transform: translateY(1px);
	box-shadow:
		0 10px 16px rgba(0, 0, 0, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		inset 0 -2px 6px rgba(0, 0, 0, 0.5);
}
.tsl-grid-two {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
	gap: 18px 22px;
}

.tsl-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 24px;
}

.tsl-field label {
	font-weight: 600;
	color: #0f172a;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.tsl-field .description {
	margin-top: 0;
	font-size: 12px;
	color: #6b7280;
}

.tsl-field input[type="text"],
.tsl-field input[type="url"],
.tsl-field input[type="number"],
.tsl-field input[type="email"],
.tsl-field input[type="date"],
.tsl-field select,
.tsl-field textarea {
	border-radius: 14px;
	border: 1px solid #d7dae3;
	padding: 12px 14px;
	font-size: 15px;
	width: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.06);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.tsl-field input:focus,
.tsl-field select:focus,
.tsl-field textarea:focus {
	outline: none;
	border-color: #f97316;
	box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
	background: #fff;
}

.tsl-field select {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23111' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px 8px;
	padding-right: 36px;
	height: auto;
}

.tsl-field select:focus {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23111' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px 8px;
}

.tsl-field textarea {
	min-height: 120px;
	resize: vertical;
}

.tsl-switch {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.tsl-switch input {
	display: none;
}

.tsl-switch-slider {
	width: 64px;
	height: 24px;
	background: #e5e7eb;
	border-radius: 999px;
	position: relative;
	transition: all 0.2s ease;
	border: 1px solid #cdd4de;
}

.tsl-switch-slider::after {
	content: "Off";
	position: absolute;
	height: 20px;
	width: 28px;
	border-radius: 14px;
	background: #fff;
	top: 2px;
	left: 2px;
	transition: transform 0.2s ease, color 0.2s ease;
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
	color: #6b7280;
	font-size: 11px;
	font-weight: 700;
	display: grid;
	place-items: center;
}

.tsl-switch input:checked + .tsl-switch-slider {
	background: linear-gradient(135deg, #f97316, #faae2a);
	border-color: #f97316;
	box-shadow: 0 8px 18px rgba(249, 115, 22, 0.25);
}

.tsl-switch input:checked + .tsl-switch-slider::after {
	transform: translateX(32px);
	content: "On";
	color: #0f172a;
}

.tsl-providers-modern .tsl-providers-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 16px;
}

.tsl-provider-search {
	min-width: 260px;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid #cbd5e1;
}

.tsl-providers-modern-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 20px;
}

.tsl-provider-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tsl-provider-card.is-enabled {
	border-color: #2563eb;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.08);
}

.tsl-provider-card__header {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
}

.tsl-provider-heading {
	display: flex;
	gap: 12px;
	align-items: center;
}

.tsl-provider-heading img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.tsl-provider-status {
	display: inline-flex;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #1d4ed8;
}

.tsl-provider-card__body {
	border-top: 1px solid #f1f5f9;
	padding-top: 16px;
}

.tsl-provider-doc {
	margin-top: 0;
}

.tsl-copy-control {
	display: flex;
	gap: 8px;
	align-items: center;
}

.tsl-copy-control input {
	flex: 1;
}

.tsl-copy-control .button {
	border-radius: 10px;
	border: 1px solid #d7dae3;
	background: #f8fafc;
	color: #0f172a;
	font-weight: 600;
	min-width: 86px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
	transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.tsl-copy-control .button:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 12px rgba(15, 23, 42, 0.12);
	border-color: #cbd5e1;
}

.wp-core-ui .button.tsl-button-reset {
	height: auto;
	border-radius: 18px;
	padding: 14px 22px;
	border: 2px solid #10203f !important;
	background: radial-gradient(circle at 25% 25%, #ffffff, #f4f5f8);
	color: #0f172a !important;
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 14px;
	box-shadow: 0 18px 32px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.55);
	transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}

.tsl-button-reset:hover {
	transform: translateY(-1px);
	box-shadow: 0 20px 36px rgba(15, 23, 42, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.65);
	background: radial-gradient(circle at 30% 30%, #ffffff, #eef0f5);
	border-color: #0b152f;
}

.tsl-button-reset:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(14, 116, 144, 0.28), 0 18px 32px rgba(15, 23, 42, 0.16);
}

.tsl-form .description {
	margin-top: 6px;
	color: #6b7280;
}

.tsl-provider-chip-label {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: #eef2ff;
	color: #312e81;
	font-size: 13px;
	font-weight: 700;
}

.tsl-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	color: #1f2937;
}

.tsl-button-danger {
	background: #fff0f2;
	color: #b91c1c;
	border: 1px solid #fca5a5;
	border-radius: 12px;
	font-weight: 700;
	padding: 8px 14px;
	transition: transform 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
}

.wp-core-ui .button.tsl-button-danger {
	background: #fff0f2 !important;
	color: #b91c1c !important;
	border: 1px solid #fca5a5 !important;
	border-radius: 12px !important;
	font-weight: 800 !important;
	padding: 8px 14px !important;
	height: auto !important;
	line-height: 1.3 !important;
}

.tsl-button-danger:hover {
	transform: translateY(-1px);
	border-color: #ef4444;
	box-shadow: 0 6px 12px rgba(239, 68, 68, 0.18);
}

.tsl-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
}

.tsl-pagination-links .button {
	border-radius: 10px;
	margin-left: 6px;
}

.tsl-pagination-info {
	font-weight: 600;
	color: #0f172a;
}

.tsl-modal[hidden] {
	display: none;
}

.tsl-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.tsl-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.55);
	backdrop-filter: blur(2px);
}

.tsl-modal__panel {
	position: relative;
	width: min(520px, 100%);
	background: #ffffff;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 18px;
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.28);
	padding: 18px 18px 16px;
}

.tsl-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.tsl-modal__header h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	color: #0f172a;
}

.tsl-modal__close {
	width: 36px;
	height: 36px;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 12px;
	background: #ffffff;
	color: #0f172a;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.tsl-modal__close:hover {
	transform: translateY(-1px);
	border-color: #cbd5e1;
	box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}

.tsl-modal__body {
	margin: 0 0 16px;
	color: #334155;
	font-size: 14px;
	line-height: 1.55;
}

.tsl-modal__actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.tsl-modal__actions .button {
	min-width: 140px;
	border-radius: 18px;
	padding: 12px 18px;
	font-weight: 800;
}

body.tsl-modal-open {
	overflow: hidden;
}
.tsl-form {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.tsl-accordion-toggle {
	width: 32px;
	height: 32px;
	border: 1px solid #d9dfe7;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f8fafc;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.tsl-accordion-toggle:hover {
	box-shadow: 0 6px 12px rgba(15, 23, 42, 0.08);
	border-color: #cbd5e1;
}

.tsl-accordion-toggle:focus {
	outline: none;
	border-color: #f97316;
}

.tsl-accordion-icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-right: 2px solid #0f172a;
	border-bottom: 2px solid #0f172a;
	transform: rotate(45deg);
	transition: transform 0.15s ease;
}

.tsl-accordion-icon.is-collapsed {
	transform: rotate(-135deg);
}
.tsl-design-accordion {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}
.tsl-design-accordion .tsl-accordion-toggle {
	margin-left: auto;
	align-self: flex-start;
}
.tsl-accordion-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.tsl-design-provider-selector {
	margin-top: 12px;
}

/* Upgrade */
.tsl-upgrade-hero {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	border: 1px solid #fed7aa;
	background: linear-gradient(135deg, #fff7ed, #ffedd5);
}

.tsl-upgrade-hero__content {
	flex: 1 1 320px;
}

.tsl-upgrade-eyebrow {
	display: inline-flex;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #9a3412;
	background: rgba(249, 115, 22, 0.2);
	margin-bottom: 15px;
}

.tsl-upgrade-highlights {
	margin: 16px 0 0;
	padding-left: 0;
	color: #111827;
	list-style: none;
	display: grid;
	gap: 10px;
}

.tsl-upgrade-highlights li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}

.tsl-upgrade-highlights li::before {
	content: "✓";
	width: 22px;
	height: 22px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #f97316, #faae2a);
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 8px 16px rgba(249, 115, 22, 0.25);
}

.tsl-upgrade-hero__cta {
	flex: 0 1 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tsl-upgrade-cta-box {
	width: 100%;
	padding: 18px;
	border-radius: 16px;
	background: linear-gradient(135deg, #0f172a, #1f2937);
	color: #f8fafc;
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.35);
}

.tsl-upgrade-cta-title {
	font-size: 15px;
	font-weight: 700;
}

.tsl-upgrade-cta-sub {
	font-size: 12px;
	color: #cbd5f5;
	margin: 6px 0 14px;
}

.tsl-upgrade-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 28px);
	padding: 10px 14px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	color: #111827;
	background: linear-gradient(135deg, #f97316, #faae2a);
	box-shadow: 0 12px 22px rgba(249, 115, 22, 0.4);
}

.tsl-upgrade-providers {
	position: relative;
}

.tsl-upgrade-provider-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.tsl-upgrade-provider-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tsl-upgrade-provider-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 10px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	font-size: 12px;
	font-weight: 600;
	color: #0f172a;
}

.tsl-upgrade-provider-list img {
	width: 20px;
	height: 20px;
	display: block;
}

.tsl-upgrade-table {
	border: 1px solid #e2e4e7;
	border-radius: 10px;
	overflow: hidden;
}

.tsl-upgrade-row {
	display: flex;
	gap: 12px;
	padding: 12px 16px;
	border-bottom: 1px solid #e2e4e7;
}

.tsl-upgrade-row:last-child {
	border-bottom: 0;
}

.tsl-upgrade-row > div {
	flex: 1;
}

.tsl-upgrade-row > div:first-child {
	flex: 2;
	font-weight: 600;
}

.tsl-upgrade-header {
	background: #f6f7f7;
	font-weight: 600;
}

.tsl-upgrade-steps {
	margin-left: 18px;
}

.tsl-provider-upgrade {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e2e4e7;
}

.tsl-compare {
	background: #eef0f3;
}

.tsl-compare-title {
	margin: 0 0 18px;
	text-align: center;
	font-weight: 900;
	letter-spacing: -0.03em;
	font-size: 42px;
	line-height: 1.05;
	color: #111827;
}

.tsl-compare-card {
	background: #ffffff;
	border-radius: 28px;
	box-shadow: 0 26px 70px rgba(17, 24, 39, 0.12), 0 2px 10px rgba(17, 24, 39, 0.06);
	border: 1px solid rgba(17, 24, 39, 0.08);
	overflow: hidden;
	position: relative;
}

.tsl-compare-card::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 6px;
	background: linear-gradient(90deg, #f59b23, #ffbe55);
}

.tsl-compare-table {
	padding: 18px;
	background: linear-gradient(180deg, rgba(17, 24, 39, 0.02), rgba(17, 24, 39, 0));
}

.tsl-compare-row {
	display: grid;
	grid-template-columns: 1.25fr 0.95fr 0.95fr;
	align-items: stretch;
}

.tsl-compare-cell {
	padding: 18px 26px;
	display: flex;
	align-items: center;
}

.tsl-compare-cell:nth-child(2),
.tsl-compare-cell:nth-child(3) {
	border-left: 1px solid rgba(17, 24, 39, 0.1);
	justify-content: center;
}

.tsl-compare-cell:nth-child(1) {
	justify-content: flex-start;
}

.tsl-compare-row--head {
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(245, 155, 35, 0.22);
	background: linear-gradient(180deg, rgba(245, 155, 35, 0.1), rgba(245, 155, 35, 0.02));
}

.tsl-compare-row--head .tsl-compare-cell {
	padding: 10px 26px;
}

.tsl-compare-row--head .tsl-compare-cell:nth-child(1) {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -0.02em;
	color: rgba(17, 24, 39, 0.6);
}

.tsl-compare-row--head .tsl-compare-cell:nth-child(2) {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -0.02em;
	color: #111827;
}

.tsl-compare-row--head .tsl-compare-cell:nth-child(3) {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -0.02em;
	color: #f59b23;
}

.tsl-compare-row--plain {
	border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.tsl-compare-row--plain .tsl-compare-cell:nth-child(1),
.tsl-compare-row--plain .tsl-compare-cell:nth-child(2),
.tsl-compare-row--plain .tsl-compare-cell:nth-child(3) {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -0.02em;
}

.tsl-compare-row--box {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(17, 24, 39, 0.08);
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(17, 24, 39, 0.04);
}

.tsl-compare-row--box .tsl-compare-cell {
}

.tsl-compare-row--box .tsl-compare-cell:nth-child(1) {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.tsl-compare-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-radius: 999px;
	padding: 10px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	white-space: nowrap;
	border: 1px solid rgba(17, 24, 39, 0.14);
	box-shadow: 0 10px 18px rgba(17, 24, 39, 0.1);
}

.tsl-compare-pill--no {
	background: linear-gradient(180deg, rgba(243, 244, 246, 0.96), rgba(232, 235, 241, 0.96));
	color: #6b7280;
}

.tsl-compare-pill--yes {
	background: linear-gradient(180deg, rgba(245, 155, 35, 0.98), rgba(233, 140, 12, 0.92));
	border-color: rgba(245, 155, 35, 0.55);
	color: #ffffff;
}

.tsl-compare-pill__icon {
	width: 16px;
	height: 16px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.18));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
	font-weight: 700;
	font-size: 13px;
}

.tsl-compare-cta {
	display: flex;
	justify-content: center;
	padding: 18px 12px 8px;
}

.tsl-compare-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	color: #111827;
	background: linear-gradient(135deg, #f97316, #faae2a);
	box-shadow: 0 12px 22px rgba(249, 115, 22, 0.3);
}

@media (max-width: 900px) {
	.tsl-compare-title {
		font-size: 34px;
	}
}

@media (max-width: 720px) {
	.tsl-compare-title {
		font-size: 30px;
		margin-bottom: 14px;
	}

	.tsl-compare-table {
		padding: 14px;
	}

	.tsl-compare-row--head {
		display: none;
	}

	.tsl-compare-row {
		grid-template-columns: 1fr;
	}

	.tsl-compare-cell:nth-child(2),
	.tsl-compare-cell:nth-child(3) {
		border-left: none;
	}

	.tsl-compare-row--plain {
		border-bottom: none;
		border-radius: 18px;
		overflow: hidden;
		border: 1px solid rgba(17, 24, 39, 0.08);
		background: #ffffff;
	}

	.tsl-compare-row--plain .tsl-compare-cell {
		min-height: auto;
		padding: 16px 18px;
		justify-content: space-between;
	}

	.tsl-compare-row--plain .tsl-compare-cell:nth-child(1) {
		border-bottom: 1px solid rgba(17, 24, 39, 0.06);
		font-size: 18px;
	}

	.tsl-compare-row--plain .tsl-compare-cell:nth-child(2)::before {
		content: "Free";
		font-weight: 900;
		font-size: 12px;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: #6b7280;
	}

	.tsl-compare-row--plain .tsl-compare-cell:nth-child(3)::before {
		content: "Pro";
		font-weight: 900;
		font-size: 12px;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: #6b7280;
	}

	.tsl-compare-row--box {
		margin-top: 12px;
	}

	.tsl-compare-row--box .tsl-compare-cell {
		min-height: auto;
		padding: 16px 18px;
		justify-content: space-between;
	}

	.tsl-compare-row--box .tsl-compare-cell:nth-child(2),
	.tsl-compare-row--box .tsl-compare-cell:nth-child(3) {
		border-top: 1px solid rgba(17, 24, 39, 0.06);
	}

	.tsl-compare-row--box .tsl-compare-cell:nth-child(2)::before {
		content: "Free";
		font-weight: 900;
		font-size: 12px;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: #6b7280;
	}

	.tsl-compare-row--box .tsl-compare-cell:nth-child(3)::before {
		content: "Pro";
		font-weight: 900;
		font-size: 12px;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: #6b7280;
	}
}

@media (max-width: 782px) {
	.tsl-upgrade-hero {
		flex-direction: column;
	}
}
