/* Hide only header text next to logo - show only logo image */
.harbor-title,
.brand-text,
.title-text,
app-harbor-shell .global-nav-logo span,
.global-nav-logo-text,
header .title,
.branding .title,
.branding span.title {
    display: none !important;
    visibility: hidden !important;
}

/* Keep only logo visible */
.global-nav-logo img,
.brand-logo img,
.logo img,
.headerLogo {
    display: block !important;
    visibility: visible !important;
}

/* Make branding container fill available space */
.branding {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.branding a {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

/* Medium logo size */
.headerLogo,
.global-nav-logo img,
.brand-logo img,
header img,
.logo img {
    max-height: 80px !important;
    height: 80px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
}

/* Adjust header height for logo */
header,
.global-nav {
    min-height: 90px !important;
}

/* Hide "All Scanners" link in scanner info alert */
clr-alert[clralertapplevel] .alert-actions {
    display: none !important;
}

/* Hide empty HELP_INFO_2 link */
clr-alert[clralertapplevel] .alert-text a[href*="scanner"] {
    display: none !important;
}
