/**
 * Nexus Editor Sidebar Styles
 *
 * Custom styles for the editor sidebar panel.
 */

/* Sidebar Panel Adjustments */
.developry-nexus-sidebar .components-panel__body {
	border-top: 1px solid #e0e0e0;
}

.developry-nexus-sidebar .components-panel__body:first-child {
	border-top: none;
}

/* Summary Preview Box */
.developry-nexus-summary-preview {
	background: #f9f9f9;
	border-left: 3px solid #667eea;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 12px;
	padding: 12px;
}

.developry-nexus-summary-preview strong {
	color: #1e1e1e;
	display: block;
	margin-bottom: 8px;
}

/* Character Counter */
.developry-nexus-char-count {
	font-size: 13px;
	font-weight: 500;
	margin-top: 8px;
}

.developry-nexus-char-count.warning {
	color: #dba617;
}

.developry-nexus-char-count.error {
	color: #d63638;
}

.developry-nexus-char-count.success {
	color: #10b981;
}

/* Pro Upgrade CTA */
.developry-nexus-pro-upgrade-cta {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 8px;
	color: white;
	padding: 16px;
	text-align: center;
}

.developry-nexus-pro-upgrade-cta p {
	font-weight: 600;
	margin: 0 0 12px 0;
}

.developry-nexus-pro-upgrade-cta ul {
	font-size: 13px;
	list-style: none;
	margin: 12px 0;
	padding: 0;
	text-align: left;
}

.developry-nexus-pro-upgrade-cta li {
	margin-bottom: 8px;
}

.developry-nexus-pro-upgrade-cta a {
	background-color: #fbbf24;
	border-radius: 4px;
	color: #1f2937;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 8px;
	padding: 8px 20px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.developry-nexus-pro-upgrade-cta a:hover {
	background: #f59e0b;
}

/* Schema Settings */
.developry-nexus-schema-settings .components-base-control__help {
	color: #757575;
	font-size: 12px;
	margin-top: 8px;
}

/* Notice Styling */
.developry-nexus-sidebar .components-notice {
	margin: 12px 0 0 0;
}

.developry-nexus-sidebar .components-notice__content {
	font-size: 13px;
}

/* Textarea Styling */
.developry-nexus-sidebar textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

/* Panel Body Spacing */
.developry-nexus-sidebar .components-panel__body-toggle {
	padding: 16px;
}

.developry-nexus-sidebar .components-panel__body-content {
	padding: 0 16px 16px 16px;
}

/* Help Text */
.developry-nexus-sidebar .components-base-control__help {
	color: #757575;
	font-size: 12px;
	line-height: 1.5;
}

/* Responsive Adjustments */
@media (max-width: 782px) {
	.developry-nexus-pro-upgrade-cta {
		padding: 12px;
	}

	.developry-nexus-pro-upgrade-cta ul {
		font-size: 12px;
	}
}
