/**
 * ShopWriter Lite Admin Styles
 *
 * @since 1.0.0
 * @package ShopWriter_Lite
 */

/* ==========================================================================
	Variables
	========================================================================== */

:root {
	--shopwr-primary: #2271b1;
	--shopwr-primary-dark: #135e96;
	--shopwr-success: #00a32a;
	--shopwr-warning: #dba617;
	--shopwr-error: #d63638;
	--shopwr-pro-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	--shopwr-border-color: #c3c4c7;
	--shopwr-bg-light: #f6f7f7;
}

/* ==========================================================================
	General Styles
	========================================================================== */

.shopwr-lite-dashboard,
.shopwr-lite-settings,
.shopwr-lite-bulk-generator,
.shopwr-lite-update-logs {
	max-width: 1200px;
}

/* ==========================================================================
	PRO Badge Styling
	========================================================================== */

.shopwr-lite-pro-badge {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	background: var(--shopwr-pro-gradient);
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	vertical-align: middle;
}

.shopwr-lite-pro-badge svg {
	width: 10px;
	height: 10px;
}

.shopwr-lite-pro-badge-small {
	display: inline-block;
	background: var(--shopwr-pro-gradient);
	color: #fff;
	font-size: 9px;
	font-weight: 600;
	padding: 2px 5px;
	border-radius: 2px;
	margin-left: 5px;
	vertical-align: middle;
}

.shopwr-lite-pro-badge-inline {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	background: var(--shopwr-pro-gradient);
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

.shopwr-lite-pro-badge-inline svg {
	width: 12px;
	height: 12px;
}

/* ==========================================================================
	Disabled PRO Sections
	========================================================================== */

.shopwr-lite-pro-section.disabled {
	position: relative;
	opacity: 0.7;
	background-color: var(--shopwr-bg-light);
	padding: 20px;
	border: 1px dashed var(--shopwr-border-color);
	border-radius: 4px;
	margin-bottom: 20px;
}

.shopwr-lite-pro-section.disabled::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: not-allowed;
}

.shopwr-lite-pro-section.disabled input,
.shopwr-lite-pro-section.disabled select,
.shopwr-lite-pro-section.disabled textarea {
	pointer-events: none;
	background-color: #f0f0f1;
}

.shopwr-lite-field-pro.disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.shopwr-lite-field-pro.disabled input {
	pointer-events: none;
}

/* ==========================================================================
	Upgrade Banner
	========================================================================== */

.shopwr-lite-upgrade-banner {
	background: var(--shopwr-pro-gradient);
	color: #fff;
	padding: 25px 30px;
	border-radius: 8px;
	margin-bottom: 30px;
}

.shopwr-lite-upgrade-banner h2 {
	color: #fff;
	margin: 0 0 10px;
	font-size: 20px;
}

.shopwr-lite-upgrade-banner p {
	margin: 0 0 15px;
	font-size: 14px;
	opacity: 0.95;
}

.shopwr-lite-upgrade-banner .button-hero {
	background: #fff;
	color: #764ba2;
	border: none;
	font-weight: 600;
}

.shopwr-lite-upgrade-banner .button-hero:hover {
	background: #f0f0f0;
	color: #667eea;
}

/* ==========================================================================
	Settings Page
	========================================================================== */

.shopwr-lite-settings-section {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid var(--shopwr-border-color);
	border-radius: 4px;
}

.shopwr-lite-settings-section h2 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}

.shopwr-lite-notice-info {
	background: #f0f6fc;
	border-left: 4px solid var(--shopwr-primary);
	padding: 15px;
}

/* ==========================================================================
	Dashboard Styles
	========================================================================== */

.shopwr-lite-welcome-banner {
	background: #fff;
	padding: 30px;
	border: 1px solid var(--shopwr-border-color);
	border-radius: 8px;
	margin-bottom: 30px;
}

.shopwr-lite-welcome-banner h2 {
	margin-top: 0;
	font-size: 24px;
}

.shopwr-lite-setup-steps {
	background: var(--shopwr-bg-light);
	padding: 15px 20px;
	border-radius: 4px;
	margin-top: 15px;
}

.shopwr-lite-setup-steps ol {
	margin: 10px 0 0 20px;
}

.shopwr-lite-api-status {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 15px;
}

.shopwr-lite-api-status.success {
	color: var(--shopwr-success);
}

.shopwr-lite-api-status .dashicons {
	font-size: 20px;
}

/* Stats Grid */
.shopwr-lite-stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
}

.shopwr-lite-stat-card {
	background: #fff;
	padding: 20px;
	border: 1px solid var(--shopwr-border-color);
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.shopwr-lite-stat-card .stat-icon {
	background: var(--shopwr-bg-light);
	padding: 15px;
	border-radius: 50%;
}

.shopwr-lite-stat-card .stat-icon .dashicons {
	font-size: 24px;
	width: 24px;
	height: 24px;
	color: var(--shopwr-primary);
}

.shopwr-lite-stat-card .stat-number {
	display: block;
	font-size: 28px;
	font-weight: 600;
	color: #1d2327;
}

.shopwr-lite-stat-card .stat-label {
	color: #646970;
	font-size: 13px;
}

/* Quick Actions */
.shopwr-lite-quick-actions {
	margin-bottom: 30px;
}

.shopwr-lite-quick-actions h2 {
	margin-bottom: 15px;
}

.shopwr-lite-quick-actions .actions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 15px;
}

.shopwr-lite-quick-actions .action-card {
	background: #fff;
	padding: 20px;
	border: 1px solid var(--shopwr-border-color);
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
	display: block;
	transition: all 0.2s ease;
}

.shopwr-lite-quick-actions .action-card:hover {
	border-color: var(--shopwr-primary);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.shopwr-lite-quick-actions .action-card .dashicons {
	font-size: 32px;
	width: 32px;
	height: 32px;
	color: var(--shopwr-primary);
	margin-bottom: 10px;
}

.shopwr-lite-quick-actions .action-card .action-title {
	display: block;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 5px;
	color: #1d2327;
}

.shopwr-lite-quick-actions .action-card .action-desc {
	color: #646970;
	font-size: 13px;
}

/* Comparison Table */
.shopwr-lite-comparison {
	background: #fff;
	padding: 25px;
	border: 1px solid var(--shopwr-border-color);
	border-radius: 8px;
	margin-bottom: 30px;
}

.shopwr-lite-comparison h2 {
	margin-top: 0;
}

.shopwr-lite-comparison-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.shopwr-lite-comparison-table th,
.shopwr-lite-comparison-table td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #eee;
}

.shopwr-lite-comparison-table th {
	background: var(--shopwr-bg-light);
	font-weight: 600;
}

.shopwr-lite-comparison-table td:nth-child(2),
.shopwr-lite-comparison-table td:nth-child(3),
.shopwr-lite-comparison-table th:nth-child(2),
.shopwr-lite-comparison-table th:nth-child(3) {
	text-align: center;
	width: 100px;
}

.shopwr-lite-comparison-table .dashicons-yes {
	color: var(--shopwr-success);
}

.shopwr-lite-comparison-table .dashicons-no-alt {
	color: #ccc;
}

.shopwr-lite-upgrade-cta {
	text-align: center;
	padding-top: 10px;
}

/* Help Section */
.shopwr-lite-help {
	background: #fff;
	padding: 25px;
	border: 1px solid var(--shopwr-border-color);
	border-radius: 8px;
}

.shopwr-lite-help h2 {
	margin-top: 0;
}

.shopwr-lite-help .help-links {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.shopwr-lite-help .help-links a {
	display: flex;
	align-items: center;
	gap: 5px;
	text-decoration: none;
	color: var(--shopwr-primary);
}

.shopwr-lite-help .help-links a:hover {
	color: var(--shopwr-primary-dark);
}

/* ==========================================================================
	Bulk Generator Styles
	========================================================================== */

.shopwr-lite-bulk-container {
	background: #fff;
	padding: 25px;
	border: 1px solid var(--shopwr-border-color);
	border-radius: 8px;
}

.shopwr-lite-bulk-step {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.shopwr-lite-bulk-step:last-of-type {
	border-bottom: none;
}

.shopwr-lite-bulk-step h2 {
	font-size: 16px;
	margin-bottom: 15px;
}

.shopwr-lite-filter-section {
	margin-bottom: 20px;
}

.shopwr-lite-filter-section h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

.shopwr-lite-categories-list,
.shopwr-lite-attribute-terms {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-height: 200px;
	overflow-y: auto;
	padding: 10px;
	background: var(--shopwr-bg-light);
	border-radius: 4px;
}

.shopwr-lite-checkbox-label {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid var(--shopwr-border-color);
	border-radius: 3px;
	cursor: pointer;
	font-size: 13px;
}

.shopwr-lite-checkbox-label:hover {
	border-color: var(--shopwr-primary);
}

.shopwr-lite-fields-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.shopwr-lite-field-available {
	background: #e7f5ea;
	border-color: var(--shopwr-success);
}

.shopwr-lite-operation-options {
	display: flex;
	gap: 20px;
}

.shopwr-lite-radio-label {
	display: block;
	padding: 15px 20px;
	background: var(--shopwr-bg-light);
	border: 2px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	flex: 1;
}

.shopwr-lite-radio-label:hover {
	border-color: var(--shopwr-primary);
}

.shopwr-lite-radio-label input {
	margin-right: 8px;
}

.shopwr-lite-radio-label strong {
	display: block;
	margin-bottom: 5px;
}

.shopwr-lite-radio-label span {
	color: #646970;
	font-size: 13px;
}

.shopwr-lite-filter-actions {
	margin-top: 15px;
	display: flex;
	gap: 10px;
}

.shopwr-lite-bulk-actions {
	text-align: center;
	padding: 20px 0;
}

/* Progress Bar */
.shopwr-lite-bulk-progress {
	text-align: center;
	padding: 30px;
}

.shopwr-lite-progress-bar {
	width: 100%;
	height: 20px;
	background: var(--shopwr-bg-light);
	border-radius: 10px;
	overflow: hidden;
	margin: 20px 0;
}

.shopwr-lite-progress-fill {
	height: 100%;
	background: var(--shopwr-pro-gradient);
	transition: width 0.3s ease;
}

.shopwr-lite-progress-stats {
	font-size: 16px;
	margin-bottom: 10px;
}

.shopwr-lite-progress-current {
	color: #646970;
	font-size: 13px;
}

/* Results */
.shopwr-lite-bulk-results {
	text-align: center;
	padding: 30px;
}

.shopwr-lite-results-summary {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 20px 0;
}

.shopwr-lite-results-summary .result-item {
	padding: 20px 30px;
	border-radius: 8px;
}

.shopwr-lite-results-summary .result-item.success {
	background: #e7f5ea;
}

.shopwr-lite-results-summary .result-item.failed {
	background: #fcf0f1;
}

.shopwr-lite-results-summary .count {
	display: block;
	font-size: 36px;
	font-weight: 600;
}

.shopwr-lite-results-summary .success .count {
	color: var(--shopwr-success);
}

.shopwr-lite-results-summary .failed .count {
	color: var(--shopwr-error);
}

/* ==========================================================================
	Product Meta Box Styles
	========================================================================== */

.shopwr-lite-product-meta-box {
	padding: 10px 0;
}

.shopwr-lite-fields-selection {
	margin-bottom: 15px;
}

.shopwr-lite-field-checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.shopwr-lite-field-checkbox {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 5px 10px;
	background: var(--shopwr-bg-light);
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
}

.shopwr-lite-field-checkbox:hover {
	background: #e8e8e8;
}

.shopwr-lite-field-checkbox.shopwr-lite-field-pro {
	opacity: 0.6;
	cursor: not-allowed;
}

.shopwr-lite-operation-selection {
	margin-bottom: 15px;
	display: flex;
	gap: 15px;
}

.shopwr-lite-operation-selection label {
	cursor: pointer;
}

.shopwr-lite-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.shopwr-lite-actions .spinner {
	float: none;
	margin: 0;
}

.shopwr-lite-preview {
	margin-top: 20px;
	padding: 15px;
	background: var(--shopwr-bg-light);
	border-radius: 4px;
}

.shopwr-lite-preview h4 {
	margin-top: 0;
}

.shopwr-lite-preview-content {
	margin-bottom: 15px;
}

.shopwr-lite-preview-actions {
	display: flex;
	gap: 10px;
}

.shopwr-lite-message {
	margin-top: 15px;
	padding: 10px 15px;
	border-radius: 4px;
}

.shopwr-lite-message.success {
	background: #e7f5ea;
	color: var(--shopwr-success);
}

.shopwr-lite-message.error {
	background: #fcf0f1;
	color: var(--shopwr-error);
}

.shopwr-lite-upgrade-notice {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
	font-size: 12px;
}

.shopwr-lite-upgrade-notice a {
	color: #764ba2;
	text-decoration: none;
}

.shopwr-lite-upgrade-notice a:hover {
	text-decoration: underline;
}

/* ==========================================================================
	Update Logs Styles
	========================================================================== */

.shopwr-lite-logs-actions {
	margin-bottom: 20px;
	display: flex;
	gap: 10px;
}

.shopwr-lite-logs-container {
	background: #fff;
}

.shopwr-lite-field-badge {
	display: inline-block;
	background: var(--shopwr-bg-light);
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 11px;
	margin: 2px;
}

.shopwr-lite-logs-pagination {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 5px;
}

/* Modal Overlay */
.shopwr-lite-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Modal Container */
.shopwr-lite-modal {
	position: relative;
	background: #fff;
	border-radius: 8px;
	max-width: 500px;
	width: 90%;
	max-height: 80vh;
	overflow-y: auto;
	box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.shopwr-lite-modal-header {
	padding: 20px 25px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shopwr-lite-modal-header h2 {
	margin: 0;
	font-size: 18px;
}

.shopwr-lite-modal-close {
	background: none;
	border: none;
	font-size: 28px;
	cursor: pointer;
	color: #646970;
	line-height: 1;
	padding: 0;
	width: 30px;
	height: 30px;
}

.shopwr-lite-modal-close:hover {
	color: #1d2327;
}

.shopwr-lite-modal-body {
	padding: 25px;
}

.shopwr-lite-modal-footer {
	padding: 20px 25px;
	border-top: 1px solid #eee;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

/* Preview Stats in Modal */
.shopwr-lite-preview-stats {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}

.shopwr-lite-preview-stats .stat-item {
	text-align: center;
	padding: 15px;
}

.shopwr-lite-preview-stats .stat-value {
	display: block;
	font-size: 32px;
	font-weight: 600;
	color: var(--shopwr-primary);
}

.shopwr-lite-preview-stats .stat-label {
	display: block;
	color: #646970;
	font-size: 12px;
	margin-top: 5px;
}

.shopwr-lite-preview-warning {
	background: #fcf9e8;
	border-left: 4px solid var(--shopwr-warning);
	padding: 12px 15px;
	margin: 0;
	font-size: 13px;
	color: #646970;
}

/* Legacy Modal Support */
.shopwr-lite-modal-content {
	position: relative;
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	max-width: 600px;
	width: 90%;
	max-height: 80vh;
	overflow-y: auto;
}

/* ==========================================================================
	Update Logs Page
	========================================================================== */

.shopwr-lite-update-logs {
	position: relative;
}

.shopwr-lite-logs-actions {
	margin: 20px 0;
	display: flex;
	gap: 10px;
}

.shopwr-lite-logs-actions .button .dashicons {
	margin-right: 5px;
	vertical-align: middle;
	line-height: 1.4;
}

.shopwr-lite-logs-container {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
}

#logs-table .column-product {
	width: 25%;
}

#logs-table .column-fields {
	width: 30%;
}

#logs-table .column-user {
	width: 15%;
}

#logs-table .column-date {
	width: 15%;
}

#logs-table .column-actions {
	width: 15%;
}

.shopwr-lite-field-badge {
	display: inline-block;
	background: #f0f0f1;
	color: #50575e;
	padding: 3px 8px;
	border-radius: 3px;
	font-size: 11px;
	margin: 2px 4px 2px 0;
	text-transform: capitalize;
}

.shopwr-lite-field-badge:before {
	content: '';
}

.shopwr-lite-logs-pagination {
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	border-top: 1px solid #c3c4c7;
}

.shopwr-lite-logs-pagination .pagination-info {
	color: #646970;
	font-size: 13px;
	margin-right: 10px;
}

/* Log Details Side Panel */
.shopwr-lite-side-panel {
	position: fixed;
	top: 0;
	right: -500px;
	width: 500px;
	max-width: 100%;
	height: 100vh;
	background: #fff;
	box-shadow: -5px 0 30px rgba(0,0,0,0.15);
	z-index: 100001;
	transition: right 0.3s ease;
	display: flex;
	flex-direction: column;
}

.shopwr-lite-side-panel.open {
	right: 0;
}

.shopwr-lite-side-panel-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 100000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
}

.shopwr-lite-side-panel-overlay.open {
	opacity: 1;
	visibility: visible;
}

.shopwr-lite-side-panel-header {
	padding: 20px;
	border-bottom: 1px solid #dcdcde;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f6f7f7;
	flex-shrink: 0;
}

.shopwr-lite-side-panel-header h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #1d2327;
}

.shopwr-lite-side-panel-close {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #646970;
	padding: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.shopwr-lite-side-panel-close:hover {
	background: #dcdcde;
	color: #1d2327;
}

.shopwr-lite-side-panel-body {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
}

.shopwr-lite-side-panel-footer {
	padding: 15px 20px;
	border-top: 1px solid #dcdcde;
	background: #f6f7f7;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	flex-shrink: 0;
}

/* Log Detail Field */
.log-detail-field {
	margin-bottom: 25px;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	overflow: hidden;
}

.log-detail-field h4 {
	margin: 0;
	padding: 12px 15px;
	background: #f6f7f7;
	font-size: 13px;
	font-weight: 600;
	color: #1d2327;
	border-bottom: 1px solid #dcdcde;
	text-transform: capitalize;
}

.log-detail-comparison {
	display: flex;
	flex-direction: column;
}

.log-detail-original,
.log-detail-updated {
	padding: 15px;
}

.log-detail-original {
	background: #fef8f8;
	border-bottom: 1px solid #dcdcde;
}

.log-detail-updated {
	background: #f0fdf4;
}

.log-detail-original strong,
.log-detail-updated strong {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.log-detail-original strong {
	color: #b32d2e;
}

.log-detail-updated strong {
	color: #00a32a;
}

.log-detail-value {
	font-size: 13px;
	line-height: 1.6;
	color: #3c434a;
	word-wrap: break-word;
	white-space: pre-wrap;
	max-height: 200px;
	overflow-y: auto;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
}

.log-detail-value:empty::before {
	content: '(empty)';
	color: #a7aaad;
	font-style: italic;
}

/* ==========================================================================
	Pro Upgrade Page
	========================================================================== */

.shopwr-lite-pro-upgrade-page {
	display: flex;
	justify-content: center;
	padding: 40px 20px;
}

.shopwr-lite-pro-upgrade-container {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	max-width: 600px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.shopwr-lite-pro-upgrade-container .upgrade-header {
	background: var(--shopwr-pro-gradient);
	color: #fff;
	padding: 40px 30px;
}

.shopwr-lite-pro-upgrade-container .lock-icon {
	margin-bottom: 15px;
}

.shopwr-lite-pro-upgrade-container .lock-icon svg {
	opacity: 0.9;
}

.shopwr-lite-pro-upgrade-container .upgrade-header h1 {
	margin: 0;
	font-size: 28px;
	color: #fff;
}

.shopwr-lite-pro-upgrade-container .pro-badge {
	display: inline-block;
	background: rgba(255,255,255,0.2);
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
}

.shopwr-lite-pro-upgrade-container .upgrade-content {
	padding: 30px;
}

.shopwr-lite-pro-upgrade-container .feature-description {
	font-size: 16px;
	color: #646970;
	margin-bottom: 30px;
}

.shopwr-lite-pro-upgrade-container .feature-benefits {
	text-align: left;
	background: var(--shopwr-bg-light);
	padding: 25px;
	border-radius: 8px;
	margin-bottom: 30px;
}

.shopwr-lite-pro-upgrade-container .feature-benefits h3 {
	margin-top: 0;
	font-size: 16px;
}

.shopwr-lite-pro-upgrade-container .feature-benefits ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shopwr-lite-pro-upgrade-container .feature-benefits li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
}

.shopwr-lite-pro-upgrade-container .feature-benefits .dashicons {
	color: var(--shopwr-success);
}

.shopwr-lite-pro-upgrade-container .upgrade-cta {
	margin-bottom: 20px;
}

.shopwr-lite-pro-upgrade-container .money-back {
	color: #646970;
	font-size: 13px;
	margin-top: 10px;
}

.shopwr-lite-pro-upgrade-container .upgrade-footer {
	padding: 20px;
	border-top: 1px solid #eee;
}

.shopwr-lite-pro-upgrade-container .upgrade-footer a {
	color: #646970;
	text-decoration: none;
}

.shopwr-lite-pro-upgrade-container .upgrade-footer a:hover {
	color: var(--shopwr-primary);
}

/* ==========================================================================
	Notice Styles
	========================================================================== */

.shopwr-lite-notice {
	padding: 15px 20px;
	margin-bottom: 20px;
	border-radius: 4px;
}

.shopwr-lite-notice-info {
	background: #f0f6fc;
	border-left: 4px solid var(--shopwr-primary);
}

.shopwr-lite-notice-warning {
	background: #fcf9e8;
	border-left: 4px solid var(--shopwr-warning);
}

/* ==========================================================================
	Responsive
	========================================================================== */

@media screen and (max-width: 782px) {
	.shopwr-lite-stats-grid {
		grid-template-columns: 1fr;
	}

	.shopwr-lite-quick-actions .actions-grid {
		grid-template-columns: 1fr;
	}

	.shopwr-lite-operation-options {
		flex-direction: column;
	}

	.shopwr-lite-results-summary {
		flex-direction: column;
		gap: 15px;
	}
}
