.block-author-box {
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
	column-gap: 40px;
	justify-content: center;
}

.block-author-box__photo {
	position: relative;
}

.block-author-box__photo svg {
	pointer-events: none;
	position: absolute;
}

.block-author-box__photo a {
	border: 16px solid var(--wp--preset--color--background);
	border-radius: var(--wp--custom--border-radius--large);
	box-shadow: var(--wp--custom--box-shadow--1);
	display: block;
}

.block-author-box__photo img {
	border-radius: inherit;
}

.block-author-box__content {
	flex-basis: 200px;
	flex-grow: 1;
}

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