.block-author-box {
	background: var(--wp--preset--color--quaternary);
	border-top: 4px solid var(--wp--preset--color--secondary);
	box-shadow: var(--wp--custom--box-shadow--2);
	display: flex;
	flex-wrap: wrap;
}

.block-author-box.has-background,
.editor-styles-wrapper .block-author-box.has-background,
.block-author-box.has-background.alignfull,
.editor-styles-wrapper .block-author-box.has-background.alignfull {
	padding: 0;
}

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

@media only screen and (max-width: 767px) {
	.block-author-box.mobile-full > .block-author-box__photo,
	.block-author-box.mobile-full > .block-author-box__photo img {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.block-author-box__content {
		padding: 24px;
	}
}
