/*
 * The corrections section on a public record.
 *
 * Deliberately quiet. A corrections log is a mark of care, not a warning
 * banner, and dressing it in alarm colours would teach readers to treat a
 * corrected record as a suspect one — the opposite of what it means.
 */

.bb-corrections {
	margin: 2.5rem 0 0;
	padding: 1.25rem 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.bb-corrections > h2 {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.bb-corrections__intro {
	margin: 0 0 1rem;
	max-width: 42em;
	font-size: 0.87rem;
	line-height: 1.5;
	opacity: 0.72;
}

.bb-corrections__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bb-correction {
	margin: 0 0 1.1rem;
	padding: 0 0 0 0.9rem;
	border-left: 3px solid rgba(0, 0, 0, 0.16);
}

.bb-correction--withdrawn {
	border-left-color: rgba(0, 0, 0, 0.3);
}

.bb-correction > p {
	margin: 0 0 0.4rem;
	max-width: 46em;
	font-size: 0.92rem;
	line-height: 1.55;
}

.bb-correction__head {
	font-size: 0.82rem;
	letter-spacing: 0.02em;
	opacity: 0.75;
}

.bb-correction__date {
	font-variant-numeric: tabular-nums;
}

.bb-correction__kind {
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.74rem;
}

.bb-correction__kind::before {
	content: "\00b7\00a0";
}

.bb-correction__subject::before {
	content: "\00b7\00a0";
}

/* The label is the thing a reader scans for; the text beside it is the record. */
.bb-correction__label {
	display: inline-block;
	min-width: 6.5em;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	opacity: 0.6;
}

.bb-correction__was {
	text-decoration-line: line-through;
	text-decoration-thickness: 1px;
	text-decoration-color: rgba(0, 0, 0, 0.28);
	opacity: 0.72;
}

/* The strike-through is on the claim, never on the word that labels it. */
.bb-correction__was .bb-correction__label {
	text-decoration: none;
	display: inline-block;
}

.bb-correction__now--gone {
	font-style: italic;
	opacity: 0.7;
}

.bb-correction__why {
	opacity: 0.85;
}

@media (max-width: 40em) {
	.bb-correction__label {
		display: block;
		min-width: 0;
		margin-bottom: 0.1rem;
	}
}
