/* 
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 */
.wc-cat-tree {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.wc-cat-col {
    padding: 10px;
}

.wc-cat-item + .wc-cat-item {
    margin-top: 8px;
}

.wc-cat-title {
    position: relative;
    font-weight: 700;
    padding-left: 12px;
    margin-bottom: 10px;
	color:#333;
	font-size:16px;
}

.wc-cat-title a{
	color:#333;
	font-size:16px;
}

.wc-cat-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 3px;
    height: 18px;
    background: #c40000;
}

.wc-cat-children {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.wc-cat-children li {
    margin-bottom: 6px;
}

.wc-cat-children a {
    color: #333;
    text-decoration: none;
	  font-size:14px;
}

.wc-cat-children a:hover {
    text-decoration: underline;
}

/* 强制重置 Elementor 对 li 的影响 */
.elementor-widget-shortcode .wc-cat-children {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-widget-shortcode .wc-cat-children li {
    margin: 0 0 6px !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

.elementor-widget-shortcode .wc-cat-children li:last-child {
    margin-bottom: 0 !important;
}