/* Category Tabs (mx-cats-list) — Karofi V2
 * Source: class-vertical-menu.php — title_with_cat_shortcode()
 * Loaded globally (shortcode usable on any page)
 */

ul.mx-cats-list {
    list-style: none; margin: 0; display: flex;
    border: 1px solid #f3f3f3; border-bottom: 0; font-size: 13px;
}
.home ul.mx-cats-list { border-right: 0; }
li.mx-cats-item {
    margin: 0 !important; flex: 1; text-align: center;
    display: flex; justify-content: center; align-items: center;
    min-height: 40px; border-right: 1px solid #f3f3f3; cursor: pointer;
}
li.mx-cats-item:last-child { border-right: none; }
li.mx-cats-item.active {
    background: #cf1717; color: #fff; font-weight: 600; border-color: #cf1717;
}
