/* Co-authors block. Section background/padding stay on the Elementor container. */

.co-authors {
	color: var(--e-global-color-accent, #FFFFFF);
}

/* Section title and author names: Kit typography c97ef94 (Space Mono), Lava.
   Selector repeated to clear page-level h2-h6 overrides without !important. */
.co-authors__title.co-authors__title.co-authors__title.co-authors__title,
.co-author__name.co-author__name.co-author__name.co-author__name {
	font-family: var(--e-global-typography-c97ef94-font-family), monospace;
	font-size: var(--e-global-typography-c97ef94-font-size);
	font-weight: var(--e-global-typography-c97ef94-font-weight);
	line-height: var(--e-global-typography-c97ef94-line-height);
	letter-spacing: var(--e-global-typography-c97ef94-letter-spacing);
	text-transform: uppercase;
	color: var(--e-global-color-23a440e, #C45D3C);
	margin: 0;
}

/* Single author: "About {Name}" heading, bio directly below. */
.co-authors--single .co-authors__title.co-authors__title.co-authors__title.co-authors__title {
	margin-bottom: 2rem;
}

/* Multiple authors: "About the Authors" heading, then name + bio per author. */
.co-authors--multi .co-authors__title.co-authors__title.co-authors__title.co-authors__title {
	margin-bottom: 2.5rem;
}

.co-authors--multi .co-author + .co-author {
	margin-top: 2.5rem;
}

.co-author__bio p {
	margin: 0 0 1em;
}

.co-author__bio p:last-child {
	margin-bottom: 0;
}
