.ipfe-profile {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	background: #fff;
}

.ipfe-profile__item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ipfe-profile__item--avatar .ipfe-profile__value {
	display: flex;
}

.ipfe-profile__label {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ipfe-profile__value {
	font-size: 16px;
	line-height: 1.6;
	color: #111827;
}

.ipfe-profile__value a {
	color: inherit;
	text-decoration: underline;
}

.ipfe-profile__avatar-image {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 999px;
	object-fit: cover;
}

.ipfe-profile__empty {
	color: #9ca3af;
}

.ipfe-profile__fallback {
	line-height: 1.6;
	color: #4b5563;
}
