/* Reuses the book-promo-* classes BL_PromoMarkup emits, so the shared rules are
 * duplicated from bookpromo.css — keep the two in sync. */
.book-promo {
	overflow: hidden;
}

.book-promo-heading {
	font-size: 1.05rem;
	text-transform: uppercase;
	letter-spacing: .8px;
	border-bottom: 1px solid var(--hawk-grey);
	padding-bottom: 3px;
	margin: 24px 0 8px;
}

.book-promo-body {
	line-height: 1.6;
	text-align: justify;
}

.book-promo-body p {
	margin: 0 0 11px;
}

.book-promo-index-link {
	margin: 8px 0 0;
}

body h1 {
	font-size: calc(1.1rem * 1.1);
}

.book-promo-report {
	margin-top: 24px;
	font-size: 0.85em;
	text-align: right;
}
