.app-u-white-background {
    background-color:white;
    padding:1rem;
} 

.NHSMobileHeader {
    background-color:#0072CE;
    padding:5px;
    display:none;
    margin-bottom:1rem;
}
@media only screen and (max-width: 600px) {
    .NHSMobileHeader {
    display:block;
    }
}

    .NHSMobileBanner {
    display:block;
    }


@media only screen and (max-width: 600px) {
    .NHSMobileBanner {
    display:none;
    }
}
.app-search-results-category {
    color: #4c6272;
    display: block;
    font-size: 14px;
}

@media (min-width: 40.0625em){
    .app-search-results-item {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.45455;
}
}
.app-search-results-item{
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
    font-weight: 600;
    text-decoration: none;
}