/**
 * Z2W Content Block - Frontend Styles
 *
 * Minimal styles that load on both frontend and editor.
 * Keep this lightweight - the block's own CSS handles presentation.
 *
 * @package Z2W_AI_Suite
 * @since 2.98.0
 */

/* The wrapper should not interfere with user content.
 * All block-specific styles come from the user's CSS attribute.
 * This file is intentionally minimal for graceful degradation. */
.wp-block-z2w-content-block .z2w-block-content {
	/* No default styles - let user CSS control everything */
}
