.vehicle-card-wrapper,
.vehicle-card-wrapper:hover {
    text-decoration: none;
    color: black;
}

span.neo-favorite {
    color: #7fe5ff;
}

.favorite-icon {
    font-size: 20px;
}

.vehicle-item-card {
    height: 456px;
}

    .vehicle-item-card .favorite-icon {
        top: 15px;
        right: 15px;
    }

.vehicle-card {
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    /*margin: 8px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .vehicle-card img {
        width: 100%;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

.vehicle-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .vehicle-card-content .text-secondary {
        font-size: 12px;
        color: #666 !important;
        margin-bottom: 9px;
    }

    .vehicle-card-content .favorite-icon {
        font-size: 1.25rem;
    }

/* .vehicle-card-content .font-normal {
        font-size: 15px;
    } */

.vehicle-badge {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.first-owner-badge {
    padding: 2px 12px;
    border-radius: 4px;
    background-color: #f7f7fc;
    font-size: 12px;
    font-weight: normal;
}

.reserved-badge {
    padding: 2px 12px;
    border-radius: 4px;
    background-color: #f9c;
    font-size: 12px;
    font-weight: normal;
}

.discount-badge {
    padding: 2px 12px;
    border-radius: 4px;
    background-color: #ffd69e;
    font-size: 12px;
    font-weight: normal;
}

.new-badge {
    padding: 2px 12px;
    border-radius: 4px;
    background-color: #90F0C8;
    font-size: 12px;
    font-weight: normal;
}

.compare-btn {
    margin-left: 5px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #vehicleCards [class*="col-"] {
        width: 33.33%;
    }
}

.promo-card-desc {
    font-size: 14px;
}

    .promo-card-desc p {
        padding-bottom: 0px;
    }

.vehicle-type-desc {
    text-wrap: nowrap;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
}

.custom-tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    pointer-events: none;
}

@media (max-width: 767px) {
    .vehicle-item-card {
        /* max-height: 503px; */
        height: fit-content;
    }
}

.compare-btn {
    font-size: 1.5rem;
}

.ellipsis-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-image-wrapper {
    position: relative;
}

.promo-badge-img {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 5px;
    border-radius: 50% !important;
}
