.motex-listing-card {
    display: block;
    overflow: hidden;
    height: 100%;
    background: #fff;
    border: 1px solid #e8eef8;
    border-radius: 8px;
    box-shadow: 0 5px 14px rgba(31, 43, 72, .06);
    color: inherit;
    text-decoration: none;
}

.motex-listing-card:hover { color: inherit; }

.motex-listing-card__image {
    position: relative;
    height: 180px;
    overflow: hidden;
    background: #eee;
}

.motex-listing-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.motex-listing-card__price {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 55%;
    height: 24%;
    padding: 3px 7px 3px 20px;
    background: #fff;
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
    color: #000;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.motex-listing-card__sold {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 3px 7px;
    border-radius: 5px;
    background: #d62828;
    color: #fff;
    font-size: 11px;
    line-height: 1.3;
}

.motex-listing-card__body { padding: 8px; }

.motex-listing-card__title {
    display: block;
    overflow: hidden;
    margin: 0 0 6px;
    color: #1f2b48;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.motex-listing-card__features {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 5px 6px;
}

.motex-listing-card__feature {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 3px;
    color: #61666e;
    font-size: 9px;
    line-height: 1.2;
}

.motex-listing-card__feature i { flex: none; font-size: 11px; }
.motex-listing-card__feature span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

#serviceSlider2 .swiper-slide { height: auto; }
