/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

        .blog-category-list {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }
			.blog-category-list li a{
				width:95%;
				text-wrap:nowrap;
			}

        .blog-category-list li {
            margin-bottom: 6px;
        }

        .blog-category-list li.active a {
            font-weight: bold;
        }

        .blog-link-with-toggle {
           display: flex;
           align-items: center;
           justify-content: space-between;
        }

        .dropdown-btn {
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
        }

        .dropdown-btn i {
            transition: transform 0.2s ease;
        }

        .blog-dropdown-content {
            display: none;
            list-style: none;
            margin: 8px 0 0 16px;
            padding-left: 10px;
        }

        .blog-dropdown-content li {
            margin: 4px 0;
        }
			button.dropdown-btn.blog-toggle-icon {
    background: transparent;
    color: #0A0A0B;
}