.cbm-marquee-author {
	padding: var(--wp--preset--spacing--x-small, 20px);
	text-align: center;
	position: relative;
}

.cbm-marquee-author__media {
	margin: 0;
}

.cbm-marquee-author__image {
	display: block;
	width: 100%;
	height: auto;
}

.cbm-marquee-author__content {
	margin-top: var(--wp--preset--spacing--xx-small, 10px);
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.cbm-marquee-author__name {
	margin: 0;
	font-family: var(--wp--preset--font-family--editserifpro);
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 1.56;
	text-transform: none;
}

.cbm-marquee-author__name a {
	color: inherit;
	text-decoration: none;
	position: relative;
}

.cbm-marquee-author__name a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.1em;
	height: 1px;
	background: currentColor;
	transform: scaleX(1);
	transform-origin: left;
}

.cbm-marquee-author__bio {
	margin: 0;
	font-family: var(--wp--preset--font-family--editserifpro);
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.5;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.cbm-marquee-author__placeholder {
	padding: var(--wp--preset--spacing--x-small, 10px);
	border: 1px dashed currentColor;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.cbm-marquee .cbm-marquee-author + .cbm-marquee-author::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: currentColor;
	left: calc(var(--cbm-marquee-gap) / -2);
	transform: translateX(-0.5px);
	pointer-events: none;
}
