.custom-taxonomy-widget {
    border: 1px solid #e1e1e1;
    padding: 1.5em;
    margin-bottom: 2em;
    background: #fff;
}

.custom-taxonomy-widget .widget-title {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 0.75em;
    padding-bottom: 0.3em;
    border-bottom: 2px solid #333;
}

.custom-taxonomy-widget .ct-taxonomy-terms-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-taxonomy-widget .ct-taxonomy-terms-list li {
    padding: 0.4em 0;
    border-bottom: 1px dotted #ddd;
}

.custom-taxonomy-widget .ct-taxonomy-terms-list li:last-child {
    border-bottom: none;
}

.custom-taxonomy-widget .ct-taxonomy-terms-list a {
    color: #333;
    text-decoration: none;
}

.custom-taxonomy-widget .ct-taxonomy-terms-list a:hover {
    text-decoration: underline;
}

.custom-taxonomy-widget .ct-taxonomy-terms-list .count {
    float: right;
    color: #888;
}


.custom-taxonomy-widget {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 1em;
    margin-bottom: 1.5em;
}
.custom-taxonomy-widget .widget-title {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 2px solid #333;
}
.ct-taxonomy-terms-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ct-taxonomy-terms-list li {
    margin-bottom: 0.4em;
    display: flex;
    align-items: center;
}
.ct-taxonomy-terms-list li label {
    flex: 1;
    cursor: pointer;
}
.ct-taxonomy-terms-list li input[type="checkbox"] {
    margin-right: 0.5em;
}
.ct-taxonomy-terms-list .count {
    color: #999;
    font-size: 0.9em;
    margin-left: auto;
}
.ct-taxonomy-filter-form .button {
    display: inline-block;
    margin-top: 0.8em;
}
