.block-author-box {
	border-top: var(--wp--custom--border-width--small) solid var(--wp--preset--color--foreground);
	border-bottom: var(--wp--custom--border-width--small) solid var(--wp--preset--color--foreground);
	padding-block-start: 20px;
	padding-block-end: 20px;
}

.block-author-box p {
	font-size: var(--wp--preset--font-size--large);
}

.block-author-box .block-author-box__title {
	font-family: var(--wp--custom--typography--heading--font-family);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	text-transform: var(--wp--custom--typography--heading--text-transform);
	font-size: var(--wp--preset--font-size--colossal);
	font-weight: 900;
	line-height: var(--wp--custom--line-height--small);
}

.block-author-box .block-author-box__subtitle {
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	text-transform: var(--wp--custom--typography--interface--text-transform);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 900;
	line-height: var(--wp--custom--line-height--small);
}

.block-author-box .block-author-box__subtitle + .block-author-box__title {
	margin-block-start: 0;
}

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

.block-author-box__photo {
	margin-bottom: 16px;
}

.block-author-box__photo img {
	width: 100%;
}

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

@media only screen and (max-width: 767px) {
	.block-author-box {
		text-align: center;
	}

	.block-author-box .social-links {
		justify-content: center;
	}
}

@media only screen and (min-width: 768px) {
	.block-author-box {
		display: grid;
		grid-template-columns: 300px 1fr;
		column-gap: 40px;
		align-items: center;
	}

	.block-author-box__photo img {
		aspect-ratio: 300 / 400;
		object-fit: cover;
	}
}
