/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2026 | 00:34:47 */
/* Add your CSS code here.

/* Zmenšenie nadpisu auta */
.auto-listings-items.grid-view li .summary h3.title,
.auto-listings-items.grid-view li .summary h3.title a {
    font-size: 18px !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    display: block !important;
    line-height: 1.3 !important;
}

/* Skrytie políčka State, Zip, Town */
.auto-listings-search .row.area-wrap {
    display: none !important;
}