@import url("../styles.css");

.profile-completion-banner {
	margin: 0 0 20px;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid rgba(218, 37, 29, 0.22);
	background: linear-gradient(135deg, rgba(218, 37, 29, 0.08), rgba(253, 233, 16, 0.1));
	color: #7f1d1d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.profile-completion-banner a {
	color: var(--color-reddrix-green);
	text-decoration: underline;
	font-weight: 900;
}
