<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.template-list-filters-container {
    width: 110px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.template-list-filters-container h3 {
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    text-align: center;
}

.template-filter-options-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.template-filter-options-list li, .template-filter-options-list button {
    box-sizing: border-box !important;
    border: none;
}

.template-filter-options-list &gt; li {
    margin-bottom: 4px;
    width: 100%;
    display: inline-block;
}

.template-filter-options-list &gt; li &gt; button {
    margin: 0;
    font-weight: normal;
    line-height: normal;
}

.template-filter-options-list li.template-filter-option-40 {
    width: 50%;
    box-sizing: border-box;
}

li.template-filter-option-40:nth-child(odd) {
    padding-left: 4px;
}

li.template-filter-option-40:nth-child(even) {
    padding-right: 4px;
}

.template-list-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.template-list-category-list li {
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-block;
}

.template-list-category-list button {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    margin: 0;
    font-weight: normal;
    line-height: normal;
}</pre></body></html>