/* Saad Signal Authors
   Font comes from the theme. Colors follow the Saad Signal palette. */

/* Photo, shared by all blocks */
.ssa-photo {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	display: block;
}
.ssa-photo--initials {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2D2926;
	color: #F2EDE8;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1;
}

/* One author: photo + text */
.ssa-person {
	display: flex;
	align-items: center;
	gap: 14px;
}
.ssa-person__text {
	min-width: 0;
}

/* Byline, above the title */
.ssa-byline {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
	margin-bottom: 1.25rem;
}
.ssa-person__name {
	display: block;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.25;
	color: #2D2926;
	text-decoration: none;
}
a.ssa-person__name:hover,
a.ssa-person__name:focus {
	color: #A35F38;
}
.ssa-person__short {
	margin: 3px 0 0;
	font-size: 0.85rem;
	line-height: 1.45;
	color: #6B635C;
}

/* Bio box, below the content */
.ssa-biobox {
	border-top: 1px solid #EAE4DD;
	margin-top: 2.5rem;
	padding-top: 1.75rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.ssa-person--bio {
	align-items: flex-start;
}
.ssa-person__by {
	margin: 0 0 4px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	color: #2D2926;
}
.ssa-person__by a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.ssa-person__by a:hover,
.ssa-person__by a:focus {
	color: #A35F38;
}
.ssa-person__bio {
	font-size: 0.85rem;
	line-height: 1.55;
	color: #6B635C;
}
.ssa-person__bio p {
	margin: 0 0 0.5em;
}
.ssa-person__bio p:last-child {
	margin-bottom: 0;
}

/* Author names, for cards */
.ssa-names {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.8rem;
	line-height: 1.35;
	color: #6B635C;
}
.ssa-names__photos {
	display: flex;
	flex-shrink: 0;
}
.ssa-names .ssa-photo {
	width: 26px;
	height: 26px;
	font-size: 10px;
	border: 2px solid #FFFFFF;
}
.ssa-names .ssa-photo + .ssa-photo {
	margin-left: -9px;
}
.ssa-names a {
	color: inherit;
	text-decoration: none;
}
.ssa-names a:hover,
.ssa-names a:focus {
	color: #A35F38;
}

/* Editor preview only */
.ssa-is-preview {
	outline: 1px dashed #DCD4CB;
	outline-offset: 6px;
}
