.bh-article-promotion {
	background:
		repeating-linear-gradient(0deg, rgb(27 27 27 / 2%) 0, rgb(27 27 27 / 2%) 1px, transparent 1px, transparent 4px),
		var(--wp--preset--color--soft-surface);
	border: 1px solid var(--wp--preset--color--ink);
	border-top: 0.25rem solid var(--wp--preset--color--brand-red);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin-block: var(--wp--preset--spacing--3-xl);
	overflow: hidden;
}

.bh-article-promotion__media {
	align-items: center;
	display: flex;
	justify-content: center;
	min-width: 0;
	padding-block: 0;
	padding-inline: var(--wp--preset--spacing--lg);
}

.bh-article-promotion--book .bh-article-promotion__media {
	padding: 0;
}

.single-article .wp-block-post-content .bh-article-promotion__image,
.bh-article-promotion__image {
	display: block;
	height: auto;
	max-height: 34rem;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.bh-article-promotion--podcast .bh-article-promotion__image {
	max-height: 28rem;
}

.single-article .wp-block-post-content .bh-article-promotion--book .bh-article-promotion__image,
.bh-article-promotion--book .bh-article-promotion__image {
	max-height: none;
	width: 100%;
}

.bh-article-promotion__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: var(--wp--preset--spacing--base);
	padding: var(--wp--preset--spacing--lg);
}

.bh-article-promotion__copy {
	font-size: var(--wp--preset--font-size--body);
	line-height: 1.55;
	margin: 0;
}

.bh-article-promotion__actions {
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
}

.bh-article-promotion__button {
	align-items: center;
	background: var(--wp--preset--color--brand-red);
	border: 1px solid var(--wp--preset--color--brand-red);
	border-radius: var(--wp--custom--radius--small);
	color: var(--wp--preset--color--white);
	display: inline-flex;
	font-family: var(--wp--preset--font-family--utility);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.2;
	min-height: 2.75rem;
	padding: 0.65rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.bh-article-promotion__button:is(:hover, :focus-visible) {
	background: var(--wp--preset--color--maritime-blue);
	border-color: var(--wp--preset--color--maritime-blue);
	color: var(--wp--preset--color--white);
}

.bh-article-promotion--podcast .bh-article-promotion__button {
	background: var(--wp--preset--color--maritime-blue);
	border-color: var(--wp--preset--color--maritime-blue);
}

.bh-article-promotion--podcast .bh-article-promotion__button:is(:hover, :focus-visible) {
	background: var(--wp--preset--color--brand-red);
	border-color: var(--wp--preset--color--brand-red);
}

.bh-article-promotion-list-item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bh-article-promotion-list-item::marker {
	content: "";
}

.bh-feature-frame--podcast iframe.bh-podcast-player--episode {
	height: 11.25rem;
	min-height: 11.25rem;
}
