/**
 * Original subheader styles restored from bundle.min.css
 * This preserves the exact original appearance
 */

.subhead {
    padding-top: .5rem;
    padding-bottom: .75rem;
    background: #fff;
}

.header__inner {
    padding-left: 4%;
    padding-right: 4%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 576px) {
    .header__inner {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .header__inner {
        margin: 0 160px 0 auto;
    }
}

.header__title {
    display: block;
    z-index: 1;
    text-align: center;
    top: 0;
    left: 0;
    margin: 0 auto;
    max-width: 900px;
}

.header__title__main {
    font-size: 38px;
    text-decoration: none;
    line-height: 1.1;
    margin: 0 0 8px 0;
    font-weight: 500;
    color: #1a1c1d;
    clear: none;
}

.header__title__sub {
    text-decoration: none;
    color: #7a003c;
    font-family: Arial, sans-serif;
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    clear: none;
    margin-bottom: 0;
}

/* Responsive adjustments from original */
@media (max-width: 768px) {
    .header__title {
        position: static;
        clear: both;
        width: 100%;
        padding-top: 16px;
    }
    
    .mcmaster-header__header-title {
        margin-bottom: 0;
    }
    
    .header__inner {
        padding-left: 4%;
        padding-right: 4%;
    }
}

/* Ensure subheader is visible */
#mcmaster-subheader {
    visibility: visible !important;
    opacity: 1 !important;
}
