/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/

.car-item-container .car-item-img {
    display: none;
}

.lf-type-2 .lf-item{
    height: 185px !important
}

.descriere-listing {
    margin-top: 15px;
    line-height: 1.2rem;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: break-spaces;
}
.ad-badge {
    position: absolute !important;
    top: -6px  !important;
    right: -40px !important;
    transform: rotate(23deg);
    background: #ffc161 !important;
    width: 150px !important;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 28px !important;
    color: #b66f30 !important;
    font-weight: bold !important;
    font-size: 12px !important;
}