.jc-author-connect {
	flex-wrap: wrap;
	align-items: center;
	row-gap: 0.15rem;
	column-gap: 0.5rem;
}

.jc-author-sites {
	flex: 1 1 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	width: 100%;
	margin: 0.9rem 0 0;
	padding: 0;
	list-style: none;
}

.jc-author-sites:not(ul) {
	margin-top: 0.9rem;
}

a.jc-author-chip {
	--jc-chip-ink: currentColor;
	--jc-chip-line: color-mix(in srgb, currentColor 16%, transparent);
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.08rem;
	min-width: min(100%, 10.5rem);
	max-width: 18rem;
	padding: 0.62rem 0.9rem 0.68rem 0.85rem;
	border: 1px solid var(--jc-chip-line);
	border-radius: 0.9rem;
	background: color-mix(in srgb, currentColor 4%, transparent);
	color: inherit;
	text-decoration: none;
	line-height: 1.25;
	transition:
		transform 180ms cubic-bezier(0.16, 1, 0.3, 1),
		background-color 180ms cubic-bezier(0.16, 1, 0.3, 1),
		border-color 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

a.jc-author-chip:hover,
a.jc-author-chip:focus-visible {
	transform: translateY(-1px);
	background: color-mix(in srgb, currentColor 8%, transparent);
	border-color: color-mix(in srgb, currentColor 28%, transparent);
	text-decoration: none;
	color: inherit;
}

a.jc-author-chip:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

a.jc-author-chip:active {
	transform: translateY(0) scale(0.985);
}

.jc-author-chip__row {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
}

.jc-author-chip__copy {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.08rem;
}

.jc-author-chip__icon {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 0.4rem;
	background: color-mix(in srgb, currentColor 8%, transparent);
}

.jc-author-chip__icon svg {
	width: 0.85rem;
	height: 0.85rem;
	fill: currentColor;
}

.jc-author-chip__kicker {
	display: block;
	font-size: 0.62rem;
	font-weight: 650;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	opacity: 0.62;
}

.jc-author-chip__name {
	display: block;
	font-size: 0.92rem;
	font-weight: 650;
	letter-spacing: -0.02em;
	text-wrap: pretty;
}

.jc-author-chip__host {
	display: block;
	font-size: 0.75rem;
	opacity: 0.62;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jc-author-chip--featured {
	min-width: min(100%, 13rem);
	background: color-mix(in srgb, currentColor 6.5%, transparent);
}

.jc-author-chip--featured .jc-author-chip__icon {
	background: color-mix(in srgb, currentColor 12%, transparent);
}

.jc-author-chip--substack {
	border-color: color-mix(in srgb, #ff6719 42%, var(--jc-chip-line));
}

.jc-author-chip--substack .jc-author-chip__icon {
	background: #ff6719;
	color: #fff;
}

.jc-author-chip--substack .jc-author-chip__icon svg {
	fill: #fff;
}

.jc-author-chip--youtube {
	border-color: color-mix(in srgb, #ff0000 38%, var(--jc-chip-line));
}

.jc-author-chip--youtube .jc-author-chip__icon {
	background: #ff0000;
	color: #fff;
}

.jc-author-chip--youtube .jc-author-chip__icon svg {
	fill: #fff;
}

.jc-author-chip--medium {
	border-color: color-mix(in srgb, #191919 42%, var(--jc-chip-line));
}

.jc-author-chip--medium .jc-author-chip__icon {
	background: #191919;
	color: #fff;
}

.jc-author-chip--medium .jc-author-chip__icon svg {
	fill: #fff;
}

@media (prefers-reduced-motion: reduce) {
	a.jc-author-chip,
	a.jc-author-chip:hover,
	a.jc-author-chip:active {
		transition: none;
		transform: none;
	}
}
