
.no-results-box {
    position: relative;
    border-radius: 3px;
}
.no-results-box strong {
    display: block;
    font-weight: 700;
}

.some-results-box h4{
    font-size: 2.8rem;
}
.some-results-box .message_label{
    margin-bottom: 1.8rem;
}
.some-results-box {
    position: relative;
    margin-top: 4.5rem;
    margin-bottom: 3.5rem;
}
.some-results-box strong {
    font-size: 2.6rem;
    display: block;
    font-weight: 700;
}


/* ------------------------------------------------------------ *\
	Banner alt
\* ------------------------------------------------------------ */
.no-result-banner:not(.hidden){
    margin-top: 1.5rem;
}
.no-result-banner {
    background: rgba(255, 198, 50, 0.12);
    border-radius: 0.8rem;
    border-style: solid;
    border-color: #FFC632;
    border-width: 0.1rem 0.1rem 0.1rem 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.1rem 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .no-result-banner {
        padding: 1.4rem 1.2rem;
    }
}
@media (max-width: 374px) {
    .no-result-banner {
        padding: 1rem 0.8rem;
    }
}
.no-result-banner .banner__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .no-result-banner .banner__content {
        margin-right: 1rem;
    }
}
.no-result-banner .banner__content-icon {
    color: #333333;
    display: inline-flex;
    line-height: 1;
    margin: 0.3rem 1.5rem 0 0;
    align-self: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .no-result-banner .banner__content-icon {
        margin-top: 0.8rem;
    }
}
@media (max-width: 374px) {
    .no-result-banner .banner__content-icon {
        margin-right: 0.8rem;
    }
}
.no-result-banner .banner__content-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    font-size: 1.4rem;
    line-height: 1.71;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .no-result-banner .banner__content-text {
        line-height: 1.29;
    }
}
.no-result-banner .banner__content-text h6 {
    margin-bottom: 0.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .no-result-banner .banner__content-text h6 {
        font-size: 1.4rem;
        line-height: 1.29;
        margin-bottom: 1rem;
    }
}
.no-result-banner .banner__close {
    color: #727577;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.7rem 1.1rem 0 0;
    position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .no-result-banner .banner__close {
        margin: 1.2rem 0.3rem 0 0;
    }
}
@media (max-width: 374px) {
    .no-result-banner .banner__close {
        margin: 0.5rem 0 0 0;
    }
}
.no-result-banner .banner__close:focus-visible:before {
    opacity: 1;
    visibility: visible;
}
.no-result-banner .banner__close:before {
    content: "";
    position: absolute;
    top: -0.5rem;
    bottom: -0.5rem;
    right: -0.5rem;
    left: -0.5rem;
    border: 0.2rem solid currentColor;
    opacity: 0;
    border-radius: 50%;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}
/*  Banner alt secondary  */
.banner-alt--secondary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left-width: 0.1rem;
    padding: 1.6rem 2.1rem 1.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .banner-alt--secondary {
        padding: 0.7rem 1.5rem 1rem;
    }
}
.banner-alt--secondary .banner__content {
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner-alt--secondary .banner__content-icon {
    margin: 0 2.6rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .banner-alt--secondary .banner__content-icon {
        margin-right: 1.5rem;
    }
}
.banner-alt--secondary .banner__content-text {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
    padding-top: 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .banner-alt--secondary .banner__content-text {
        font-size: 1.4rem;
        line-height: 1.64;
    }
}

.section-info .no-result-banner {
    margin-bottom: 2.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .no-result-banner {
        margin-bottom: 1.5rem;
    }
}
.section-info .section__banner-alt--size1 {
    margin-bottom: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-info .section__banner-alt--size1 {
        margin-bottom: 1.9rem;
    }
}

a.banner__close{
    color: #727577;
}
a.banner__close:hover {
    color: #006EB8;
}
/*See more link*/
.expanded-results-link-container {
    padding-top: 4rem;
    padding-bottom: 0;
    text-align: center;
}
.expanded-results-link-container .lnk {
    font-size: 16px;
    font-weight: bold;
    /*color: #CE4C0E;*/
}

.vin-error.no-result-banner .no-result-message{
    font-size: 1.6rem;
    @media (min-width: 768px) {
        line-height: 20px;
    }
}
.vin-error.no-result-banner .no-result-title{
    font-size: 2rem;
}
.vin-error.no-result-banner {
    margin: 10rem auto;
    width: fit-content;
    max-width: 60rem;
}

.orig-sticker-fr-warning.no-result-banner:not(.hidden){
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    @media (min-width: 1025px)  and (max-width: 1200px) {
        margin-top: 8rem;
    }
    @media (max-width: 1024px){
        margin-top: 0;
    }
}
.ws-no-result-frag {
    display: flex;
    row-gap: 2.2rem;
    column-gap: 6.7rem;
    @media (max-width: 1024px) {
        flex-wrap: wrap;
    }
}
.orig-sticker-fr-warning .ws-no-result-frag p{
    margin-bottom: 0;
    max-width: 76.7rem;
    flex: 1 1 60%
}
.ws-google-button {
    flex: 1 1 40%
}
