@media screen and (min-width: 575px) {
    .typeahead__result {
        position: absolute;
        width: calc(100% - 60px);
        left: 15px;
        top: 58px;
    }
}

@media screen and (max-width: 575px) {
    .typeahead__result {
        position: fixed;
        top: 75px;
        left: 10px;
        width: calc(100% - 55px);
    }
}

.pxp-is-sticky .typeahead__result {
    border-top: solid 1px var(--pxplightgraycolor);
}

.typeahead__list {
    padding: 0;
    border: 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    width: 100%;
    background-color: var(--bs-body-bg);
}

.typeahead__custom__offerTitle {
    display: block;
    color: var(--pxptextcolor);
    font-weight: 700;
}

.typeahead__custom__offerInfo {
    font-size: 14px;
    display: block;
}