/* NHA Lender Branding — front end
   How a lender's name looks when we show text instead of a logo. */

.nha-lender-name {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	box-sizing: border-box;
}

.nha-lender-name.drawer {
	font-size: 20px;
}
