.header-container {
	padding: 8px 20px;
	display: flex;
	align-items: center;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

.logo-area {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.logo-img {
	height: 60px;
	width: auto;
	display: block;
}

.vertical-separator {
	width: 2px;
	height: 28px;
	background-color: #dcecf5;
	border-radius: 2px;
	margin: 0 15px;
}

.logo-text-section {
	display: flex;
	align-items: center;
	gap: 2px;
}

.icon-box {
	background-color: #e3002b;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
}

.icon-letter {
	color: white;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

.logo-text {
	color: white;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.5px;
}