.gff-footer .gff-logo-light{color:var(--gff-footer-logo-color,#fff)!important}.gff-footer-logo-image{display:block;width:auto;max-width:220px;height:auto;max-height:76px;object-fit:contain}.gff-footer .gff-logo.has-image-logo{display:inline-flex;width:max-content}.gff-social.has-labels{flex-wrap:wrap;gap:8px}.gff-social.has-labels a{display:inline-flex!important;width:auto!important;min-height:32px;height:auto!important;gap:7px;border-radius:18px!important;padding:5px 11px}.gff-social.has-labels a span{font-size:11px;font-weight:700}@media(max-width:650px){.gff-footer-logo-image{max-width:190px;max-height:66px}.gff-social.has-labels a span{font-size:14px}}

/* Supplied Golforfun identity: preserve the full transparent artwork. */
.gff-header .gff-brand-logo {
	display: inline-flex;
	flex: 0 0 auto;
	width: clamp(220px, 22vw, 285px);
	height: auto;
	line-height: 0;
}

.gff-header .gff-header-logo-image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 82px;
	object-fit: contain;
	object-position: left center;
}

.gff-footer .gff-footer-logo-image {
	display: block;
	width: min(100%, 250px);
	height: auto;
	max-height: none;
	object-fit: contain;
	object-position: left center;
}

@media (max-width: 900px) {
	.gff-header .gff-brand-logo {
		width: min(218px, calc(100vw - 94px));
	}

	.gff-header .gff-header-logo-image {
		max-height: 63px;
	}
}

@media (max-width: 650px) {
	.gff-footer .gff-footer-logo-image {
		width: min(100%, 225px);
		max-width: 225px;
		max-height: none;
	}
}
