/* ===================================================================================

* Theme Name: Artima Child
*Theme URI: https://wp.rrdevs.net/artima/
* Author: RRdevs
* Author URI: https://themeforest.net/user/rrdevs
Description: Artima – Modern Architecture & Interior WordPress Theme
* Version: 1.0.0
* Template: artima
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.main-menu-3 ul li > a {
    padding: 16px 0;
}
.main-menu-3 ul li {
    margin-left: 20px;
}

.blog-3__meta li a{
color: #080a0b;
}

.blog-3__content h4 a{
color: #080a0b;
}



.category-filter-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;   /* ✅ allow items to wrap instead of breaking */
    gap: 15px;
}
.category-filter-list li a {
    text-decoration: none;
    padding: 6px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #333;
    transition: 0.3s;
}
.category-filter-list li a.active,
.category-filter-list li a:hover {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}