/**
 * AION Theme - AION Nexus CRM (/nexus/crm)
 *
 * Page-specific styles. The capability band, gap list and other section
 * components shared with the Financial Operations page live in
 * pages/nexus-shared.css, which is enqueued ahead of this file.
 *
 * @package aion-theme
 * @since   1.1.0
 */

/* =========================================================================
   Section 2: The argument
   ========================================================================= */

.nexus-argument__title {
	margin: 0 0 var(--space-4);
	font-size: var(--text-2xl);
	font-weight: var(--weight-bold);
	line-height: var(--leading-tight);
	color: var(--color-dark-text);
}

.nexus-argument__body {
	margin: 0;
	font-size: var(--text-lg);
	line-height: var(--leading-relaxed);
	color: var(--color-body-text);
}

/* =========================================================================
   Section 3: Core objects
   ========================================================================= */

.nexus-objects .card__icon {
	color: var(--color-accent-text);
}

.nexus-objects__note {
	max-width: var(--container-md);
	margin: var(--space-8) auto 0;
	padding: var(--space-5);
	background-color: var(--color-light-bg);
	border-left: 3px solid var(--color-accent);
	border-radius: var(--radius-sm);
	font-size: var(--text-base);
	line-height: var(--leading-relaxed);
	color: var(--color-body-text);
}

/* =========================================================================
   Section 5: What is not there today
   ========================================================================= */

.nexus-gaps__summary {
	max-width: var(--container-md);
	margin: var(--space-8) auto 0;
	font-size: var(--text-base);
	line-height: var(--leading-relaxed);
	text-align: center;
	color: var(--color-body-text);
}
