/*
 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
*/


.job-cover img {
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.job-tagline {
    font-style: italic;
    color: #555;
}

.dynamic-counter {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    text-align: center;
}


.reach-counter-box {
    text-align: center;
    padding: 20px;
    max-width: 250px;
    margin: 0 auto;
}

.reach-icon img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}

.reach-count {
    font-size: 48px;
    font-weight: bold;
    color: #222;
    margin-bottom: 5px;
}

.reach-label {
    font-size: 16px;
    color: #666;
}

