.mrf-identity {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.035);
}

.mrf-identity__label {
	font-weight: 600;
}

.mrf-identity__clear {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.mrf-prefilled-field,
.mrf-prefilled-row,
.mrf-empty-profile-heading {
	display: none !important;
}

.mrf-referee-complete,
.mrf-referral-complete .mktoForm,
.mrf-referral-complete .marketo-form-success {
	display: none !important;
}

.mrf-referral-success {
	margin: 20px 0;
	padding: 1rem;
	border-left: 4px solid #46b450;
	background: #ecf7ed;
	color: #333;
}

.mrf-referral-success__message {
	margin: 0 0 0.5rem;
	font-weight: 600;
}

.mrf-referral-success__another {
	display: inline-block;
}

@media (max-width: 480px) {
	.mrf-identity {
		align-items: flex-start;
		flex-direction: column;
	}
}
