
/* Hide duplicate logo in navigation - keep only image */
.site-header .site-branding-text {
    display: none !important;
}

.site-header .custom-logo-link {
    display: block !important;
}

/* Or if you want to hide the image and keep text: */
.site-header .custom-logo-link {
    display: none !important;
}
.site-header .site-branding-text {
    display: block !important;
    color: #333 !important;
}
