.blog_content .wp-block-ficha-user-profile {
	position: relative;
	margin: 4.4rem 0 3.2rem;
}

.blog_block_user_profile::before {
  content: '';
  display: block;
  width: auto;
  height: 1px;
  border-top: 1px dashed #CECECE;
  margin: 0 -2.6rem 4rem;
}

.blog_block_user_profile_inner {
	display: flex;
	align-items: flex-start;
	gap: 2.4rem;
}
.blog_block_user_profile_inner::after {
  display: none;
}

.blog_block_user_profile .blog_block_user_profile_avatar {
  flex-shrink: 0;
	width: 11.7rem;
	height: 11.7rem;
	margin: 0;
	overflow: hidden;
	border-radius: 50%;
}

.blog_block_user_profile .blog_block_user_profile_avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	border-radius: 50%;
}

.blog_block_user_profile_avatar_placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #eee;
	border-radius: 50%;
	color: #999;
	font-size: 1.1rem;
	line-height: 1.4;
	text-align: center;
	padding: 0.8rem;
	box-sizing: border-box;
}

.blog_block_user_profile_body {
	flex: 1;
	min-width: 0;
}

.blog_block_user_profile .blog_block_user_profile_name {
	margin: 0 0 1.2rem;
	color: #000;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.5;
}

.blog_block_user_profile .blog_block_user_profile_bio {
	margin: 0;
	color: #525252;
	font-size: 1.3rem;
	line-height: 1.7;
}

.blog_block_user_profile .blog_block_user_profile_bio p {
	margin: 0 0 0.8em;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.blog_block_user_profile .blog_block_user_profile_bio p:last-child {
	margin-bottom: 0;
}

.blog_block_user_profile .blog_block_user_profile_bio a {
	color: inherit;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.blog_block_user_profile_inner {
		flex-direction: column;
		align-items: center;
		gap: 1.6rem;
		text-align: center;
	}

	.blog_block_user_profile_avatar {
		flex-basis: auto;
	}

  .blog_block_user_profile .blog_block_user_profile_name {
    text-align: center;
  }
}
