.sapc-wrapper {
    display: grid;
    gap: 1.5rem;
}

.sapc-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.sapc-children .sapc-list {
    margin-top: 0.35rem;
    padding-left: 1.25rem;
}

.sapc-item {
    margin: 0.35rem 0;
}

.sapc-toggle,
.sapc-link {
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    padding: 0.15rem 0.25rem;
    text-align: left;
}

.sapc-toggle {
    width: 1.4rem;
    font-weight: 700;
}

.sapc-spacer {
    display: inline-block;
    width: 1.4rem;
}

.sapc-link:hover,
.sapc-link:focus,
.sapc-link.is-active {
    text-decoration: underline;
}

.sapc-link.is-active {
    font-weight: 700;
}

.sapc-count {
    opacity: 0.7;
}

.sapc-loading,
.sapc-error,
.sapc-no-products {
    margin: 1rem 0;
}

.sapc-mobile-filter {
    display: none;
}

.sapc-mobile-label {
    display: block;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.sapc-mobile-select {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    .sapc-category-tree {
        display: none;
    }

    .sapc-mobile-filter {
        display: block;
    }
}
