.book-promo {
	overflow: hidden;
}

.book-promo-cover {
	float: right;
	width: 180px;
	max-width: 40%;
	margin: 0 0 16px 24px;
}

.book-promo-cover img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.book-promo-genre {
	display: table;
	max-width: 100%;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: var(--desert-storm);
	border: 1px solid var(--hawk-grey);
	border-radius: 3px;
	padding: 4px 10px;
	margin: 0 0 12px;
}

.book-promo-author {
	font-weight: 600;
	margin: 0 0 6px;
}

.book-promo-meta {
	font-size: 0.85rem;
	color: var(--lighter-mid-grey);
	margin: 0 0 16px;
}

.book-promo-isbn {
	white-space: nowrap;
}

.book-promo-offers {
	margin: 0 0 16px;
}

.book-promo-editions-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 14px 0;
	font-size: 0.85rem;
	color: var(--lighter-mid-grey);
}

.book-promo-editions-spinner {
	width: 24px;
	height: 24px;
}

/* clear: both keeps the table below the floated cover, not underneath it. */
.book-promo-editions {
	clear: both;
	margin: 0 0 16px;
}

.book-promo-editions .other-editions-scroll {
	overflow-x: auto;
}

/* Grid, not table cells: table and rows use display:contents, so the cells
 * themselves become the grid items. */
.book-promo-editions .other-editions-table {
	display: grid;
	/* 8em floor so the Verlag column never collapses. */
	grid-template-columns: minmax(8em, 1fr) auto auto auto;
	width: 100%;
	max-width: fit-content;
	font-size: 0.8rem;
}

.book-promo-editions .other-editions-table thead,
.book-promo-editions .other-editions-table tbody,
.book-promo-editions .other-editions-table tr {
	display: contents;
}

.book-promo-editions .other-editions-table th,
.book-promo-editions .other-editions-table td {
	min-width: 0;
	padding: .5ex 1em .5ex 0;
	border-bottom: 1px solid var(--whisper);
	text-align: left;
	background: none;
}

.book-promo-editions .other-editions-table th {
	font-weight: 600;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--lighter-mid-grey);
}

.book-promo-editions .other-editions-table th:first-child,
.book-promo-editions .other-editions-table td:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.book-promo-editions .other-editions-table th:last-child,
.book-promo-editions .other-editions-table td:last-child {
	padding-right: 0;
}

.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-author-links {
	margin-top: 28px;
	padding-top: 12px;
	border-top: 1px solid var(--whisper);
}

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