/* Ensure the Y&I logo appears correctly on services pages */
.header-logo {
    background-image: none !important;
    background-color: transparent !important;
}

.header-logo a {
    display: block !important;
    background: transparent !important;
    text-decoration: none !important;
}

.header-logo a img {
    max-height: 60px !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Hide any remaining text */
.header-logo a div, 
.header-logo a span,
.header-logo a:before,
.header-logo a:after,
.logo-placeholder {
    display: none !important;
    visibility: hidden !important;
    font-size: 0 !important;
    color: transparent !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
