/**
 * BLAC OS — Editorial · public styles.
 *
 * Styles the auto-built "About the subject" footer appended to published
 * interviews. This is the BLAC Magazine surface, so the voice is the editorial
 * serif side of the system — restrained, print-like, the counterpart to the
 * Strategy + Creative sans-serif.
 */

.blac-interview-footer {
	margin: 3rem 0 1rem;
	padding: 1.75rem 0 0;
	border-top: 1px solid #d9d2cc;
	font-family: Georgia, "Times New Roman", serif;
}
.blac-interview-footer h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.15rem;
	font-weight: 600;
	letter-spacing: .005em;
	margin: 0 0 .9rem;
	color: #1a1018;
}
.blac-subject-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: .4rem;
}
.blac-subject-links li {
	font-size: .98rem;
	line-height: 1.5;
}
.blac-subject-links .blac-link-type {
	display: inline-block;
	min-width: 5.5rem;
	font-family: -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: .72rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #8a7f86;
}
.blac-subject-links a {
	color: #3d1a3a;
	text-decoration: none;
	border-bottom: 1px solid rgba( 61, 26, 58, .25 );
}
.blac-subject-links a:hover {
	border-bottom-color: #3d1a3a;
}
