/*
 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
*/
/* --- Μείωση πλάτους/απόστασης στα Explore Tabs --- */

/* Desktop (πάνω από 768px) */
.explore-head .explore-types > div > a {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px !important;
}

/* Mobile (κάτω από 768px) */
@media only screen and (max-width: 768px) {
    .explore-head .explore-types > div > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 12px !important;
    }
}
