/* =sidebar about, =about */

/* Editor styling to prevent weird placement issues of image */
.acf-block-preview > .block-sidebar-about .wp-block-image {
	position: static;
	transform: none;
	margin-left: auto;
	margin-right: auto;
}
.acf-block-preview > .block-sidebar-about::before {
	display: none;
}


/* Frontend */
.block-sidebar-about {
	margin-top: 40px;
	position: relative;
	background-color: var(--wp--preset--color--nonary);
	text-align: center;
	padding: 24px 22px 24px;
}

.block-sidebar-about::before,
.block-sidebar-about::after {
	display: block;
	content: '';
	height: 4px;
	background-color: white;
}

.block-sidebar-about::before {
	margin-bottom: 110px;
}

.block-sidebar-about::after {
	margin-top: 32px;
}

.block-sidebar-about .wp-block-image {
	width: 150px;
	height: 150px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.block-sidebar-about .wp-block-image img {
	border-radius: 50%;
	border: 4px solid white;
}

.block-sidebar-about p {
	margin-top: 0;
	line-height: var(--wp--custom--line-height--medium);
	font-size: 0.9375rem;
}

.block-sidebar-about p.block-sidebar-about__title {
	line-height: var(--wp--custom--line-height--small);
	font-size: 1.1875rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.block-sidebar-about a {
	display: block;
	margin-top: 20px;
}

.block-sidebar-about > *:last-child {
	margin-bottom: 0;
}
