/**
 * Shared styling for the three AI tool pages (Copy/Logo/Video & Image
 * Generator) not already covered by the base theme's .card/.addon/.grid-3/
 * .badge classes. Conditionally enqueued alongside each tool's JS in
 * inc/setup.php::creo_enqueue_assets().
 */

.addon-radio {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	flex-shrink: 0;
}

.addon.selected .addon-radio {
	border-color: var(--creo-purple);
	color: var(--creo-purple);
}

#creo-logo-results:empty,
#creo-vi-result:empty {
	display: none;
}

#creo-logo-results .card p {
	text-align: center;
	color: var(--text-muted);
	padding: 40px 0;
	margin: 0;
}
