/**
 * Editor-only styles for the Paca AI Search block.
 *
 * These apply only inside the block editor.
 */

.wp-block-paca-ai-search {
	// Make the preview non-interactive in the editor.
	pointer-events: none;
	opacity: 0.9;

	textarea {
		cursor: default;
	}

	// Static skeleton lines in editor (no shimmer animation).
	.paca-ai-search-answer-skeleton--line {
		animation: none;
		background: #e0e0e0;
	}
}
