/* =author box */
.block-author-box {
	background: rgba( var(--wp--custom--color--denary-bright-rgb), .25);
}

/* Image */
.block-author-box__image-container {
	padding: 20px;
}

.block-author-box__image-container img {
	transform: rotate(5deg);
}

/* Content */
.block-author-box__title {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	line-height: var(--wp--custom--line-height--small);
	margin: 0 0 1rem;
	font-size: var(--wp--preset--font-size--big);
}

.block-author-box__title .has-swoop-underline {
	/* white-space: nowrap; */
	background: url(../../assets/icons/accents/swoop-underline-small.svg) no-repeat bottom center;
}

.block-author-box__description {
	text-align: center;
	font-size: 0.9375rem;
}


@media only screen and (max-width: 767px) {

	/* Image */
	.block-author-box__image-container {
		margin: 0 auto 16px;
		width: 50.13333333vw;
		max-width: 400px;
		padding: 16px;
	}

	.block-author-box__image-container img {
		transform: rotate(5deg);
		margin-top: -56px;
	}

	/* Content */
	.block-author-box__content-container {
		margin: 0 auto 20px;
		max-width: 500px;
		padding: 0 16px 28px;
	}

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

}

@media only screen and (min-width: 768px) {

	.desktop-hide {
		display: none;
	}

	.block-author-box__inner {
		display: grid;
		grid-template-columns: 1.2fr 1fr;
		gap: 32px;
		align-items: start;
	}

	/* Image */
	.block-author-box__image-container {
		order: 2;
		margin-bottom: -44px;
		margin-top: -44px;
	}

	.block-author-box__image-container img {
		max-width: 258px;
	}

	/* Content */
	.block-author-box__content-container {
		order: 1;
		text-align: center;
		padding: 29px 0 29px 23px;
	}

}
