/*
Theme Name: Kiosko Child
Theme URI: https://resilient-trading.com/
Description: Kiosko 子主题，用于自定义功能修改
Author: Resilient Trading
Author URI: https://resilient-trading.com/
Template: kiosko
Version: 1.0.0
*/

/* ========== 豆豆：左侧边栏链接文字统一 - 开始 ========== */
/* 统一 Product Categories 导航栏链接与 Voltage Rating / Capacitance 等属性过滤链接的文字大小和样式 */
/* 全部使用 small 字号（0.938rem），与属性过滤项（10μF,20μF等）一致 */
/* 使左侧边栏整体风格协调一致，不改变功能 */

/* 1a. Product Categories 一级分类链接 */
.wp-block-column:first-child .wc-block-product-categories-list-item__link {
    font-size: 0.938rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-transform: none !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
}

/* 1b. Product Categories 子分类链接（二级） */
.wp-block-column:first-child .wc-block-product-categories-list--depth-2 .wc-block-product-categories-list-item__link {
    font-size: 0.875rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-transform: none !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
}

/* 1c. Voltage Rating / Capacitance 属性过滤块链接 */
.wp-block-column:first-child .wc-block-attribute-filter a,
.wp-block-column:first-child .wc-block-attribute-filter-list-item a,
.wp-block-column:first-child .woocommerce-widget-layered-nav-list a,
.wp-block-column:first-child .wc-block-product-attribute-filter-list-item a {
    font-size: 0.938rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-transform: none !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
}

/* 1d. 左侧边栏所有链接统一的hover效果 */
.wp-block-column:first-child .wc-block-product-categories-list-item__link:hover,
.wp-block-column:first-child .wc-block-attribute-filter a:hover,
.wp-block-column:first-child .wc-block-attribute-filter-list-item a:hover,
.wp-block-column:first-child .woocommerce-widget-layered-nav-list a:hover {
    opacity: 0.75;
    text-decoration: none;
}
/* ========== 左侧边栏链接文字统一 - 结束 ========== */
