.block-about {
	--cwp-image: 258px;
	--wp--custom--layout--block-gap: 24px;
	min-height: var(--cwp-image);
	position: relative;
	align-items: center;
}

.entry-content > .block-about {
	max-width: var(--wp--style--global--content-size);
}

.block-about.cwp-large,
.block-about.cwp-large.has-background,
.editor-styles-wrapper .block-about.has-background {
	padding: var(--wp--custom--layout--padding);
}

.wp-block-group.has-background > .block-about.has-background,
.wp-block-group.has-background > .wp-block-cwp-about > .block-about.has-background,
.editor-styles-wrapper .wp-block-cwp-about.has-background {
	padding: 0;
}

.block-about .block-about__inner,
.editor-styles-wrapper .block-about .block-about__inner {
	gap: 0 48px;
}

.block-about .block-about__title,
.editor-styles-wrapper .block-about .block-about__title {
	line-height: var(--wp--custom--line-height--small);
	letter-spacing: var(--wp--custom--letter-spacing--looser);
}

.block-about .block-about__title + *,
.editor-styles-wrapper .block-about .block-about__title + * {
	margin-top: 12px;
}

.block-about .block-about__image {
	position: relative;
	max-width: fit-content;
	margin: 0 auto;
	padding-left: 23px;
	padding-bottom: 30px;
	flex-shrink: 0;
}

.block-about .block-about__image::before {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
	background-color: var(--wp--preset--color--background);
	fill: var(--wp--custom--color--secondary-alt);
	box-shadow: inset 0 0 0 1px var(--wp--custom--color--secondary-alt);
	left: 0;
	bottom: 0;
	width: 103px;
	height: 103px;
	background-image: url('datz-red.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.block-about .block-about__image img {
	border-radius: 50%;
	width: var(--cwp-image);
	margin: 0 auto;
}

.block-about .block-about__content {
	flex-basis: 0;
	flex-grow: 1;
}

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

	.block-about .block-about__inner,
	.editor-styles-wrapper .block-about .block-about__inner {
		display: block;
	}

	.block-about .block-about__image {
		padding-left: 44px;
		padding-bottom: 0;
		padding-top: 14px;
	}

	.block-about .block-about__image::before {
		bottom: auto;
		top: 0;
	}

	.block-about .block-about__content {
		text-align: center;
		padding-top: 32px;
	}

	.block-about .block-about__meta {
		justify-content: center;
	}

}

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

	/*.block-about .block-about__image {
		width: var(--cwp-image);
		height: auto;
	}*/

	.block-about__image figure,
	.block-about__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

}

.block-area-sidebar .block-about .block-about__inner {
	display: block;
}

.block-area-sidebar .block-about.has-background {
	padding: 40px 24px;
}

.block-area-sidebar .editor-styles-wrapper .wp-block-cwp-about.has-background {
	padding: 0;
}

.block-area-sidebar .block-about .block-about__content {
	padding-top: 32px;
	text-align: center;
}

.block-area-sidebar .block-about .block-about__meta {
	justify-content: center;
}

.block-area-sidebar .block-about .block-about__image {
	position: relative;
	padding-left: 44px;
	padding-bottom: 0;
	padding-top: 14px;
}

.block-area-sidebar .block-about .block-about__image::before {
	bottom: auto;
	top: 0;
}

.block-area-sidebar .block-about ul.social-links {
	justify-content: center;
}
