body .um.um-profile .um-profile-body.points,
body .um.um-profile .um-profile-body.communaute {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	padding-right: 0;
	padding-left: 0;
}

body .um.um-profile .um-header.no-cover {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	min-height: 0;
	padding: 0 0 14px;
	text-align: left !important;
	box-sizing: border-box !important;
}

body .um.um-profile .um-header.no-cover .um-profile-photo {
	position: relative;
	flex: 0 0 100px;
	width: 100px !important;
	height: 100px !important;
	margin: 0 !important;
	text-align: left !important;
}

body .um.um-profile .um-header.no-cover a.um-profile-photo-img {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	display: block !important;
	float: none !important;
	width: 100px !important;
	height: 100px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-sizing: border-box !important;
}

body .um.um-profile .um-header.no-cover a.um-profile-photo-img img,
body .um.um-profile .um-header.no-cover .um-profile-photo-overlay {
	width: 100% !important;
	height: 100% !important;
	border-radius: 50% !important;
	object-fit: cover;
}

body .um.um-profile .um-header.no-cover .um-profile-meta {
	flex: 1 1 auto;
	min-width: 0;
	padding: 4px 48px 0 0 !important;
	text-align: left !important;
}

body .um.um-profile .um-header.no-cover .um-main-meta {
	padding: 0 !important;
}

body .um.um-profile .um-header.no-cover .um-name {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	float: none !important;
	margin: 0 0 5px !important;
	line-height: 1.2;
}

body .um.um-profile .um-header.no-cover .um-name a {
	font-size: 23px;
	line-height: 1.2;
}

.pde-profile-premium-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 4px 9px;
	border: 1px solid rgba(168, 108, 0, 0.18);
	border-radius: 999px;
	background: linear-gradient(135deg, #fff1b8 0%, #f7c948 100%);
	box-shadow: 0 6px 14px rgba(168, 108, 0, 0.14);
	color: #8a5a00;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

body .um.um-profile .um-header.no-cover .um-meta-text {
	margin: 0 !important;
	color: #4a6474;
	font-size: 0.95rem;
	line-height: 1.35;
}

body .um.um-profile .um-header.no-cover .um-meta-text p {
	margin: 0 0 4px !important;
}

body .um.um-profile .um-header.no-cover > .um-clear,
body .um.um-profile .um-header.no-cover .um-main-meta > .um-clear {
	display: none;
}

.pde-profile-panel {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 8px;
	padding: 22px;
	border: 1px solid #dcebf4;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(20, 52, 86, 0.08);
	color: #18364f;
}

.pde-profile-panel--notice {
	background: #f7fbfe;
	text-align: center;
}

.pde-profile-panel--notice p {
	margin: 0;
}

.pde-profile-points__header {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 16px;
}

.pde-profile-points__badge {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	padding: 8px 11px;
	border-radius: 999px;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(31, 53, 84, 0.12);
}

.pde-profile-points__badge[data-level="1"] { background: linear-gradient(90deg, #f6c453 0%, #f59e0b 100%); }
.pde-profile-points__badge[data-level="2"] { background: linear-gradient(90deg, #e9c95a 0%, #d9a616 100%); }
.pde-profile-points__badge[data-level="3"] { background: linear-gradient(90deg, #d4cf63 0%, #b8b82d 100%); }
.pde-profile-points__badge[data-level="4"] { background: linear-gradient(90deg, #b7d56a 0%, #8fc63d 100%); }
.pde-profile-points__badge[data-level="5"] { background: linear-gradient(90deg, #8dd873 0%, #45bd5f 100%); }
.pde-profile-points__badge[data-level="6"] { background: linear-gradient(90deg, #5fd48c 0%, #20b486 100%); }
.pde-profile-points__badge[data-level="7"] { background: linear-gradient(90deg, #42cdb1 0%, #14a7a7 100%); }
.pde-profile-points__badge[data-level="8"] { background: linear-gradient(90deg, #38bfd0 0%, #168fc5 100%); }
.pde-profile-points__badge[data-level="9"] { background: linear-gradient(90deg, #4aa7e0 0%, #316fd0 100%); }
.pde-profile-points__badge[data-level="10"] { background: linear-gradient(90deg, #6f8ee8 0%, #4f46e5 100%); }

.pde-profile-points__stars {
	display: flex;
	gap: 2px;
}

.pde-profile-points__star {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
}

.pde-profile-points__star::before {
	content: "\2605";
	position: absolute;
	inset: 0;
	color: rgba(255, 255, 255, 0.34);
	font-size: 14px;
	line-height: 1;
}

.pde-profile-points__star.is-full::before {
	color: #fff;
}

.pde-profile-points__star.is-half {
	color: transparent;
}

.pde-profile-points__star.is-half::before {
	color: transparent;
	background: linear-gradient(90deg, #fff 0 50%, rgba(255, 255, 255, 0.34) 50% 100%);
	-webkit-background-clip: text;
	background-clip: text;
}

.pde-profile-points__links {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	min-width: 0;
}

.pde-profile-points__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid #d7e8f1;
	border-radius: 999px;
	background: #f7fbfe;
	color: #235479;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.pde-profile-points__links a:hover,
.pde-profile-points__links a:focus-visible {
	border-color: #289dcc;
	background: #eef9fd;
	color: #177fa8;
	text-decoration: none;
}

.pde-profile-points__table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pde-profile-points__table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.pde-profile-points__table th,
.pde-profile-points__table td {
	padding: 12px 14px;
	border-bottom: 1px solid #eef3f7;
	text-align: left;
	font-size: 0.98rem;
	line-height: 1.42;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.pde-profile-points__table th {
	background: #f4f9fc;
	color: #2a6288;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pde-profile-points__table th:first-child,
.pde-profile-points__table td:first-child {
	width: 24%;
}

.pde-profile-points__table th:nth-child(2),
.pde-profile-points__table td:nth-child(2) {
	width: 58%;
}

.pde-profile-points__table th:last-child,
.pde-profile-points__table td:last-child {
	width: 18%;
	text-align: center;
}

.pde-profile-points__table .is-total td {
	background: #eef8f3;
	font-weight: 800;
}

.pde-profile-community {
	--pde-card-surface: #fff;
	--pde-card-border: #d1d5db;
	--pde-card-border-hover: #289dcc;
	--pde-card-title: #0c3c52;
	--pde-card-text: #4a6474;
	--pde-card-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	--pde-card-shadow-hover: 0 0 0 1px rgba(40, 157, 204, 0.2), 0 10px 24px rgba(40, 157, 204, 0.16);
	--pde-card-radius: 14px;
	--pde-card-gap: 14px;
	--pde-card-padding: 14px 16px;
	--pde-card-icon-size: 68px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
}

.pde-profile-community__grid {
	display: grid;
	width: 100%;
	gap: 12px;
	grid-template-columns: 1fr;
}

.pde-profile-community__card {
	display: flex;
	align-items: center;
	gap: var(--pde-card-gap);
	width: 100%;
	min-width: 0;
	min-height: 78px;
	padding: var(--pde-card-padding);
	border: 1px solid var(--pde-card-border);
	border-radius: var(--pde-card-radius);
	background: var(--pde-card-surface);
	box-shadow: var(--pde-card-shadow);
	color: inherit;
	text-decoration: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.18s ease;
}

.pde-profile-community__card:hover,
.pde-profile-community__card:focus-visible {
	border-color: var(--pde-card-border-hover);
	box-shadow: var(--pde-card-shadow-hover);
	text-decoration: none;
	transform: translateY(-2px);
}

.pde-profile-community__media {
	display: block;
	flex-shrink: 0;
	width: var(--pde-card-icon-size);
	height: var(--pde-card-icon-size);
	border-radius: 14px;
	object-fit: cover;
	background: #eef4f7;
}

.pde-profile-community__content {
	min-width: 0;
}

.pde-profile-community__title-row {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	justify-content: space-between;
	min-width: 0;
}

.pde-profile-community__title-row h3 {
	min-width: 0;
	margin: 0;
	color: var(--pde-card-title);
	font-size: clamp(1.08rem, 1.4vw, 1.24rem);
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.pde-profile-community__title-row span {
	flex: 0 0 auto;
	padding: 3px 7px;
	border-radius: 999px;
	background: #e6f3fa;
	color: #235479;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.2;
}

.pde-profile-community__content p {
	display: -webkit-box;
	margin: 7px 0 8px;
	overflow: hidden;
	color: var(--pde-card-text);
	font-size: clamp(0.92rem, 1.1vw, 1rem);
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pde-profile-community__meta {
	color: #2a6288;
	font-size: 0.86rem;
	font-weight: 750;
	line-height: 1.3;
}

@media (max-width: 640px) {
	body .um.um-profile .um-header.no-cover {
		gap: 12px;
		padding-bottom: 12px;
	}

	body .um.um-profile .um-header.no-cover .um-profile-meta {
		padding-right: 34px !important;
	}

	body .um.um-profile .um-header.no-cover .um-name a {
		font-size: 20px;
	}

	body .um.um-profile .um-header.no-cover .um-meta-text {
		font-size: 0.88rem;
	}

	.pde-profile-panel {
		padding: 16px 10px;
	}

	.pde-profile-points__header {
		align-items: stretch;
	}

	.pde-profile-points__badge {
		justify-content: center;
	}

	.pde-profile-points__links {
		flex-basis: 100%;
	}

	.pde-profile-points__links a {
		flex: 1 1 160px;
	}

	.pde-profile-points__table {
		min-width: 0;
	}

	.pde-profile-points__table th,
	.pde-profile-points__table td {
		padding: 10px 6px;
		font-size: 0.86rem;
		line-height: 1.35;
	}

	.pde-profile-points__table th:first-child,
	.pde-profile-points__table td:first-child {
		width: 28%;
	}

	.pde-profile-points__table th:nth-child(2),
	.pde-profile-points__table td:nth-child(2) {
		width: 54%;
	}

	.pde-profile-points__table th:last-child,
	.pde-profile-points__table td:last-child {
		width: 18%;
	}

	.pde-profile-community__grid {
		grid-template-columns: 1fr;
	}

	.pde-profile-community__card {
		gap: 10px;
		padding: 10px;
	}

	.pde-profile-community__media {
		width: 64px;
		height: 64px;
	}
}
