/* Site-wide linked Sitemaster credit, isolated from the active theme. */
.coffsaero-sitemaster,
.coffsaero-sitemaster * {
	box-sizing: border-box;
}

.coffsaero-sitemaster {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0c1821;
	color: #d7e1e5;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.coffsaero-sitemaster__link {
	min-height: 58px;
	padding: 8px 16px;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	border-radius: 8px;
	color: #d7e1e5 !important;
	text-decoration: none !important;
}

.coffsaero-sitemaster__link:hover {
	background: rgba(255, 255, 255, .055);
	color: #fff !important;
}

.coffsaero-sitemaster__link:focus-visible {
	outline: 3px solid #f5b700;
	outline-offset: 3px;
}

.coffsaero-sitemaster__label {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .04em;
	white-space: nowrap;
}

.coffsaero-sitemaster__logo {
	width: 190px;
	height: auto;
	display: block;
}

@media (max-width: 480px) {
	.coffsaero-sitemaster { height: 92px; }
	.coffsaero-sitemaster__link { gap: 10px; }
	.coffsaero-sitemaster__logo { width: 155px; }
}

@media (prefers-reduced-motion: reduce) {
	.coffsaero-sitemaster__link { transition: none; }
}
