.colunista-profile{
	padding-bottom: 3rem;
}
.colunista-profile .page-meta-breadcrumbs{
	margin: 1rem 0 2rem;
}
.colunista-profile__header{
	align-items: center;
	background: #f5f5f5;
	border-radius: 12px;
	display: flex;
	gap: 2rem;
	margin-bottom: 3rem;
	padding: 2rem;
}
.colunista-profile__photo{
	flex: 0 0 180px;
}
.colunista-profile__image{
	aspect-ratio: 1;
	border-radius: 50%;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}
.colunista-profile__info{
	flex: 1;
	min-width: 0;
}
.colunista-profile__info h1{
	color: #000;
	font-size: 2.5rem;
	margin-bottom: 1rem;
}
.colunista-profile__label{
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}
.colunista-profile__bio > *:last-child{
	margin-bottom: 0;
}
.colunista-profile__posts > h2{
	color: #000;
	margin-bottom: 2rem;
	text-align: center;
}
.colunista-profile__empty{
	background: #f5f5f5;
	border-radius: 8px;
	padding: 1.5rem;
	text-align: center;
}
.colunista-profile .posts-pagination{
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	width: 100%;
}
.colunista-profile ul.page-numbers{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.colunista-profile .page-numbers a,
.colunista-profile .page-numbers .current{
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-flex;
	min-height: 40px;
	padding: 0.5rem 0.75rem;
}
.colunista-profile .page-numbers .current{
	background: #000;
	border-color: #000;
	color: #fff;
}
.colunista-profile .page-numbers.prev i{
	margin-right: 0.35rem;
}
.colunista-profile .page-numbers.next i{
	margin-left: 0.35rem;
}

@media (max-width: 767.98px){
	.colunista-profile__header{
		flex-direction: column;
		padding: 1.5rem;
		text-align: center;
	}
	.colunista-profile__photo{
		flex-basis: auto;
		max-width: 180px;
	}
	.colunista-profile__info h1{
		font-size: 2rem;
	}
}
