.motors-elementor-inventory-search-results#listings-result .listing-list-loop .image {
    max-width: 280px;
}

@media (max-width: 768px) {
    .motors-elementor-inventory-search-results#listings-result .listing-list-loop .image {
        max-width: 100%;
        margin-right: 0;
    }
}

.motors-elementor-inventory-search-results#listings-result ul.page-numbers {
    display: block;
    position: relative;
    margin-top: 10px;
    padding: 0 60px 0;
    border-top: none;
    text-align: center;
}

.motors-elementor-inventory-search-results#listings-result ul.page-numbers li {
    display: inline-block;
    margin-bottom: 0;
}

.motors-elementor-inventory-search-results#listings-result ul.page-numbers li > a {
    display: block;
    width: 34px;
    height: 35px;
    margin: 0 8px;
    padding: 0;
    background-color: #6c98e1;
    color: #fff;
    border-top: none;
    border-radius: 3px;
    line-height: 35px;
    text-decoration: none !important;
}

.motors-elementor-inventory-search-results#listings-result ul.page-numbers li > span {
    display: block;
    width: 34px;
    height: 35px;
    margin: 0 8px;
    padding: 0;
    background-color: #dddddd;
    color: #fff;
    border-top: none;
    border-radius: 3px;
    line-height: 35px;
}

.motors-elementor-inventory-search-results#listings-result ul.page-numbers li .prev, .motors-elementor-inventory-search-results#listings-result ul.page-numbers li .next {
    width: 54px;
    height: 35px;
    font-size: 20px;
    border-radius: 3px;
    margin: 0;
}

.motors-elementor-inventory-search-results#listings-result ul.page-numbers li .prev {
    position: absolute;
    left: 0;
    top: 0;
}

.motors-elementor-inventory-search-results#listings-result ul.page-numbers li .next {
    position: absolute;
    right: 0;
    top: 0;
}

.motors-elementor-inventory-search-results#listings-result .rmv_txt_drctn:hover .image:before {
    opacity: 0;
}