.mega-menu-item-type-widget .mega-block-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #222;
    margin: 0 0 8px 0;
    padding-bottom: 6px;
    border-bottom: 2px solid #8bc34a;
}
.widget_layered_nav {
    padding: 0 5px 0 0;
}
.widget_layered_nav .attribute-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.widget_layered_nav .attribute-list li {
    padding: 3px 0;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.widget_layered_nav .attribute-list li:last-child {
    border-bottom: none;
}
.widget_layered_nav .attribute-list a {
    text-decoration: none;
    color: #444;
    transition: color 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13.5px;
    line-height: 1.4;
    padding: 1px 0;
}
.widget_layered_nav .attribute-list a:hover {
    color: #8bc34a;
}
.widget_layered_nav .attribute-list .count {
    font-size: 0.8em;
    color: #aaa;
    margin-left: 6px;
    flex-shrink: 0;
}
.widget_layered_nav .no-attributes {
    padding: 10px;
    color: #999;
    font-style: italic;
    text-align: center;
    font-size: 13px;
}
@media (max-width: 768px) {
    .widget_layered_nav .attribute-list {
        gap: 1px;
    }
}
