.user-name > span:not(.mod):not(.mod-rdrama):not(.patron) {
	color: inherit !important;
	-webkit-text-fill-color: currentColor !important;
}

.user-name > span.patron,
#profile--name > span.patron,
#header--user-name > span.patron,
.popover-user-profile .pop-username.obs-patron-nameplate {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.user-name > span.patron {
	display: inline-flex !important;
	align-items: center;
	padding: 2px 6px 3px;
	color: #fff !important;
	line-height: 1.1;
	vertical-align: middle;
	background-image: none !important;
	-webkit-background-clip: border-box !important;
	background-clip: border-box !important;
	-webkit-text-fill-color: #fff !important;
	border-radius: 5px;
}

.popover-user-profile .pop-username.obs-patron-nameplate {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 3px 7px 4px !important;
	line-height: 1.1;
	background-image: none !important;
	border-radius: 4px;
}

.popover.obs-user-card {
	width: min(570px, calc(100vw - 24px));
	max-width: min(570px, calc(100vw - 24px)) !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .58) !important;
	border-radius: 3px !important;
	background: #050506 !important;
	box-shadow: 0 18px 46px rgba(0, 0, 0, .58) !important;
}

.popover.obs-user-card .popover-arrow {
	display: none !important;
}

.popover.obs-user-card .popover-body {
	padding: 0 !important;
	color: inherit;
	background: transparent;
}

.popover-user-profile {
	overflow: hidden;
	color: #f1f1f3;
	background: #050506 !important;
	border-radius: 2px;
}

.popover-user-profile .pop-banner {
	display: block;
	width: 100% !important;
	height: 205px !important;
	object-fit: cover;
	object-position: center;
	background: #111115;
	border: 0 !important;
	border-radius: 0 !important;
}

.popover-user-profile .popover-profile-identity {
	position: relative;
	z-index: 2;
	display: grid !important;
	grid-template-columns: 102px minmax(0, 1fr);
	gap: 16px;
	align-items: start !important;
	margin: -84px 0 0 !important;
	padding: 0 18px 8px !important;
	background: linear-gradient(to bottom, transparent 0, transparent 83px, #050506 84px, #050506 100%);
}

.popover-user-profile .popover-profile-identity .profile-pic-75-wrapper {
	width: 98px !important;
	height: 98px !important;
	margin: 0 !important;
	background: #050506;
	border: 4px solid #050506 !important;
	border-radius: 50%;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .58), 0 0 0 1px rgba(255, 255, 255, .14);
}

.popover-user-profile .popover-profile-identity .profile-pic-75,
.popover-user-profile .popover-profile-identity .profile-pic-75-hat {
	width: 90px !important;
	height: 90px !important;
}

.popover-user-profile .popover-profile-identity > .text-truncate {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 88px 0 0 !important;
	overflow: visible !important;
	white-space: normal !important;
}

.popover-user-profile .obs-card-name-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 10px;
	min-width: 0;
}

.popover-user-profile .pop-username {
	max-width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	white-space: normal !important;
	overflow-wrap: anywhere;
}

.popover-user-profile .obs-card-joined {
	color: #d0cdd2;
	font-size: .78rem;
	font-weight: 500;
	white-space: nowrap;
}

.popover-user-profile .obs-card-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	margin-top: 4px;
	color: #c6c3c9;
	font-size: .76rem;
	line-height: 1.35;
}

.popover-user-profile .obs-card-reserved {
	margin-top: 3px;
	color: #aaa7ad;
	font-size: .72rem;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.popover-user-profile .popover-profile-meta:empty {
	display: none;
}

.popover-user-profile .popover-bio-div {
	max-height: 190px;
	padding: 7px 18px 10px !important;
	overflow: auto;
	color: #f0eef1;
	font-size: .9rem;
	line-height: 1.5;
	background: #050506;
}

.popover-user-profile .popover-bio-div:empty {
	display: none;
}

.popover-user-profile .popover-bio-div p:last-child {
	margin-bottom: 0;
}

.popover-user-profile .popover-bio-div img:not(.emoji):not(.emoji-lg) {
	max-width: 100%;
	max-height: 190px;
	object-fit: contain;
	border-radius: 0;
}

.popover-user-profile .popover-badges-div {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 3px 4px;
	max-height: 108px;
	padding: 8px 18px 13px !important;
	overflow-y: auto;
	background: #050506;
}

.popover-user-profile .popover-badges-div:empty {
	display: none !important;
}

.popover-user-profile .popover-badges-div > a,
.popover-user-profile .popover-badges-div > img {
	flex: 0 0 auto;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.popover-user-profile .popover-badges-div img {
	display: block;
	width: 40px !important;
	height: 40px !important;
	max-width: 40px !important;
	max-height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: contain;
	border: 0 !important;
	border-radius: 0 !important;
	transition: transform .12s ease;
}

.popover-user-profile .popover-badges-div img:hover,
.popover-user-profile .popover-badges-div img:focus {
	position: relative;
	z-index: 2;
	transform: scale(1.1);
}

.popover-user-profile .popover-profile-stats {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: flex-end;
	gap: 8px 16px !important;
	padding: 10px 14px !important;
	border-top: 1px solid rgba(255, 255, 255, .18);
	background: #0b0b0e !important;
}

.popover-user-profile .pop-profile-stat {
	display: inline-flex !important;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: flex-start;
	min-width: 48px;
	padding: 0 !important;
	color: inherit !important;
	line-height: 1.15;
	border: 0 !important;
	background: transparent !important;
}

.popover-user-profile .pop-profile-stat strong,
.popover-user-profile .pop-profile-stat > :first-child:not(span) {
	color: #fff;
	font-size: .84rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.popover-user-profile .pop-profile-stat span {
	margin-top: 2px;
	color: #d2cfd5;
	font-size: .65rem;
	font-weight: 600;
	line-height: 1.05;
	text-transform: none;
}

.popover-user-profile .pop-view_more {
	display: inline-flex;
	align-items: center;
	align-self: center;
	gap: 5px;
	min-height: 30px;
	margin-left: auto !important;
	padding: 0 2px !important;
	color: #e25a67 !important;
	font-size: .76rem;
	font-weight: 600;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.popover-user-profile .pop-view_more:hover,
.popover-user-profile .pop-view_more:focus {
	color: #fff !important;
	text-decoration: none;
	background: transparent !important;
}

@media (max-width: 575.98px) {
	.popover.obs-user-card {
		width: calc(100vw - 16px);
		max-width: calc(100vw - 16px) !important;
	}

	.popover-user-profile .pop-banner {
		height: 158px !important;
	}

	.popover-user-profile .popover-profile-identity {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 11px;
		margin-top: -66px !important;
		padding: 0 12px 8px !important;
		background: linear-gradient(to bottom, transparent 0, transparent 65px, #050506 66px, #050506 100%);
	}

	.popover-user-profile .popover-profile-identity .profile-pic-75-wrapper {
		width: 80px !important;
		height: 80px !important;
		border-width: 3px !important;
	}

	.popover-user-profile .popover-profile-identity .profile-pic-75,
	.popover-user-profile .popover-profile-identity .profile-pic-75-hat {
		width: 74px !important;
		height: 74px !important;
	}

	.popover-user-profile .popover-profile-identity > .text-truncate {
		padding-top: 70px !important;
	}

	.popover-user-profile .popover-bio-div {
		padding-inline: 12px !important;
	}

	.popover-user-profile .popover-badges-div {
		padding-inline: 12px !important;
	}

	.popover-user-profile .popover-badges-div img {
		width: 36px !important;
		height: 36px !important;
		max-width: 36px !important;
		max-height: 36px !important;
	}

	.popover-user-profile .popover-profile-stats {
		flex-wrap: wrap;
		gap: 9px 14px !important;
		padding: 10px 12px !important;
	}

	.popover-user-profile .pop-view_more {
		margin-left: auto !important;
	}
}
