/**
 * Keyword Density Checker - Hero Section
 *
 * Tool-specific overrides for the shared .tool-hero component.
 * Orange theme accent matching data-tool="keyword" gradient.
 *
 * @package AgenticWP
 */

/* ============================================
   Hero Theme Overrides
   ============================================ */

.keyword-density-hero {
	--tool-gradient-from: #FFF7ED;
	--tool-accent-color: var(--kd-accent);
	--tool-accent-gradient: var(--kd-gradient);
}

/* WCAG 2.2 AAA touch targets for breadcrumb links */
.keyword-density-hero .breadcrumb a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 4px;
}
