.fwd-category-menu,
.fwd-subcat-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fwd-cat-item {
    border-bottom: 1px solid #ececec;
}

.fwd-cat-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fwd-cat-link {
    display: block;
    padding: 8px 10px;
    flex: 1;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
}

.fwd-cat-item.has-children > .fwd-cat-link {
    font-weight: 600;
}

.fwd-cat-toggle {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #2b2764;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex: 0 0 28px;
}

.fwd-cat-toggle:hover,
.fwd-cat-toggle[aria-expanded="true"] {
    color: #ec0908;
}

.fwd-cat-toggle[aria-expanded="true"]::before {
    content: "-";
}

.fwd-cat-toggle[aria-expanded="false"]::before {
    content: "+";
}

.fwd-cat-link:hover,
.fwd-cat-link.active {
    color: #ec0908;
    font-weight: 600;
}

.fwd-subcat-list {
    display: none;
    padding: 0 0 10px 20px;
    margin-top: -2px;
}

.fwd-cat-item.is-open > .fwd-subcat-list {
    display: block;
}

.fwd-subcat-list li {
    border-bottom: 0;
}

.fwd-subcat-list li:last-child {
    border-bottom: 0;
}

.fwd-subcat-list .fwd-cat-link {
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1.4;
    border: 0 !important;
    text-decoration: none;
    color: #000;
}
