/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */




/* Global category label style */
.wppsac-post-categories .wppsac-post-categories-list li a {
    background-color: #3f6edc !important; /* brand blue */
    color: #000000 !important; /* black text */
    padding: 6px 14px;
    border-radius: 20px; /* makes pill-style, optional */
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Hover effect */
.wppsac-post-categories .wppsac-post-categories-list li a:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #3f6edc;
}
