/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com
Template: smart-mag
Author: Mehul Maheriya
Author URI: https://www.knocktoweb.com
Description: Child theme for SmartMag theme, Designed by Mehul Maheriya
Version: 10.2.1.1746436079
Updated: 2025-05-05 09:07:59

*/

.the-subcat-tags:last-child {
    margin-bottom: -10px;
}
.the-subcat-tags
 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    font-family: var(--ui-font);
}
.the-subcat-tags a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 0 10px;
    background: var(--c-contrast-50);
    color: var(--c-contrast-400);
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 28px;
    border-radius: 2px;
}