.lspd-altaccount-badge {
	display: block;
	width: max-content;
	margin: 6px auto 0;
	padding: 3px 7px;
	background: #dfe8ee;
	border-left: 3px solid #315c79;
	color: #1d3342;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.lspd-altaccount-profile {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid #b8c1c7;
}
.lspd-altaccount-profile .lspd-altaccount-badge{box-sizing:border-box;margin-top:10px;max-width:100%;width:100%;text-align:left;text-transform:none}

.lspd-altaccount-profile span {
	display: block;
	margin: 0 0 5px;
	line-height: 1.4;
}

.lspd-altaccount-profile a {
	font-weight: 700;
}

.postprofile:has(.lspd-altaccount-badge) .profile-contact {
	display: none;
}

html[data-theme="dark"] .lspd-altaccount-badge {
	background: #223644;
	border-left-color: #79a6c4;
	color: #f4f7f9;
}

html[data-theme="dark"] .lspd-altaccount-profile {
	border-top-color: #47545d;
}
