.cwct-widget {
    width: 100%;
}

.cwct-widget__title {
    margin-bottom: 14px;
    font-weight: 600;
}

.cwct-filter {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cwct-filter--vertical {
    flex-direction: column;
}

.cwct-filter--horizontal {
    flex-direction: row;
}

.cwct-filter__item {
    margin: 0;
}

.cwct-filter__link,
.cwct-filter__checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all .2s ease;
}

.cwct-filter--menu .cwct-filter__link {
    padding: 8px 12px;
}

.cwct-filter--checkbox .cwct-filter__checkbox-label {
    padding: 4px 0;
}

.cwct-filter__checkbox-box {
    width: 16px;
    height: 16px;
    border: 1px solid #9a9a9a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    flex: 0 0 16px;
}

.cwct-filter__item.is-active .cwct-filter__checkbox-box {
    border-color: currentColor;
}

.cwct-ordering {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cwct-ordering__form {
    margin: 0;
}

.cwct-ordering__select {
    width: 100%;
    min-height: 42px;
}

.cwct-result-count {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
