/*
 Theme Name:   Welcome Child
 Theme URI:    https://wdtwelcome.wpengine.com/
 Description:  Welcome Child Theme
 Author:       the Welcome team
 Author URI:   https://wedesignthemes.com/
 Template:     welcome
 Version:      1.0.0
 Tested up to: 6.6
 Requires PHP: 7.4
 Text Domain:  welcome-child
 Tags: Blog,Portfolio
 License: GNU General Public License v2 or later License URI: https: //www.gnu.org/licenses/gpl-2.0.html
 Copyright (C) 2024 buddhathemes. All rights reserved.
*/

/* Custom styling for portfolio filter count numbers */
div[class*="-apply-isotope"] div[class*="-isotope-filter"] a span {
    font-size: 0.95em; /* Make the count smaller */
    vertical-align: super; /* Position it as superscript */
    margin-left: 4px; /* Small space between text and count */
    opacity: 0.7; /* Make it slightly transparent for subtlety */
    font-weight: normal; /* Ensure it's not too bold */
    line-height: 1; /* Tighter line height */
	color: red;
	font-weight:500;
}