body .um.um-profile {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
}

body .um.um-profile .um-profile-body {
	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;
	border-bottom: 0 !important;
	text-align: left !important;
	box-sizing: border-box !important;
}

body .um.um-profile .um-header.no-cover .um-profile-photo {
	position: relative;
	overflow: visible !important;
	isolation: isolate;
	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-star {
	position: absolute;
	top: -3px;
	right: -3px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	color: #8a5a00;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	pointer-events: none;
}

body .um.um-profile .um-header > .pde-profile-premium-star {
	opacity: 0;
}

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;
}

body .um.um-profile .um-profile-nav {
	--pde-profile-tab-surface: var(--pde-card-surface, #fff);
	--pde-profile-tab-border: var(--pde-card-border, #d1d5db);
	--pde-profile-tab-border-hover: var(--pde-card-border-hover, #289dcc);
	--pde-profile-tab-title: var(--pde-card-title, #0c3c52);
	--pde-profile-tab-text: var(--pde-card-text, #4a6474);
	--pde-profile-tab-shadow: var(--pde-card-shadow, 0 1px 2px rgba(0, 0, 0, 0.04));
	--pde-profile-tab-shadow-hover: var(--pde-card-shadow-hover, 0 0 0 1px rgba(40, 157, 204, 0.2), 0 10px 24px rgba(40, 157, 204, 0.16));
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	gap: 0;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 18px;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0;
	border-radius: 999px;
	background: #f8fafc !important;
	box-shadow: none;
	text-align: left;
}

body .um.um-profile .um-profile-nav .um-clear {
	display: none;
}

body .um.um-profile .um-profile-nav-item {
	--pde-tab-surface: color-mix(in srgb, var(--pde-tab-color, #1596a8) 9%, #fff);
	--pde-tab-hover-surface: color-mix(in srgb, var(--pde-tab-color, #1596a8) 16%, #fff);
	--pde-tab-prev-surface: color-mix(in srgb, var(--pde-tab-prev, #1596a8) 9%, #fff);
	--pde-tab-prev-hover-surface: color-mix(in srgb, var(--pde-tab-prev, #1596a8) 16%, #fff);
	--pde-tab-next-surface: color-mix(in srgb, var(--pde-tab-next, #1596a8) 9%, #fff);
	--pde-tab-next-hover-surface: color-mix(in srgb, var(--pde-tab-next, #1596a8) 16%, #fff);
	display: flex;
	min-width: 0;
}

body .um.um-profile .um-profile-nav-mon-compte {
	order: -1;
}

body .um.um-profile .um-profile-nav-item a {
	position: relative;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: 100%;
	min-height: 45px;
	margin: 0 !important;
	padding: 9px 13px !important;
	float: none !important;
	border: 0;
	border-radius: 0 !important;
	background: var(--pde-tab-surface);
	box-shadow: none;
	color: var(--pde-profile-tab-title) !important;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.15;
	text-decoration: none !important;
	transition: color 0.22s ease;
}

body .um.um-profile .um-profile-nav-item:nth-child(1) { --pde-tab-color: #008f9f; --pde-tab-prev: #008f9f; --pde-tab-next: #2563d9; }
body .um.um-profile .um-profile-nav-item:nth-child(2) { --pde-tab-color: #2563d9; --pde-tab-prev: #008f9f; --pde-tab-next: #7445c7; }
body .um.um-profile .um-profile-nav-item:nth-child(3) { --pde-tab-color: #7445c7; --pde-tab-prev: #2563d9; --pde-tab-next: #369447; }
body .um.um-profile .um-profile-nav-item:nth-child(4) { --pde-tab-color: #369447; --pde-tab-prev: #7445c7; --pde-tab-next: #dc7a12; }
body .um.um-profile .um-profile-nav-item:nth-child(5) { --pde-tab-color: #dc7a12; --pde-tab-prev: #369447; --pde-tab-next: #d93469; }
body .um.um-profile .um-profile-nav-item:nth-child(6) { --pde-tab-color: #d93469; --pde-tab-prev: #dc7a12; --pde-tab-next: #087f75; }
body .um.um-profile .um-profile-nav-item:nth-child(7) { --pde-tab-color: #087f75; --pde-tab-prev: #d93469; --pde-tab-next: #b54708; }
body .um.um-profile .um-profile-nav-item:nth-child(7):last-child { --pde-tab-next: #087f75; }
body .um.um-profile .um-profile-nav-item:nth-child(8) { --pde-tab-color: #b54708; --pde-tab-prev: #087f75; --pde-tab-next: #b54708; }

body .um.um-profile:not(.uimob800):not(.uimob500):not(.uimob340) .um-profile-nav-item a.uimob800-hide.uimob500-hide.uimob340-hide,
body .um.um-profile.uimob800 .um-profile-nav-item a.uimob800-show,
body .um.um-profile.uimob500 .um-profile-nav-item a.uimob500-show,
body .um.um-profile.uimob340 .um-profile-nav-item a.uimob340-show {
	display: inline-flex;
}

body .um.um-profile:not(.uimob800):not(.uimob500):not(.uimob340) .um-profile-nav-item a.uimob800-show.uimob500-show.uimob340-show,
body .um.um-profile.uimob800 .um-profile-nav-item a.uimob800-hide,
body .um.um-profile.uimob500 .um-profile-nav-item a.uimob500-hide,
body .um.um-profile.uimob340 .um-profile-nav-item a.uimob340-hide {
	display: none !important;
}

body .um.um-profile .um-profile-nav-item a:hover,
body .um.um-profile .um-profile-nav-item a:focus-visible {
	background: var(--pde-tab-hover-surface);
	box-shadow: none;
	color: #177fa8 !important;
	text-decoration: none !important;
	transform: none;
}

body .um.um-profile .um-profile-nav-item.active a,
body .um.um-profile .um-profile-nav-item.active a:hover,
body .um.um-profile .um-profile-nav-item.active a:focus-visible {
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--pde-tab-color), color-mix(in srgb, var(--pde-tab-color) 76%, #fff));
	box-shadow: none;
	color: #fff !important;
	transform: none;
}

body .um.um-profile .um-profile-nav-item.active {
	background: linear-gradient(
		90deg,
		var(--pde-tab-prev-surface) 0 50%,
		var(--pde-tab-next-surface) 50% 100%
	);
}

body .um.um-profile .um-profile-nav-item:hover + .um-profile-nav-item.active,
body .um.um-profile .um-profile-nav-item:focus-within + .um-profile-nav-item.active {
	background: linear-gradient(
		90deg,
		var(--pde-tab-prev-hover-surface) 0 50%,
		var(--pde-tab-next-surface) 50% 100%
	);
}

body .um.um-profile .um-profile-nav-item.active:has(+ .um-profile-nav-item:hover),
body .um.um-profile .um-profile-nav-item.active:has(+ .um-profile-nav-item:focus-within) {
	background: linear-gradient(
		90deg,
		var(--pde-tab-prev-surface) 0 50%,
		var(--pde-tab-next-hover-surface) 50% 100%
	);
}

body .um.um-profile .um-profile-nav-item i {
	position: static !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0;
	color: currentColor;
	font-size: 16px;
	line-height: 1;
}

body .um.um-profile .um-profile-nav-item span.title {
	padding-left: 0 !important;
	white-space: nowrap;
}

body .pde-account-profile-shell {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 18px;
}

body .pde-account-profile-shell .um-header.no-cover {
	border-bottom: 0;
}

body .pde-account-profile-shell + .um.um-account .um-account-meta {
	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-panel.pde-profile-points {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.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-button {
	display: inline-flex;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	cursor: pointer;
}

.pde-profile-points__badge-button:focus-visible {
	outline: 3px solid rgba(40, 157, 204, 0.38);
	outline-offset: 3px;
}

.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,
.pde-profile-points__links button {
	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;
	cursor: pointer;
	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,
.pde-profile-points__links button:hover,
.pde-profile-points__links button:focus-visible,
.pde-profile-points__links button.is-active {
	border-color: #289dcc;
	background: #eef9fd;
	color: #177fa8;
	text-decoration: none;
}

.pde-profile-points__view[hidden] {
	display: none !important;
}

.pde-profile-points__view .pde-top50-container {
	width: 100%;
	padding: 0;
}

.pde-profile-points__explanation .pde-league-explications.final2 {
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 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-forum {
	position: relative;
	box-sizing: border-box;
	padding: 14px;
	overflow: hidden;
	border: 1px solid #dfe7f1;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(21, 150, 168, 0.055), #fff 42%);
	box-shadow: 0 7px 20px rgba(22, 32, 51, 0.045);
}

.pde-profile-points,
.pde-profile-community,
.pde-profile-announcements {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 8px;
	padding: 14px !important;
	overflow: hidden;
	border: 1px solid #dfe7f1 !important;
	border-radius: 18px !important;
	background: linear-gradient(135deg, rgba(21, 150, 168, 0.055), #fff 42%) !important;
	box-shadow: 0 7px 20px rgba(22, 32, 51, 0.045) !important;
}

.pde-profile-points::before,
.pde-profile-community::before,
.pde-profile-announcements::before {
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, #1596a8, #1267d8, #7a4fd0);
	content: "";
}

.pde-profile-points__header,
.pde-profile-announcements__header {
	margin: 0 0 12px;
}

.pde-profile-points__list {
	display: grid;
	gap: 7px;
}

.pde-profile-points__item {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	min-height: 56px;
	padding: 8px 11px;
	border: 1px solid #dfe7f1;
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.88);
}

.pde-profile-points__item-icon {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 10px;
	background: #fff6c9;
	color: #d39b00;
}

.pde-profile-points__item-content strong,
.pde-profile-points__item-content small {
	display: block;
}

.pde-profile-points__item-content strong {
	color: #183b74;
	font-size: 0.88rem;
}

.pde-profile-points__item-content small {
	margin-top: 2px;
	color: #566477;
	font-size: 0.76rem;
	line-height: 1.25;
}

.pde-profile-points__item-value {
	min-width: 42px;
	padding: 5px 8px;
	border-radius: 999px;
	background: #fff6c9;
	color: #9b7200;
	font-size: 0.82rem;
	font-weight: 850;
	text-align: center;
}

.pde-profile-points__item.is-total {
	border-color: rgba(21, 150, 168, 0.25);
	background: #e7f7f8;
}

.pde-profile-points__item.is-total .pde-profile-points__item-icon,
.pde-profile-points__item.is-total .pde-profile-points__item-value {
	background: #1299ad;
	color: #fff;
}

body .um.um-profile .um-profile-body.comments,
body .um.um-profile .um-profile-body.commentaires,
body .um.um-profile .um-profile-body[data-tab="comments"],
body .um.um-profile .um-profile-body[data-tab="commentaires"] {
	position: relative;
	box-sizing: border-box;
	padding: 14px !important;
	overflow: hidden;
	border: 1px solid #dfe7f1;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(21, 150, 168, 0.055), #fff 42%);
	box-shadow: 0 7px 20px rgba(22, 32, 51, 0.045);
}

body .um.um-profile .um-profile-body.comments .um-item,
body .um.um-profile .um-profile-body.commentaires .um-item,
body .um.um-profile .um-profile-body[data-tab="comments"] .um-item,
body .um.um-profile .um-profile-body[data-tab="commentaires"] .um-item {
	margin: 0 0 7px !important;
	padding: 9px 11px !important;
	border: 1px solid #dfe7f1 !important;
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 1px 2px rgba(22, 32, 51, 0.03);
}

.pde-profile-forum::before {
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, #1596a8, #1267d8, #7a4fd0);
	content: "";
}

.pde-profile-forum__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0 0 13px;
}

.pde-profile-forum__stat {
	display: flex;
	gap: 8px;
	align-items: center;
	min-height: 52px;
	padding: 8px 10px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(15, 23, 42, 0.035);
}

.pde-profile-forum__stat-icon {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 9px;
	background: #e7f7f8;
	color: #1299ad;
}

.pde-profile-forum__stat:nth-child(2) .pde-profile-forum__stat-icon {
	background: #eee9fb;
	color: #7a4fd0;
}

.pde-profile-forum__stat-icon svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.pde-profile-forum__stat-content {
	min-width: 0;
}

.pde-profile-forum__stat-content strong {
	display: block;
	color: #1299ad;
	font-size: 21px;
	font-weight: 800;
	line-height: 1;
}

.pde-profile-forum__stat:nth-child(2) .pde-profile-forum__stat-content strong {
	color: #7a4fd0;
}

.pde-profile-forum__stat-content small {
	display: block;
	margin-top: 2px;
	color: #374151;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.05;
}

.pde-profile-forum__heading {
	margin: 0 0 8px;
	color: #183b74;
	font-size: 0.94rem;
	line-height: 1.2;
}

.pde-profile-forum__topics {
	display: grid;
	gap: 7px;
}

.pde-profile-forum__topic {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	min-height: 58px;
	padding: 9px 11px;
	border: 1px solid #dfe7f1;
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 1px 2px rgba(22, 32, 51, 0.03);
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.pde-profile-forum__topic-icon {
	display: grid;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 10px;
	background: #e7f7f8;
	color: #1299ad;
}

.pde-profile-forum__topic-icon svg,
.pde-profile-forum__topic-meta svg,
.pde-profile-forum__topic-chevron svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.pde-profile-forum__topic:hover,
.pde-profile-forum__topic:focus-within {
	border-color: rgba(21, 150, 168, 0.45);
	box-shadow: 0 7px 18px rgba(21, 150, 168, 0.09);
	transform: translateY(-1px);
}

.pde-profile-forum__topic-body {
	min-width: 0;
}

.pde-profile-forum__forum {
	display: block;
	margin-bottom: 2px;
	color: #087f96;
	font-size: 0.64rem;
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
}

.pde-profile-forum__topic h3 {
	margin: 0 0 2px;
	overflow: hidden;
	font-size: 0.88rem;
	line-height: 1.18;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pde-profile-forum__topic h3 a {
	color: #183b74;
	text-decoration: none;
}

.pde-profile-forum__topic h3 a:hover {
	color: #177fa8;
}

.pde-profile-forum__topic p {
	display: -webkit-box;
	margin: 0;
	color: #566477;
	font-size: 0.76rem;
	line-height: 1.25;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.pde-profile-forum__topic-meta {
	display: grid;
	flex: 0 0 126px;
	grid-template-columns: 17px auto 1fr;
	align-items: baseline;
	color: #566477;
	text-align: right;
}

.pde-profile-forum__topic-meta > svg {
	width: 14px;
	height: 14px;
	color: #7a4fd0;
}

.pde-profile-forum__topic-meta strong {
	color: #087f96;
	font-size: 0.88rem;
	line-height: 1;
}

.pde-profile-forum__topic-meta span {
	margin-left: 4px;
	font-size: 0.72rem;
}

.pde-profile-forum__topic-meta small {
	grid-column: 2 / -1;
	margin-top: 3px;
	color: #667085;
	font-size: 0.67rem;
	line-height: 1.15;
}

.pde-profile-forum__topic-chevron {
	display: grid;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	place-items: center;
	color: #9aa7b6;
}

.pde-profile-community__grid {
	display: grid;
	width: 100%;
	gap: 7px;
	grid-template-columns: 1fr;
}

.pde-profile-community__card {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-width: 0;
	min-height: 58px;
	padding: 9px 11px;
	border: 1px solid #dfe7f1;
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 1px 2px rgba(22, 32, 51, 0.03);
	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: 38px;
	height: 38px;
	border-radius: 10px;
	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: 0.9rem;
	line-height: 1.18;
	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: 3px 0;
	overflow: hidden;
	color: var(--pde-card-text);
	font-size: 0.76rem;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.pde-profile-community__meta {
	color: #087f96;
	font-size: 0.7rem;
	font-weight: 750;
	line-height: 1.3;
}

.pde-profile-announcements {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 8px;
}

.pde-profile-announcements__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #183b74;
	font-size: 0.94rem;
}

.pde-profile-announcements__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 7px;
}

.pde-profile-announcement {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	min-width: 0;
	overflow: hidden;
	min-height: 70px;
	border: 1px solid #dfe7f1;
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 1px 2px rgba(22, 32, 51, 0.03);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.18s ease;
}

.pde-profile-announcement:hover,
.pde-profile-announcement:focus-within {
	border-color: #289dcc;
	box-shadow: 0 0 0 1px rgba(40, 157, 204, 0.2), 0 10px 24px rgba(40, 157, 204, 0.16);
	transform: translateY(-2px);
}

.pde-profile-announcement__media {
	position: relative;
	display: grid;
	place-items: center;
	height: 100%;
	min-height: 70px;
	overflow: hidden;
	background: linear-gradient(135deg, #e8f8fa, #f5fbfd);
	color: #177fa8;
	font-size: 1.1rem;
	font-weight: 900;
	text-decoration: none;
}

.pde-profile-announcement__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.pde-profile-announcement:hover .pde-profile-announcement__media img {
	transform: scale(1.025);
}

.pde-profile-announcement__price {
	position: absolute;
	right: 9px;
	bottom: 9px;
	padding: 6px 9px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(21, 32, 51, 0.16);
	color: #153f57;
	font-size: 0.82rem;
	line-height: 1;
}

.pde-profile-announcement__price.is-gift {
	background: #168a55;
	color: #fff;
}

.pde-profile-announcement__body {
	padding: 9px 11px;
}

.pde-profile-announcement__meta {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	color: #667085;
	font-size: 0.72rem;
	line-height: 1.2;
}

.pde-profile-announcement__meta span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pde-profile-announcement h3 {
	margin: 4px 0 3px;
	color: #0c3c52;
	font-size: 1rem;
	line-height: 1.25;
}

.pde-profile-announcement h3 a {
	color: inherit;
	text-decoration: none;
}

.pde-profile-announcement h3 a:hover,
.pde-profile-announcement h3 a:focus-visible {
	color: #177fa8;
	text-decoration: none;
}

.pde-profile-announcement p {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #4a6474;
	font-size: 0.76rem;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media (max-width: 900px) {
	.pde-profile-announcements__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	body .um.um-profile .um-header.no-cover .um-profile-photo > .pde-profile-premium-star {
		top: 0;
		right: 0;
		transform: translate(20%, -20%);
	}

	body .um.um-profile .um-header.no-cover {
		gap: 12px;
		margin-bottom: 10px;
		padding-bottom: 20px;
	}

	body .um.um-profile .um-profile-nav {
		gap: 0;
		justify-content: space-between;
		margin-top: 0;
		overflow: hidden !important;
		padding: 0 !important;
		-webkit-overflow-scrolling: touch;
	}

	body .um.um-profile .um-profile-nav-item {
		flex: 1 1 0;
		min-width: 0;
	}

	body .um.um-profile .um-profile-nav-item a {
		width: 100%;
		min-height: 43px;
		padding: 8px 2px !important;
		font-size: 0.84rem;
		white-space: nowrap;
	}

	body .um.um-profile.uimob800 .um-profile-nav-item a.uimob800-show span.title,
	body .um.um-profile.uimob500 .um-profile-nav-item a.uimob500-show span.title,
	body .um.um-profile.uimob340 .um-profile-nav-item a.uimob340-show span.title {
		display: none !important;
	}

	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__item {
		grid-template-columns: 30px minmax(0, 1fr) auto;
		gap: 7px;
		padding: 7px 8px;
	}

	.pde-profile-points__item-icon {
		width: 30px;
		height: 30px;
	}

	.pde-profile-community__grid {
		grid-template-columns: 1fr;
	}

	.pde-profile-forum__stats {
		flex-wrap: nowrap;
	}

	.pde-profile-forum__topic {
		gap: 7px;
		min-height: 58px;
		padding: 8px 9px;
	}

	.pde-profile-forum__topic-meta {
		flex-basis: 55px;
	}

	.pde-profile-forum__topic-meta span {
		display: none;
	}

	.pde-profile-forum__topic-meta strong {
		grid-column: auto;
	}

	.pde-profile-forum__topic-meta small,
	.pde-profile-forum__topic-meta > svg {
		display: none;
	}

	.pde-profile-forum__topic-icon {
		flex-basis: 30px;
		width: 30px;
		height: 30px;
	}

	.pde-profile-forum {
		padding: 12px 9px 9px;
		border-radius: 15px;
	}

	.pde-profile-community__card {
		gap: 10px;
		padding: 8px 9px;
	}

	.pde-profile-community__media {
		width: 34px;
		height: 34px;
	}

	.pde-profile-announcements__grid {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.pde-profile-announcement__media {
		height: 100%;
		min-height: 66px;
	}

	.pde-profile-announcement__body {
		padding: 9px;
	}

	.pde-profile-announcement__meta {
		display: grid;
		gap: 3px;
	}

	.pde-profile-announcement h3 {
		font-size: 0.9rem;
	}

	.pde-profile-announcement p {
		-webkit-line-clamp: 1;
	}

	.pde-profile-points,
	.pde-profile-community,
	.pde-profile-announcements {
		padding: 12px 9px 9px !important;
		border-radius: 15px !important;
	}
}
