/* RVTS UsersWP About Me polish */
#tab-content.uwp-profile-content .uwp-profile-entries > .uwp-profile-extra {
	--rvts-about-accent: var(--global-palette1, #31533d);
	--rvts-about-heading: var(--global-palette3, #212e2d);
	--rvts-about-text: var(--global-palette4, #393d3a);
	--rvts-about-muted: var(--global-palette6, #5f6360);
	--rvts-about-border: var(--global-palette7, #daddc4);
	--rvts-about-soft: var(--global-palette8, #edf0e8);
	--rvts-about-surface: var(--global-palette9, #ffffff);
	width: 100%;
	margin-top: 0.75rem;
	color: var(--rvts-about-text);
}

#tab-content.uwp-profile-content .uwp-profile-entries > .uwp-profile-extra,
#tab-content.uwp-profile-content .uwp-profile-entries > .uwp-profile-extra * {
	box-sizing: border-box;
}

#tab-content.uwp-profile-content .uwp-profile-extra > .uwp-profile-extra-div.form-table {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
	gap: 0.85rem;
	width: 100%;
	border: 0 !important;
	background: transparent !important;
	overflow: visible !important;
}

#tab-content.uwp-profile-content .uwp-profile-extra-wrap {
	display: flex !important;
	flex-direction: column;
	gap: 0.4rem;
	width: auto !important;
	min-width: 0;
	min-height: 6rem;
	margin: 0 !important;
	padding: 0.95rem 1rem !important;
	float: none !important;
	clear: none !important;
	text-align: left !important;
	background: var(--rvts-about-surface);
	border: 1px solid var(--rvts-about-border) !important;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(33, 46, 45, 0.05);
	overflow: hidden !important;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

#tab-content.uwp-profile-content .uwp-profile-extra-wrap:hover {
	border-color: var(--rvts-about-accent) !important;
	box-shadow: 0 8px 22px rgba(33, 46, 45, 0.08);
	transform: translateY(-1px);
}

#tab-content.uwp-profile-content .uwp-profile-extra-wrap.rvts-profile-about__bio-row {
	grid-column: 1 / -1;
	min-height: 0;
	padding: 1.2rem 1.35rem !important;
	background: linear-gradient(180deg, #ffffff 0%, var(--rvts-about-soft) 100%);
	border-left: 4px solid var(--rvts-about-accent) !important;
	overflow: visible !important;
}

#tab-content.uwp-profile-content .uwp-profile-extra-wrap:has(.uwp-profile-bio) {
	grid-column: 1 / -1;
	min-height: 0;
	padding: 1.2rem 1.35rem !important;
	background: linear-gradient(180deg, #ffffff 0%, var(--rvts-about-soft) 100%);
	border-left: 4px solid var(--rvts-about-accent) !important;
	overflow: visible !important;
}

#tab-content.uwp-profile-content .uwp-profile-extra-key,
#tab-content.uwp-profile-content .uwp-profile-extra-value {
	display: block !important;
	width: auto !important;
	padding: 0 !important;
	float: none !important;
	clear: none !important;
	border: 0 !important;
}

#tab-content.uwp-profile-content .uwp-profile-extra-key {
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
	color: var(--rvts-about-accent);
}

#tab-content.uwp-profile-content .uwp-profile-extra-key > i:empty,
#tab-content.uwp-profile-content .uwp-profile-extra-sep {
	display: none !important;
}

#tab-content.uwp-profile-content .uwp-profile-extra-wrap.rvts-profile-about__bio-row > .uwp-profile-extra-key {
	display: none !important;
}

#tab-content.uwp-profile-content .uwp-profile-extra-wrap:has(.uwp-profile-bio) > .uwp-profile-extra-key {
	display: none !important;
}

#tab-content.uwp-profile-content .uwp-profile-extra-value {
	min-width: 0;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--rvts-about-text);
	overflow-wrap: normal;
	word-break: normal;
}

#tab-content.uwp-profile-content .uwp-profile-bio {
	max-width: 78ch;
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.75;
	color: var(--rvts-about-text);
}

#tab-content.uwp-profile-content .uwp-profile-bio p {
	margin: 0 0 0.9rem;
}

#tab-content.uwp-profile-content .uwp-profile-bio p:last-child {
	margin-bottom: 0;
}

#tab-content.uwp-profile-content .uwp-profile-extra a {
	color: var(--rvts-about-accent);
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

#tab-content.uwp-profile-content .uwp-profile-extra a:hover,
#tab-content.uwp-profile-content .uwp-profile-extra a:focus {
	color: var(--rvts-about-heading);
}

#tab-content.uwp-profile-content .uwp-profile-extra a:focus-visible {
	outline: 2px solid var(--rvts-about-accent);
	outline-offset: 3px;
	border-radius: 3px;
}

#tab-content.uwp-profile-content .rvts-profile-about__row:not(.rvts-profile-about__bio-row) .uwp-profile-extra-value a {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
}

@media (max-width: 700px) {
	#tab-content.uwp-profile-content .uwp-profile-extra > .uwp-profile-extra-div.form-table {
		grid-template-columns: 1fr;
		gap: 0.7rem;
	}

	#tab-content.uwp-profile-content .uwp-profile-extra-wrap,
	#tab-content.uwp-profile-content .uwp-profile-extra-wrap.rvts-profile-about__bio-row {
		padding: 0.9rem 1rem !important;
	}

	#tab-content.uwp-profile-content .uwp-profile-extra-wrap:has(.uwp-profile-bio) {
		padding: 0.9rem 1rem !important;
	}

	#tab-content.uwp-profile-content .uwp-profile-bio {
		font-size: 1rem;
		line-height: 1.65;
	}
}

@media (prefers-reduced-motion: reduce) {
	#tab-content.uwp-profile-content .uwp-profile-extra-wrap {
		transition: none;
	}

	#tab-content.uwp-profile-content .uwp-profile-extra-wrap:hover {
		transform: none;
	}
}
