.popover-user-profile .popover-profile-stats {
	display: flex !important;
	align-items: center !important;
	gap: 18px !important;
	min-height: 42px !important;
	padding: 9px 14px !important;
	border-top: 1px solid rgba(255, 255, 255, .22) !important;
	background: #11151d !important;
	white-space: nowrap;
}

.popover-user-profile .pop-profile-stat {
	display: inline-flex !important;
	flex: 0 0 auto !important;
	flex-direction: row !important;
	align-items: baseline !important;
	gap: 4px !important;
	min-width: 0 !important;
	width: auto !important;
	padding: 0 !important;
	font-family: "Arial Nova", "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif !important;
	font-size: .78rem !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	letter-spacing: .005em !important;
	text-decoration: none !important;
	border: 0 !important;
	background: transparent !important;
	white-space: nowrap !important;
}

.popover-user-profile .pop-profile-stat strong,
.popover-user-profile .pop-profile-stat span {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
	white-space: nowrap !important;
}

.popover-user-profile .pop-profile-stat strong {
	font-weight: 750 !important;
	font-variant-numeric: tabular-nums;
}

.popover-user-profile .pop-profile-stat span {
	font-weight: 500 !important;
}

.popover-user-profile .pop-profile-stat:nth-child(1),
.popover-user-profile .pop-profile-stat:nth-child(2),
.popover-user-profile .pop-profile-stat:nth-child(1) strong,
.popover-user-profile .pop-profile-stat:nth-child(2) strong,
.popover-user-profile .pop-profile-stat:nth-child(1) span,
.popover-user-profile .pop-profile-stat:nth-child(2) span {
	color: #eb4d68 !important;
}

.popover-user-profile .pop-profile-stat:nth-child(3),
.popover-user-profile .pop-profile-stat:nth-child(4),
.popover-user-profile .pop-profile-stat:nth-child(3) strong,
.popover-user-profile .pop-profile-stat:nth-child(4) strong,
.popover-user-profile .pop-profile-stat:nth-child(3) span,
.popover-user-profile .pop-profile-stat:nth-child(4) span {
	color: #c7ccd5 !important;
}

.popover-user-profile .pop-view_more {
	display: inline-flex !important;
	align-items: center !important;
	gap: 5px !important;
	grid-column: auto !important;
	grid-row: auto !important;
	margin: 0 0 0 auto !important;
	padding: 0 !important;
	font-family: "Arial Nova", "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif !important;
	font-size: .78rem !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	letter-spacing: .005em !important;
	color: #eb4d68 !important;
	white-space: nowrap !important;
}

.popover-user-profile .pop-view_more:hover,
.popover-user-profile .pop-view_more:focus {
	color: #ff7189 !important;
}

@media (max-width: 575.98px) {
	.popover-user-profile .popover-profile-stats {
		flex-wrap: wrap !important;
		gap: 8px 14px !important;
		padding: 9px 12px !important;
		white-space: normal;
	}

	.popover-user-profile .pop-profile-stat {
		font-size: .74rem !important;
	}

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