.block-author-box {}

.block-author-box__title {
	font-size: var(--wp--preset--font-size--huge);
	font-weight: var(--wp--custom--typography--heading--font-weight);
	line-height: var(--wp--custom--typography--heading--line-height);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	position: relative;
	margin-block-end: var(--wp--custom--spacing--sm);
}

.block-author-box__title::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: currentColor;
	border: 4px solid var(--gl-point-border);
	position: absolute;
	bottom: 0;
	right: -4px;
	transform: translateY(calc(50% - 4px));
	box-sizing: border-box;
}
.block-author-box__title::after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	margin-block-start: 10px;
	background-color: currentColor;
	border-radius: var(--wp--custom--border-radius--x-large);
}

.block-author-box__authors {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.block-author-box__author {
	text-align: center;
}

.block-author-box__single {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: var(--wp--custom--layout--padding);
}

.block-author-box__info > * {
	margin-block: 0;
}

.block-author-box__info > * + * {
	margin-block-start: 1em;
}

.block-author-box__info .social-links,
.block-author-box__info .block-author-box__link-single {
	margin-block-start: 0;
}

.block-author-box__photo img {
	margin: 0 auto;
}

.block-author-box__link-multi {
	font-size: var(--wp--preset--font-size--small);
	font-weight: 900;
	line-height: var(--wp--custom--line-height--small);
	background-color: var(--wp--preset--color--foreground);
	color: var(--wp--custom--color--background);
	border-radius: var(--wp--custom--border-radius--tiny);
	text-decoration: none;
	display: inline-block;
	padding: 3px 7px;
}

.block-author-box__link-multi:is(:focus, :hover),
.block-author-box__photo:is(:focus-within, :hover) + .block-author-box__link-multi {
	background-color: var(--wp--custom--color--primary);
}

.block-author-box__link-single {
	font-weight: 800;
}

.block-author-box .social-links a {
	color: var(--wp--custom--color--primary);
}

.block-author-box .social-links a:is(:focus, :hover) {
	color: var(--wp--preset--color--foreground);
}

.editor-styles-wrapper .block-author-box a {
	pointer-events: none;
}

@media only screen and (min-width: 768px) {
	.block-author-box {}
}
