@import url("/css/franchises/shared.css");

/* Optional font-family imports from centrally managed resources on Sirv */

.auto-exchange {

    /* Set franchise-specifc button colours */
    --franchise-primary: #00ADEF;

}

.auto-exchange .hero .used-car-search {
    position: relative !important;
    top: auto !important;
    transform: translateY(0%) !important;
    padding: 0 !important;
}

.auto-exchange .hero .used-car-search .tinysearch .hs-toggle {
    display: block;
}

.auto-exchange .hero .used-car-search .tinysearch .hs-price {
    display: none;
}

.auto-exchange .hero .used-car-search .tinysearch #ae-new-cars {
    display: block;
}

.auto-exchange .hero .used-car-search .search-bg {
    max-width: 100% !important;
    background-color: var(--bs-surface-dark) !important;
}

.auto-exchange .hero .last-viewed {
    width: 100%;
    max-width: 100% !important;
}
