/*
Theme Name: AI101 Hub
Theme URI: https://ai101.co.uk
Author: AI101.co.uk
Description: Block theme for the AI101.co.uk authority hub. Renders the niche/pillar/cluster/product content model via native blocks backed by ACF fields. Interactive-tools subdomain integration is planned but not wired up yet.
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: ai101-theme
*/

/* Most visual styling lives in theme.json (global styles). This file exists
   mainly for the theme header above and any small utility classes the
   block render callbacks reference directly. */

.ai101-badge {
	display: inline-block;
	padding: 0.2em 0.7em;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	background: var(--wp--preset--color--accent-tint, #e6f9f7);
	color: var(--wp--preset--color--accent, #2ec4b6);
}

.ai101-badge--warning {
	background: #fff3cd;
	color: #8a6d00;
}

.ai101-cta-box {
	border: 1px solid var(--wp--preset--color--border, #dfe3e8);
	border-radius: 12px;
	padding: 1.5rem;
	background: var(--wp--preset--color--surface, #f7f9fa);
}

.ai101-cluster-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ai101-cluster-list li {
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--wp--preset--color--border, #dfe3e8);
}
