/*
 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
*/
/* 🔥 FORCE WHITE BACKGROUND – MyListing Hero Quick Search */
.dark-forms.header-search.search-shortcode {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 10px !important;
    box-shadow: 0 8px 22px rgba(0,0,0,0.2) !important;
}

/* Input field */
.dark-forms.header-search.search-shortcode input[type="search"] {
    background: transparent !important;
    color: #000000 !important;
    font-size: 18px !important;
}

/* Placeholder text */
.dark-forms.header-search.search-shortcode input::placeholder {
    color: #666666 !important;
}

/* Remove dark overlay effects */
.dark-forms.header-search.search-shortcode .search-icon {
    color: #666666 !important;
}
/* 📱 FIX: Mobile placeholder disappearing – MyListing */
@media (max-width: 768px) {
    .dark-forms.header-search.search-shortcode input[type="search"] {
        color: #000000 !important;
        opacity: 1 !important;
        -webkit-text-fill-color: #000000 !important;
    }

    .dark-forms.header-search.search-shortcode input::placeholder {
        color: #666666 !important;
        opacity: 1 !important;
        font-size: 16px !important;
        text-align: center;
    }
}
