/*
 * Primus Energy header refinements.
 * The supplied logo is a horizontal lockup on an opaque square SVG canvas.
 * object-fit crops only the excess canvas while preserving the artwork ratio.
 */
.site-header .site-branding a.brand.has-logo-image {
	display: block;
	width: 140px;
	height: 60px;
	overflow: hidden;
	background: #fefdfE;
	border-radius: 4px;
}

.site-header .site-branding a.brand img.svg-logo-image {
	display: block;
	width: 140px !important;
	max-width: none;
	height: 60px;
	object-fit: cover;
	object-position: 50% 46%;
}

#masthead a:focus-visible,
#masthead button:focus-visible,
#mobile-drawer a:focus-visible,
#mobile-drawer button:focus-visible {
	outline: 3px solid #f5821f;
	outline-offset: 3px;
	border-radius: 2px;
}

@media (max-width: 1024px) {
	.site-header .site-branding a.brand.has-logo-image,
	.site-header .site-branding a.brand img.svg-logo-image {
		width: 128px;
		height: 55px;
	}
}

@media (max-width: 767px) {
	.site-header .site-branding a.brand.has-logo-image,
	.site-header .site-branding a.brand img.svg-logo-image {
		width: 120px;
		height: 52px;
	}
}
