.unaerp_site_name {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	flex-wrap: nowrap;
}

.unaerp_logo {
	display: inline-flex;
	flex: 0 0 130px;
	align-items: center;
	justify-content: flex-start;
	min-width: 130px;
}

.unaerp_logo img {
	display: block;
	width: 130px !important;
	min-width: 130px !important;
	max-width: 130px !important;
	height: auto !important;
	max-height: none !important;
}

.unaerp_site_title_text {
	display: block;
	flex: 0 1 980px;
	max-width: 980px;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.15;
	text-decoration: none;
	text-transform: none;
	white-space: normal !important;
	word-break: normal;
	overflow-wrap: break-word;
}

.unaerp_site_title_text:hover,
.unaerp_site_title_text:focus {
	color: #ffffff !important;
	text-decoration: none;
}

@media all and (max-width: 991px) {
	.unaerp_site_name {
		gap: 12px;
		align-items: flex-start;
	}

	.unaerp_logo {
		flex: 0 0 105px;
		min-width: 105px;
	}

	.unaerp_logo img {
		width: 105px !important;
		min-width: 105px !important;
		max-width: 105px !important;
	}

	.unaerp_site_title_text {
		font-size: 18px;
		line-height: 1.2;
		max-width: none;
	}
}

