/*
 * Theme Name: Listify
 * Theme URI: https://astoundify.com/products/listify/
 * Author: Astoundify
 * Author URI: https://astoundify.com/
 * Description: The last directory theme you will ever buy.
 * Version: 3.2.8
 * License: GNU General Public License v3 or later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: listify
 * Domain Path: /languages
 * Tags: white, two-columns, one-column, right-sidebar, left-sidebar, responsive-layout, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready
 */

/**
 * Do not add styles to this file.
 *
 * 1. Create a child theme: http://listify.astoundify.com/article/280-creating-a-child-theme
 * 2. Add your styles to your child theme's style.css file
 *
 * This file is not loaded on your website and no styles will be applied.
 */

/* =========================================================================
 * ZONARO Select2 fix — dropdown categorii/etichete (text complet)
 * NOTĂ: Listify NU încarcă acest style.css pe frontend (vezi nota de mai sus),
 * de aceea aceleași reguli sunt și enqueue-uite în HEAD via functions.php
 * (funcția zonaro_select2_fix_css). Le păstrăm și aici pentru referință / child theme.
 * ========================================================================= */
.gd-add-listing-page .select2-container,
.gd-add-listing-page .select2-container--default,
body.page .select2-container {
    width: 100% !important;
    min-width: 200px !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single {
    width: 100% !important;
    min-width: 200px !important;
    height: auto !important;
    min-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow: visible !important;
    text-overflow: unset !important;
    width: 100% !important;
    line-height: 1.4 !important;
    padding: 8px 30px 8px 10px !important;
}
.select2-dropdown {
    min-width: 300px !important;
    width: auto !important;
}
.select2-results__option {
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
}
