.sls-pricing-wrap,
.sls-checkout-wrap,
.sls-thankyou {
	box-sizing: border-box;
	color: #17202a;
	font-family: inherit;
}

.sls-pricing-wrap {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 24px 0;
}

.sls-pricing-card {
	background: #ffffff;
	border: 1px solid #d9e2ec;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(24, 32, 43, 0.08);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 390px;
	padding: 32px;
}

.sls-pricing-card h3 {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 10px;
}

.sls-plan-desc {
	color: #52606d;
	margin: 0 0 24px;
}

.sls-price {
	align-items: baseline;
	display: flex;
	gap: 8px;
	margin-bottom: 24px;
}

.sls-price span {
	color: #486581;
	font-weight: 700;
}

.sls-price strong {
	font-size: 44px;
	line-height: 1;
}

.sls-pricing-card ul {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.sls-pricing-card li {
	border-top: 1px solid #edf2f7;
	padding: 12px 0;
}

.sls-button {
	background: #EB5C2B;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	padding: 14px 20px;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
	width: 100%;
}

.sls-button:hover,
.sls-button:focus {
	background: #EB5C2B;
	color: #ffffff;
	transform: translateY(-1px);
	opacity: .8;
}

.sls-checkout-wrap {
	background: #ffffff;
	border: 1px solid #d9e2ec;
	border-radius: 8px;
	margin: 24px 0;
	padding: 28px;
}

.sls-selected-plan {
	background: #f5f7fa;
	border: 1px solid #d9e2ec;
	border-radius: 8px;
	display: grid;
	gap: 4px;
	margin-bottom: 24px;
	padding: 18px;
}

.sls-selected-plan span,
.sls-order-summary span {
	color: #627d98;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.sls-selected-plan strong {
	font-size: 22px;
}

.sls-selected-plan em {
	color: #334e68;
	font-style: normal;
}

.sls-payment-methods {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 20px;
}

.sls-payment-methods-label {
	color: #627d98;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.sls-payment-method-option {
	align-items: center;
	background: #f5f7fa;
	border: 1px solid #bcccdc;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	gap: 8px;
	padding: 10px 16px;
}

.sls-payment-method-option:has(input:checked) {
	border-color: #eb5c2b;
	box-shadow: 0 0 0 2px rgba(235, 92, 43, 0.15);
}

.sls-razorpay-processing {
	text-align: center;
}

.sls-form-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sls-form-grid label {
	display: grid;
	gap: 7px;
}

.sls-form-grid label span {
	font-weight: 700;
}

.sls-form-grid input {
	background: #ffffff;
	border: 1px solid #bcccdc;
	border-radius: 6px;
	box-sizing: border-box;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.sls-form-grid input:focus {
	border-color: #0f766e;
	box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
	outline: none;
}

.sls-wide {
	grid-column: 1 / -1;
}

.sls-button-primary {
	margin-top: 24px;
	max-width: 280px;
}

.sls-notice {
	border-radius: 8px;
	margin: 18px 0;
	padding: 14px 16px;
}

.sls-notice-error {
	background: #fff5f5;
	border: 1px solid #feb2b2;
	color: #9b2c2c;
}

.sls-notice-info {
	background: #f0f9ff;
	border: 1px solid #7dd3fc;
	color: #075985;
}

.sls-thankyou {
	background: #ffffff;
	border: 1px solid #d9e2ec;
	border-radius: 8px;
	margin: 24px 0;
	padding: 32px;
	text-align: center;
}

.sls-success-mark {
	align-items: center;
	background: #0f766e;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 32px;
	height: 64px;
	justify-content: center;
	margin-bottom: 18px;
	width: 64px;
}

.sls-thankyou h2 {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 10px;
}

.sls-order-summary {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
	text-align: left;
}

.sls-order-summary div {
	background: #f5f7fa;
	border: 1px solid #d9e2ec;
	border-radius: 8px;
	display: grid;
	gap: 6px;
	padding: 16px;
}

.sls-license-code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	overflow-wrap: anywhere;
}

.sls-dashboard {
	margin: 24px 0;
}

.sls-dashboard-shell {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.sls-dashboard-sidebar {
	position: sticky;
	top: 24px;
	background: #ffffff;
	border: 1px solid #d9e2ec;
	border-radius: 20px;
	box-shadow: 0 12px 30px rgba(24, 32, 43, 0.08);
	padding: 22px;
}

.sls-dashboard-sidebar-title h2 {
	margin: 0 0 6px;
	font-size: 24px;
	line-height: 1.2;
}

.sls-dashboard-sidebar-title p {
	margin: 0 0 18px;
	color: #627d98;
	font-size: 14px;
}

.sls-dashboard-tabs {
	display: grid;
	gap: 10px;
}

.sls-dashboard-tab-btn,
.sls-dashboard-logout {
	border: 1px solid #d9e2ec;
	border-radius: 12px;
	background: #f8fafc;
	color: #102a43;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 14px;
	text-decoration: none;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: all 0.2s ease;
	width: 100%;
	box-sizing: border-box;
	text-transform: capitalize !important;
}

.sls-dashboard-tab-btn:hover,
.sls-dashboard-tab-btn:focus,
.sls-dashboard-logout:hover,
.sls-dashboard-logout:focus {
	background: #f1f5f9;
	transform: translateY(-1px);
	color: #102a43;
}

.sls-dashboard-tab-btn.is-active {
	background: #eb5c2b;
	border-color: #eb5c2b;
	color: #ffffff;
	box-shadow: 0 10px 22px rgba(235, 92, 43, 0.22);
}

.sls-dashboard-content {
	display: grid;
	gap: 20px;
	min-width: 0;
}

.sls-dashboard-section {
	display: none;
	background: #ffffff;
	border: 1px solid #d9e2ec;
	border-radius: 20px;
	box-shadow: 0 12px 30px rgba(24, 32, 43, 0.08);
	padding: 24px;
}

.sls-dashboard-section.is-active {
	display: block;
}

.sls-dashboard-section h2 {
	margin: 0 0 16px;
	font-size: 26px;
	line-height: 1.2;
}

.sls-dashboard-card {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 18px;
}

.sls-dashboard-table {
	border-collapse: collapse;
	width: 100%;
	overflow: hidden; 
}

.sls-dashboard-table th,
.sls-dashboard-table td {
	border-bottom: 1px solid #e2e8f0;
	padding: 14px 12px;
	text-align: left;
	vertical-align: top;
}

.sls-dashboard-table th {
	background: #f8fafc;
	color: #334e68;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.sls-license-panel {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 18px;
	margin-bottom: 16px;
}

.sls-license-code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	overflow-wrap: anywhere;
}

.sls-domain-row {
	align-items: center;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e2e8f0;
}

.sls-download-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 16px 18px;
	margin-bottom: 14px;
}

.sls-domain-row span{
	word-break: break-all;
}

.sls-dashboard .sls-button {
	width: auto;
	min-width: 140px;
	padding: 12px 18px;
	display: inline-flex;
}

.sls-dashboard .sls-button:hover,
.sls-dashboard .sls-button:focus {
	opacity: 0.88;
	transform: translateY(-1px);
}

.sls-account-form {
	margin-top: 18px;
}

.sls-account-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sls-account-grid label {
	display: grid;
	gap: 8px;
}

.sls-account-grid label span {
	font-weight: 700;
	color: #102a43;
}

.sls-account-grid input {
	background: #ffffff;
	border: 1px solid #d9e2ec;
	border-radius: 12px;
	min-height: 48px;
	padding: 12px 14px;
	box-sizing: border-box;
	width: 100%;
}

.sls-account-grid input:focus {
	border-color: #eb5c2b;
	box-shadow: 0 0 0 3px rgba(235, 92, 43, 0.12);
	outline: none;
}

.sls-account-grid input:disabled {
	background: #f8fafc;
	color: #52606d;
	cursor: not-allowed;
}

.sls-account-form .sls-button-primary {
	margin-top: 18px;
	max-width: 220px;
}

.sls-account-section-title {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 600;
	color: #102a43;
}

.sls-account-section-title:not(:first-child) {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #e2e8f0;
}

.sls-form-message {
	display: none;
	margin-top: 20px;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
}

.sls-form-message.error {
	background: #fff5f5;
	border: 1px solid #feb2b2;
	color: #c53030;
	display: block;
}

.sls-form-message.success {
	background: #f0fff4;
	border: 1px solid #9ae6b4;
	color: #276749;
	display: block;
}

.sls-ticket-page {
	display: grid;
	gap: 20px;
	margin: 24px 0;
}

.sls-ticket-card {
	background: #ffffff;
	border: 1px solid #d9e2ec;
	border-radius: 20px;
	box-shadow: 0 12px 30px rgba(24, 32, 43, 0.08);
	padding: 24px;
}

.sls-ticket-card h3 {
	margin: 0 0 18px;
	font-size: 22px;
}

.sls-ticket-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sls-ticket-grid label,
.sls-ticket-reply-form label {
	display: grid;
	gap: 8px;
}

.sls-ticket-grid label span,
.sls-ticket-reply-form label span {
	font-weight: 700;
	color: #102a43;
}

.sls-ticket-grid input,
.sls-ticket-grid select,
.sls-ticket-grid textarea,
.sls-ticket-reply-form textarea {
	width: 100%;
	border: 1px solid #d9e2ec;
	border-radius: 12px;
	background: #fff;
	padding: 12px 14px;
	box-sizing: border-box;
	font: inherit;
}

.sls-ticket-grid input:focus,
.sls-ticket-grid select:focus,
.sls-ticket-grid textarea:focus,
.sls-ticket-reply-form textarea:focus {
	border-color: #eb5c2b;
	box-shadow: 0 0 0 3px rgba(235, 92, 43, 0.12);
	outline: none;
}

.sls-wide {
	grid-column: 1 / -1;
}

.sls-ticket-helper {
	margin: 8px 0 0;
	color: #627d98;
	font-size: 13px;
}

.sls-ticket-list {
	display: grid;
	gap: 14px;
}

.sls-ticket-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #f8fafc;
}

.sls-ticket-row h4 {
	margin: 0 0 6px;
	font-size: 18px;
}

.sls-ticket-row p,
.sls-ticket-meta {
	margin: 0;
	color: #627d98;
}

.sls-ticket-view,
.sls-ticket-back {
	text-decoration: none;
	font-weight: 600;
	color: #eb5c2b;
}

.sls-ticket-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.sls-ticket-badge {
	background: #eb5c2b;
	color: #fff;
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 700;
}

.sls-ticket-original-message {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 18px;
	margin-top: 18px;
}

.sls-ticket-comments {
	display: grid;
	gap: 14px;
	margin-bottom: 18px;
}

.sls-ticket-comment {
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 16px;
	background: #fff;
}

.sls-ticket-comment.is-staff {
	background: #f0f9ff;
}

.sls-ticket-comment-head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #627d98;
}

.sls-ticket-reply-form {
	display: grid;
	gap: 12px;
	margin-top: 10px;
}

.sls-ticket-editor-wrap .wp-editor-wrap {
	border: 1px solid #d9e2ec;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.sls-ticket-editor-wrap .wp-editor-tools,
.sls-ticket-editor-wrap .quicktags-toolbar {
	background: #f8fafc;
}

.sls-ticket-editor-wrap .wp-editor-area {
	min-height: 220px;
}


.sls-dashboard-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sls-dashboard-section,
.sls-license-panel {
	background: #ffffff;
	border: 1px solid #d9e2ec;
	border-radius: 8px;
	padding: 20px;
}

.sls-dashboard-table {
	border-collapse: collapse;
	width: 100%;
}

.sls-dashboard-table th,
.sls-dashboard-table td {
	border-bottom: 1px solid #d9e2ec;
	padding: 10px;
	text-align: left;
}

.sls-domain-row {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 10px;
}

.sls-ticket-form,
.sls-ticket-reply-form {
	display: grid;
	gap: 16px;
}

.sls-ticket-form textarea,
.sls-ticket-reply-form textarea,
.sls-ticket-form input[type="text"],
.sls-ticket-form select {
	width: 100%;
	border: 1px solid #d9e2ec;
	border-radius: 12px;
	background: #fff;
	padding: 12px 14px;
	box-sizing: border-box;
	font: inherit;
}

.sls-ticket-form input[type="file"],
.sls-ticket-reply-form input[type="file"] {
	width: 100%;
	border: 1px dashed #d9e2ec;
	border-radius: 12px;
	background: #f8fafc;
	padding: 10px 12px;
	box-sizing: border-box;
}

.sls-ticket-helper {
	margin: 8px 0 0;
	color: #627d98;
	font-size: 13px;
}

.sls-ticket-attachments {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #e2e8f0;
}

.sls-ticket-attachments strong {
	display: block;
	margin-bottom: 8px;
}

.sls-ticket-attachments ul {
	margin: 0;
	padding-left: 18px;
}

.sls-ticket-attachments li + li {
	margin-top: 6px;
}

.sls-ticket-attachments li a{
	color: #EB5C2B;
}

@media (max-width: 900px) {
	.sls-dashboard-shell {
		grid-template-columns: 1fr;
	}

	.sls-dashboard-sidebar {
		position: relative;
		top: auto;
	}

	.sls-dashboard-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sls-dashboard-tab-btn,
	.sls-dashboard-logout {
		justify-content: center;
	}
	.sls-account-grid {
		grid-template-columns: 1fr;
	}

	.sls-account-form .sls-button-primary {
		max-width: none;
	}
}

@media (max-width: 760px) {
	.sls-pricing-wrap,
	.sls-form-grid,
	.sls-order-summary {
		grid-template-columns: 1fr;
	}

	.sls-pricing-card,
	.sls-checkout-wrap,
	.sls-thankyou {
		padding: 22px;
	}

	.sls-button-primary {
		max-width: none;
	}

	.sls-domain-row {
		align-items: flex-start;
		flex-direction: column;
	}
	.sls-dashboard-section,
	.sls-dashboard-sidebar {
		padding: 18px;
		border-radius: 16px;
	}

	.sls-dashboard-section h2 {
		font-size: 22px;
	}

	.sls-dashboard-tabs {
		grid-template-columns: 1fr;
	}

	.sls-dashboard-table,
	.sls-dashboard-table thead,
	.sls-dashboard-table tbody,
	.sls-dashboard-table th,
	.sls-dashboard-table td,
	.sls-dashboard-table tr {
		display: block;
		width: 100%;
	}

	.sls-dashboard-table thead {
		display: none;
	}

	.sls-dashboard-table tr {
		border: 1px solid #e2e8f0;
		border-radius: 14px;
		margin-bottom: 12px;
		overflow: hidden;
	}

	.sls-dashboard-table td {
		border-bottom: 1px solid #e2e8f0;
		display: flex;
		justify-content: space-between;
		gap: 12px;
	}

	.sls-domain-row,
	.sls-download-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.sls-dashboard .sls-button {
		width: 100%;
	}
	.sls-account-grid {
		grid-template-columns: 1fr;
	}

	.sls-account-form .sls-button-primary {
		max-width: none;
	}
	.sls-ticket-grid {
		grid-template-columns: 1fr;
	}

	.sls-ticket-row,
	.sls-ticket-topbar,
	.sls-ticket-comment-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.sls-button {
		width: 100%;
	}
}
