.elementor-18249 .elementor-element.elementor-element-d19a741 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18249 .elementor-element.elementor-element-d19a741 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for vehica_search_listing_general_widget, class: .elementor-element-3e07ab1 *//* Professional card styling */
.vehica-car-card.vehica-car-card-v2 {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    background: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: all 0.2s;
}

.vehica-car-card.vehica-car-card-v2:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.vehica-car-card__image img {
    width: 100%;
    height: auto;
    display: block;
}

.vehica-car-card__content {
    padding: 16px;
}

/* Price styling */
.vehica-car-card__price div:first-child {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.vehica-car-card__price div:last-child {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

/* Make It Yours button */
.make-yours-btn {
    display: inline-block;
    background: #0066CC;
    color: white;
    padding: 12px 35px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: none;
    transition: all 0.2s;
    box-shadow: 0 2px 5px rgba(0,102,204,0.2);
}

.make-yours-btn:hover {
    background: #0052a3;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,102,204,0.3);
    color: white;
}



.vehica-car-card-v2 .vehica-car-card__price {
    color: #0f141e;
    font-family: 'Oswald';
}


.vehica-car-card__inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #222732;
    border-radius: 10px;
    visibility: visible;
    height: 100%;
    font-family: 'Oswald';
}/* End custom CSS */