/* The complete wordmark is an outlined SVG so it renders identically everywhere. */
.site-header .brand {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	padding: 0;
	line-height: 0;
}

.site-header .brand::before {
	display: none;
}

.brand-logo {
	display: block;
	width: 128px;
	height: auto;
}

@media (max-width: 620px) {
	.brand-logo {
		width: 112px;
	}
}