.umep-cover-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.umep-hero-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.umep-hero-cover {
	position: relative;
	width: 100%;
	min-height: 140px;
	background-color: #e4e4e4;
	background-size: cover;
	background-position: center;
}

.umep-hero-cover-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.umep-hero-info-row {
	display: flex;
	align-items: flex-end;
	gap: 16px;
	padding: 0 24px 16px;
	flex-wrap: wrap;
}

.umep-hero-avatar {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
}

.umep-hero-avatar img {
	display: block;
	object-fit: cover;
	border: 3px solid #fff;
}

.umep-hero-meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding-bottom: 4px;
}

.umep-hero-name {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 600;
}

.umep-hero-name a {
	color: inherit;
	text-decoration: none;
}

.umep-hero-role-badge {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
}

.umep-hero-tagline {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #555;
}

.umep-hero-joined-date {
	font-size: 13px;
	opacity: 0.85;
}

@media (max-width: 767px) {
	.umep-hero-info-row {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.umep-cover-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.umep-avatar {
	position: relative;
	z-index: 1;
	display: inline-block;
}

.umep-avatar img {
	display: block;
	object-fit: cover;
}

.umep-profile-header-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.umep-profile-name {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 600;
}

.umep-profile-name a {
	text-decoration: none;
	color: inherit;
}

.umep-role-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
}

.umep-completion-wrap {
	width: 100%;
}

.umep-completion-track {
	width: 100%;
	border-radius: 999px;
	overflow: hidden;
	background: #e0e0e0;
}

.umep-completion-fill {
	height: 100%;
	border-radius: 999px;
	transition: width 0.6s ease;
}

.umep-action-bar {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}

.umep-action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
	transition: opacity 0.2s;
}

.umep-action-btn:hover {
	opacity: 0.85;
}

.umep-profile-widget-placeholder {
	padding: 20px;
	text-align: center;
	opacity: 0.5;
	font-size: 13px;
	border: 1px dashed currentColor;
	border-radius: 6px;
}

.umep-profile-bio,
.umep-profile-meta-field,
.umep-profile-social-links {
	width: 100%;
}

.umep-social-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.umep-social-list a {
	text-decoration: none;
}

.umep-um-profile-body {
	width: 100%;
}

.umep-profile-body-empty {
	margin: 0;
	padding: 12px 0;
	font-size: 14px;
	opacity: 0.85;
}
