#chc2-premium-header .mcc-header-brand {
	display: flex;
	align-items: center;
	min-width: 0;
	height: 100%;
}

#chc2-premium-header .mcc-header-brand .chc2-header-logo {
	flex: 0 0 auto;
	width: auto;
	height: 100%;
}

#chc2-premium-header .mcc-header-phone {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	margin-left: 17px;
	padding: 0 0 0 17px;
	border-left: 1px solid rgba(12, 55, 102, 0.24);
	color: #0b376c;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.01em;
	text-decoration: none;
	white-space: nowrap;
	transition: color 160ms ease;
}

#chc2-premium-header .mcc-header-phone:hover,
#chc2-premium-header .mcc-header-phone:focus-visible {
	color: #b27618;
	text-decoration: none;
}

#chc2-premium-header .mcc-header-phone:focus-visible {
	border-radius: 5px;
	outline: 2px solid #b27618;
	outline-offset: 4px;
}

@media (max-width: 1180px) {
	#chc2-premium-header .mcc-header-phone {
		margin-left: 11px;
		padding-left: 11px;
		font-size: 13px;
	}
}

@media (max-width: 640px) {
	#chc2-premium-header .mcc-header-phone {
		min-height: 32px;
		margin-left: 8px;
		padding-left: 8px;
		font-size: 12px;
		letter-spacing: 0;
	}
}

@media (max-width: 370px) {
	#chc2-premium-header .mcc-header-phone {
		margin-left: 6px;
		padding-left: 6px;
		font-size: 11px;
	}
}
