.mobile-banner {
        text-align: center;
}

.page-banner--wrapper {
    display: none;
}

.predictive-search__inputs-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mobile-banner__title {
    margin: 2rem 0;
}

.mobile-banner .page-banner__breadcrumb {
    margin: 2rem 0;
}

@media screen and (min-width: 48rem) {
    .body.search-page .breadcrumb__list {
        justify-content: left;
    }
    
    .mobile-banner {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    
    .mobile-banner .page-banner__breadcrumb {
        display: none;
    }
    
    .page-banner--wrapper {
        display: block;
    }
    
    .predictive-search__inputs-label {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
        border: none;
    }
}

.page-banner__body .page-banner__title,
.page-banner__body p {
    background-color: white;
}