.lender-warning{
	display: flex;
	gap: 20px;
	align-items: center;
	font-size: 14px;
	line-height: 1.3;
	background-color: #FFF;
	padding: 15px;
	border-radius: 12px;
}

.lender-warning a{
	color: var(--navbar-bg, #315179);
	text-decoration: none;
}

.lender-warning a:hover{
	text-decoration: underline;
}

.lender-warning .warning-img{
	flex-shrink: 0;
	background-image: url(../../img/warning.svg);
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}