.eisync-shared-header {
	position: relative;
	z-index: 50;
	height: 64px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	background: #fff;
}

.eisync-shared-container {
	width: min(calc(100% - 48px), 1152px);
	margin-inline: auto;
}

.eisync-shared-header .eisync-shared-container {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.eisync-shared-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.eisync-shared-logo {
	display: block;
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 48px;
	object-fit: contain;
}

.eisync-shared-wordmark {
	color: #434343;
	font: 700 18px/1 Barlow, Arial, sans-serif;
}

.eisync-shared-wordmark small {
	color: #ee7f1b;
	font-size: 14px;
	font-weight: 400;
}

.eisync-shared-footer {
	padding: 30px 0;
	background: #2a2a2a;
	color: rgba(255, 255, 255, .45);
	font: 400 12px/1.5 Barlow, Arial, sans-serif;
}

.eisync-shared-footer .eisync-shared-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

@media (max-width: 600px) {
	.eisync-shared-header { height: 60px; }
	.eisync-shared-container { width: min(calc(100% - 32px), 1152px); }
	.eisync-shared-logo { max-width: 180px; max-height: 43px; }
	.eisync-shared-footer .eisync-shared-container { flex-direction: column; text-align: center; }
}
